index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Live-through live interval is [mbb start, mbb end+1].
Evan Cheng
2008-06-17
1
-1
/
+1
*
When extending a liveinterval by commuting, don't throw away the live ranges ...
Evan Cheng
2008-06-17
1
-2
/
+13
*
It's not safe to remove SUBREG_TO_REG that looks like identity copies, e.g. m...
Evan Cheng
2008-06-17
1
-11
/
+6
*
Split type expansion into ExpandInteger and ExpandFloat
Duncan Sands
2008-06-17
7
-1500
/
+1611
*
add a new -enable-value-prop flag for llcbeta, that enables propagation
Chris Lattner
2008-06-17
1
-12
/
+132
*
Fix spelling.
Duncan Sands
2008-06-17
1
-1
/
+1
*
Do not issue identity copies.
Evan Cheng
2008-06-16
1
-13
/
+22
*
Remove special case handling of empty MBBs now that we assign indices to them.
Owen Anderson
2008-06-16
1
-8
/
+5
*
Re-enable empty block indexing by default, since it doesn't seem to have any
Owen Anderson
2008-06-16
1
-21
/
+9
*
Allow these transforms for types like i256 while
Duncan Sands
2008-06-16
1
-8
/
+6
*
Fix read after free found by valgrind.
Evan Cheng
2008-06-16
1
-15
/
+10
*
Add option to commuteInstruction() which forces it to create a new (commuted)...
Evan Cheng
2008-06-16
1
-2
/
+17
*
Make indexing empty basic blocks an option for the moment.
Owen Anderson
2008-06-16
1
-9
/
+21
*
Assign indices to empty basic blocks. This will be necessary for StrongPHIEl...
Owen Anderson
2008-06-16
1
-4
/
+9
*
The transforms in visitEXTRACT_VECTOR_ELT are
Duncan Sands
2008-06-15
1
-4
/
+4
*
LegalizeTypes support for INSERT_VECTOR_ELT with
Duncan Sands
2008-06-15
3
-26
/
+59
*
Remove a redundant AfterLegalize check. Turn
Duncan Sands
2008-06-14
1
-4
/
+5
*
add missing atomic intrinsic from gcc
Andrew Lenharth
2008-06-14
3
-0
/
+6
*
Teach the spiller to commute instructions in order to fold a reload. This hit...
Evan Cheng
2008-06-13
1
-18
/
+125
*
Disable some DAG combiner optimizations that may be
Duncan Sands
2008-06-13
2
-59
/
+90
*
Sometimes (rarely) nodes held in LegalizeTypes
Duncan Sands
2008-06-11
4
-68
/
+101
*
Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset
Dan Gohman
2008-06-09
1
-1
/
+3
*
CodeGen support for aggregate-value function arguments.
Dan Gohman
2008-06-09
1
-112
/
+139
*
Various tweaks related to apint codegen. No functionality
Duncan Sands
2008-06-09
3
-4
/
+4
*
Handle empty aggregate values.
Dan Gohman
2008-06-09
1
-21
/
+22
*
Remove some DAG combiner assumptions about sizes
Duncan Sands
2008-06-09
1
-28
/
+21
*
Remove comparison methods for MVT. The main cause
Duncan Sands
2008-06-08
9
-89
/
+75
*
CodeGen support for insertvalue and extractvalue, and for loads and
Dan Gohman
2008-06-07
1
-26
/
+233
*
Connect successors before creating the DAG node for the branch. This has
Owen Anderson
2008-06-07
1
-22
/
+24
*
Enable stack coloring by default.
Evan Cheng
2008-06-06
2
-8
/
+11
*
Tighten up the abstraction slightly.
Duncan Sands
2008-06-06
1
-10
/
+10
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
16
-1279
/
+1255
*
Refine stack slot interval weight computation.
Evan Cheng
2008-06-06
2
-23
/
+58
*
Remove debugging code.
Owen Anderson
2008-06-05
1
-4
/
+0
*
Use the newly created helper on LiveIntervals.
Owen Anderson
2008-06-05
1
-116
/
+21
*
Add a helper for constructing new live ranges that ended from an instruction ...
Owen Anderson
2008-06-05
1
-0
/
+15
*
Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...
Evan Cheng
2008-06-04
1
-2
/
+3
*
Oops. Should not be enabled by default.
Evan Cheng
2008-06-04
1
-1
/
+1
*
Correctly construct live intervals for the copies we inserted into the predec...
Owen Anderson
2008-06-04
1
-1
/
+38
*
Revert this.
Evan Cheng
2008-06-04
1
-4
/
+0
*
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng
2008-06-04
6
-38
/
+412
*
LowerSubregs should not clobber any analysis.
Evan Cheng
2008-06-04
1
-0
/
+4
*
Move #include to right place.
Evan Cheng
2008-06-04
2
-1
/
+1
*
Register if-converter pass for -debug-pass.
Evan Cheng
2008-06-04
1
-1
/
+4
*
Change packed struct layout so that field sizes
Duncan Sands
2008-06-04
1
-9
/
+7
*
We need to subtract one from this index because live ranges are open at the end.
Owen Anderson
2008-06-04
1
-1
/
+1
*
Fix spellnig error
Scott Michel
2008-06-03
1
-6
/
+5
*
Find a better place to output hex constants corresponding to integers.
Scott Michel
2008-06-03
1
-0
/
+5
*
Fixed bug in bad behavior in calculateFrameObjectOffsets,
Bruno Cardoso Lopes
2008-06-03
1
-1
/
+2
*
Do not run loop-aligner at -fast (e.g. -O0).
Evan Cheng
2008-06-03
1
-1
/
+1
[next]