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
*
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
*
Revert this patch
Scott Michel
2008-06-03
1
-3
/
+1
*
Fold adds and subtracts of zero immediately, instead of waiting
Dan Gohman
2008-06-02
1
-4
/
+4
*
Minor cosmetic patch so that the hex equivalent of a decimal
Scott Michel
2008-06-02
1
-1
/
+3
*
Add necessary 64-bit support so that gcc frontend compiles (mostly). Current
Scott Michel
2008-06-02
1
-1
/
+10
*
Correctly handle removed instructions at the beginning of MBBs when renumbering.
Owen Anderson
2008-06-02
1
-12
/
+8
*
Remove an unused variable.
Dan Gohman
2008-05-31
1
-1
/
+0
*
Fix indentation.
Evan Cheng
2008-05-30
1
-1
/
+1
*
The coalescer doesn't need LiveVariables now that we have register use iterat...
Owen Anderson
2008-05-30
2
-15
/
+6
*
Preserve the register coallescer, and update live intervals more correctly by...
Owen Anderson
2008-05-30
1
-1
/
+4
*
Remove an unused variable.
Dan Gohman
2008-05-30
1
-1
/
+0
*
Make the renumbering correct in the face of deleted instructions that have be...
Owen Anderson
2008-05-29
1
-7
/
+73
*
Remove <iostream>.
Bill Wendling
2008-05-29
1
-2
/
+0
*
Expand small memmovs using inline code. Set the X86 threshold for expanding
Dan Gohman
2008-05-29
1
-5
/
+73
*
Revert part of my last patch that I didn't intend to commit yet.
Owen Anderson
2008-05-29
1
-0
/
+2
*
Renumbering needs to account for instruction slot offsets when performing loo...
Owen Anderson
2008-05-29
1
-7
/
+20
*
Implement vector shift up / down and insert zero with ps{rl}lq / ps{rl}ldq.
Evan Cheng
2008-05-29
1
-3
/
+10
*
Implement "AsCheapAsAMove" for some obviously cheap instructions: xor and the
Bill Wendling
2008-05-29
1
-1
/
+4
*
Add a flag to indicate that an instruction is as cheap (or cheaper) than a move
Bill Wendling
2008-05-28
1
-3
/
+3
*
Check the "isSafeToMove" predicate, which has a series of tests to make sure
Bill Wendling
2008-05-28
1
-1
/
+3
*
Remap VNInfo data as well when doing renumbering.
Owen Anderson
2008-05-28
1
-0
/
+6
*
Factor the numbering computation into a separate method, and add the slightes...
Owen Anderson
2008-05-28
1
-11
/
+29
*
Fix PR2289: vr defined by multiple implicit_def as result of coalescing.
Evan Cheng
2008-05-28
1
-6
/
+9
*
Teach local register allocator to deal with landing pad MBB's.
Evan Cheng
2008-05-28
1
-4
/
+4
*
Incorporated feedback: Check that the implicitly defined operands aren't used
Bill Wendling
2008-05-27
1
-9
/
+8
*
Fix some constructs that gcc-4.4 warns about.
Duncan Sands
2008-05-27
2
-2
/
+3
*
The enabling of remat in 2-address conversion breaks this test:
Bill Wendling
2008-05-26
1
-23
/
+30
*
A problem that's exposed when machine LICM is enabled. Consider this code:
Bill Wendling
2008-05-26
1
-1
/
+40
*
Revert 51440 as it breaks a bunch of PIC tests.
Evan Cheng
2008-05-23
1
-3
/
+1
*
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
1
-0
/
+1
*
Rewrite a loop to avoid using iterators pointing to
Dale Johannesen
2008-05-23
1
-4
/
+6
*
Generalize the new code in instcombine's ComputeNumSignBits for handling
Dan Gohman
2008-05-23
1
-7
/
+13
*
Remove warnings about comparison between signed and unsigned expressions.
Bill Wendling
2008-05-23
1
-2
/
+2
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
1
-2
/
+2
[next]