index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove outdated FIXME comment.
Devang Patel
2011-07-27
1
-1
/
+0
*
Merge the contents from exception-handling-rewrite to the mainline.
Bill Wendling
2011-07-27
3
-2
/
+14
*
Explicitly cast narrowing conversions inside {}s that will become errors in
Jeffrey Yasskin
2011-07-27
1
-1
/
+2
*
Revert r136156, which broke several buildbots.
Dan Gohman
2011-07-27
1
-1
/
+14
*
It is quiet possible that inlined function body is split into multiple chunks...
Devang Patel
2011-07-27
1
-16
/
+41
*
Add support for multi-way live range splitting.
Jakob Stoklund Olesen
2011-07-26
1
-64
/
+165
*
Print out the MBB live-in registers.
Jakob Stoklund Olesen
2011-07-26
1
-0
/
+4
*
Eliminate copies of undefined values during coalescing.
Jakob Stoklund Olesen
2011-07-26
2
-0
/
+53
*
Delete unnecessarily cautious LastCALLSEQ code.
Dan Gohman
2011-07-26
1
-14
/
+1
*
Add obvious missing case to switch. PR10497.
Eli Friedman
2011-07-26
1
-2
/
+1
*
While extracting lexical scopes from machine instruction stream, work on one ...
Devang Patel
2011-07-26
1
-9
/
+9
*
SrcDef is only written and never read. Remove it.
Duncan Sands
2011-07-26
1
-8
/
+7
*
Revert to RA_Assign when a virtreg separates into components.
Jakob Stoklund Olesen
2011-07-26
1
-1
/
+3
*
Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...
Evan Cheng
2011-07-26
1
-12
/
+12
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-2
/
+3
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-9
/
+9
*
Initial implementation of 'fence' instruction, the new C++0x-style replacemen...
Eli Friedman
2011-07-25
2
-0
/
+5
*
Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...
Eli Friedman
2011-07-25
1
-1
/
+1
*
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-25
3
-12
/
+13
*
Add an RS_Split2 stage used for loop prevention.
Jakob Stoklund Olesen
2011-07-25
1
-15
/
+24
*
Rename live range stages to better reflect how they are used.
Jakob Stoklund Olesen
2011-07-25
1
-32
/
+40
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-14
/
+9
*
Never extend live ranges for <undef> uses.
Jakob Stoklund Olesen
2011-07-24
1
-1
/
+1
*
Correctly handle <undef> tied uses when rewriting after a split.
Jakob Stoklund Olesen
2011-07-24
1
-8
/
+4
*
Add RAGreedy::calcCompactRegion.
Jakob Stoklund Olesen
2011-07-23
1
-0
/
+46
*
Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.
Jakob Stoklund Olesen
2011-07-23
1
-5
/
+14
*
Prepare RAGreedy::growRegion for compact regions.
Jakob Stoklund Olesen
2011-07-23
1
-1
/
+8
*
Add a simple method for marking blocks with interference in and out.
Jakob Stoklund Olesen
2011-07-23
2
-0
/
+18
*
Allow null interference cursors to be queried.
Jakob Stoklund Olesen
2011-07-23
2
-2
/
+6
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Fix more MSVC warnings caused by a cases I missed when converting
Jay Foad
2011-07-22
1
-1
/
+1
*
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
1
-2
/
+2
*
Allow getBlockFreq to return 0.
Jakub Staszak
2011-07-22
1
-4
/
+4
*
Revert patch which broke some IfConversion tests.
Jakub Staszak
2011-07-22
1
-10
/
+29
*
Fix typo in #include which revealed in the case-sensitive filesystem.
Jakub Staszak
2011-07-22
1
-1
/
+1
*
Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion.
Jakub Staszak
2011-07-21
1
-29
/
+10
*
Add missing getAnalysisUsage in MachineBlockFrequency.
Jakub Staszak
2011-07-21
1
-0
/
+1
*
Refactor.
Devang Patel
2011-07-20
2
-31
/
+42
*
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-20
1
-2
/
+10
*
While emitting constant value, look through derived type and use underlying b...
Devang Patel
2011-07-20
1
-14
/
+23
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
5
-29
/
+7
*
PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.
Eli Friedman
2011-07-20
1
-5
/
+5
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-21
/
+2
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
6
-527
/
+13
*
Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.
Evan Cheng
2011-07-19
1
-1
/
+1
*
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
1
-2
/
+6
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
2
-4
/
+2
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-1
/
+3
*
Revert r135423.
Devang Patel
2011-07-19
2
-24
/
+0
*
Add a frame with the compact unwind encoding if it exists.
Bill Wendling
2011-07-19
1
-0
/
+3
[next]