index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...
Chris Lattner
2007-03-31
2
-485
/
+21
*
Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.
Chris Lattner
2007-03-31
1
-0
/
+548
*
switch TL::getValueType to use MVT::getValueType.
Chris Lattner
2007-03-31
1
-22
/
+0
*
add a method to turn a type into a VT.
Chris Lattner
2007-03-31
1
-0
/
+28
*
Delete dead code.
Zhou Sheng
2007-03-31
1
-1
/
+0
*
Use APInt operators to calculate the carry bits, remove this loop.
Zhou Sheng
2007-03-31
1
-16
/
+2
*
Match GCC's MMX calling convention.
Bill Wendling
2007-03-31
1
-0
/
+4
*
Add a -print-lsr-output option to LLC, to print the output of the LSR pass.
Chris Lattner
2007-03-31
1
-1
/
+9
*
implement the new addressing mode description hook.
Chris Lattner
2007-03-30
6
-1
/
+129
*
add one addressing mode description hook to rule them all.
Chris Lattner
2007-03-30
1
-0
/
+34
*
Fix incorrect combination of different loads. Reenable zext-over-truncate
Dale Johannesen
2007-03-30
2
-75
/
+71
*
Don't add the same MI to register reuse "last def/use" twice if it reads the
Evan Cheng
2007-03-30
1
-1
/
+4
*
Bug fix for PR1279. When isDead is propagate by copy coalescing, we keep length
Evan Cheng
2007-03-30
1
-5
/
+10
*
Make sure the use of ConstantInt::getZExtValue() for shift amount safe.
Zhou Sheng
2007-03-30
1
-18
/
+20
*
For PR1293:
Reid Spencer
2007-03-30
1
-49
/
+67
*
1. Make sure the use of ConstantInt::getZExtValue() for getting shift
Zhou Sheng
2007-03-30
1
-27
/
+25
*
Use APInt operation instead of ConstantExpr::getXX.
Zhou Sheng
2007-03-30
1
-6
/
+6
*
For PR1289: Regenerate
Reid Spencer
2007-03-30
2
-0
/
+64
*
For PR1289:
Reid Spencer
2007-03-30
1
-0
/
+32
*
Add MMX calling conventions.
Bill Wendling
2007-03-30
1
-4
/
+14
*
New entry.
Evan Cheng
2007-03-29
1
-0
/
+5
*
Can't re-materialize mov r, imm in thumb since mov would clobber the conditio...
Evan Cheng
2007-03-29
1
-1
/
+1
*
Use the stat information in the Path object, if it is already obtained. This
Reid Spencer
2007-03-29
1
-4
/
+3
*
For PR789:
Reid Spencer
2007-03-29
10
-62
/
+83
*
the bytecode reader supports dematerializeFunction
Chris Lattner
2007-03-29
2
-7
/
+22
*
Regenerate.
Reid Spencer
2007-03-29
5
-448
/
+451
*
Give users a grace period on the implementation keyword. This *will* get
Reid Spencer
2007-03-29
2
-3
/
+3
*
MS C does have inlining after all, just uses _inline instead of inline.
Jeff Cohen
2007-03-29
1
-1
/
+1
*
Determine absolute paths the correct way :)
Jeff Cohen
2007-03-29
1
-3
/
+9
*
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
2
-0
/
+8
*
For PR789:
Reid Spencer
2007-03-29
5
-6
/
+6
*
For PR789:
Reid Spencer
2007-03-29
2
-26
/
+49
*
1. Make more use of APInt::getHighBitsSet/getLowBitsSet.
Zhou Sheng
2007-03-29
1
-24
/
+28
*
Disable load width reduction xform of variant (zext (truncate load x)) for
Evan Cheng
2007-03-29
1
-1
/
+3
*
Add support for hidden visibility to darwin/arm.
Evan Cheng
2007-03-29
1
-0
/
+4
*
Clean up some codes in InstCombiner::SimplifyDemandedBits().
Zhou Sheng
2007-03-29
1
-12
/
+6
*
New entries.
Evan Cheng
2007-03-29
1
-0
/
+21
*
Clean up codes in InstCombiner::SimplifyDemandedBits():
Zhou Sheng
2007-03-29
1
-32
/
+35
*
1. Make the APInt variable do the binary operation stuff if possible
Zhou Sheng
2007-03-29
1
-3
/
+5
*
Fix C Backend to generate code that works with Microsoft C for the benefit of
Jeff Cohen
2007-03-28
1
-1
/
+4
*
Made this into a bug report: PR1286
Bill Wendling
2007-03-28
1
-40
/
+0
*
Oops :)
Anton Korobeynikov
2007-03-28
1
-1
/
+1
*
Don't allow MatchAddress recurse too much. This trims exponential
Anton Korobeynikov
2007-03-28
1
-6
/
+14
*
add a note
Chris Lattner
2007-03-28
1
-0
/
+8
*
Compile CodeGen/X86/lea-3.ll:test2 to:
Chris Lattner
2007-03-28
1
-0
/
+13
*
Avoid unnecessary APInt construction.
Zhou Sheng
2007-03-28
1
-3
/
+2
*
Dan pointed out that this is done, remove it!
Chris Lattner
2007-03-28
1
-21
/
+0
*
First test check-in.
Scott Michel
2007-03-28
1
-0
/
+10
*
1. Make more use of getLowBitsSet/getHighBitsSet.
Zhou Sheng
2007-03-28
1
-13
/
+16
*
It is not possible to determine dominance between two PHI nodes
Devang Patel
2007-03-28
1
-0
/
+5
[next]