Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
db5c99312152b501203c042af1b6b80851f25fe7
db5c993
Match GCC's MMX calling convention.
by Bill Wendling
· 18 years ago
31442f9
Add a -print-lsr-output option to LLC, to print the output of the LSR pass.
by Chris Lattner
· 18 years ago
c9addb7
implement the new addressing mode description hook.
by Chris Lattner
· 18 years ago
1436bb6
add one addressing mode description hook to rule them all.
by Chris Lattner
· 18 years ago
00ef8d4
Missing '&&'
by Evan Cheng
· 18 years ago
7280ef7
This is working again.
by Jeff Cohen
· 18 years ago
2041a0e
Fix incorrect combination of different loads. Reenable zext-over-truncate
by Dale Johannesen
· 18 years ago
b4c377f
add a testcase for x86
by Chris Lattner
· 18 years ago
6eec226
New test case.
by Evan Cheng
· 18 years ago
7cb33c8
Don't add the same MI to register reuse "last def/use" twice if it reads the
by Evan Cheng
· 18 years ago
2f52457
Bug fix for PR1279. When isDead is propagate by copy coalescing, we keep length
by Evan Cheng
· 18 years ago
f2c28f8
Test case for PR1279 (part 2).
by Evan Cheng
· 18 years ago
302748d
Make sure the use of ConstantInt::getZExtValue() for shift amount safe.
by Zhou Sheng
· 18 years ago
4ac93f9
Make sure this method just return value equal or less than Limit.
by Zhou Sheng
· 18 years ago
97e0c22
For PR1293:
by Reid Spencer
· 18 years ago
526cdf6
Remove reference to checkpoint.
by Duncan Sands
· 18 years ago
8036ca4
Various hopefully correct easy fixes.
by Duncan Sands
· 18 years ago
0e2d3ac
1. Make sure the use of ConstantInt::getZExtValue() for getting shift
by Zhou Sheng
· 18 years ago
48a3e98
Correct typo.
by Duncan Sands
· 18 years ago
90b9681
Use APInt operation instead of ConstantExpr::getXX.
by Zhou Sheng
· 18 years ago
0642f75
Rename and correct the method "greaterOrEqual".
by Zhou Sheng
· 18 years ago
b422d2d
Add two utility methods into ConstantInt.
by Zhou Sheng
· 18 years ago
0d60b5a
For PR1289: Regenerate
by Reid Spencer
· 18 years ago
cd5bd90
For PR1289:
by Reid Spencer
· 18 years ago
a5ad78e
For PR1289:
by Reid Spencer
· 18 years ago
e2501b3
Add MMX calling conventions.
by Bill Wendling
· 18 years ago
87c6c9a
New entry.
by Evan Cheng
· 18 years ago
5e3c203
Can't re-materialize mov r, imm in thumb since mov would clobber the condition code.
by Evan Cheng
· 18 years ago
a145c6d
Remove some non-sensical logic that prevented llvm-nm from working on any
by Reid Spencer
· 18 years ago
1ea733d
Use the stat information in the Path object, if it is already obtained. This
by Reid Spencer
· 18 years ago
8475ec0
For PR789:
by Reid Spencer
· 18 years ago
f735f7b
the bytecode reader supports dematerializeFunction
by Chris Lattner
· 18 years ago
cb2df95
checkpoint -> implementation. This really needs to just drop the need for
by Reid Spencer
· 18 years ago
3025dfd
Regenerate.
by Reid Spencer
· 18 years ago
a5005c0
Give users a grace period on the implementation keyword. This *will* get
by Reid Spencer
· 18 years ago
a37ddb5
add a hook to demat functions.
by Chris Lattner
· 18 years ago
c6b66eb
don't build runtime for now, ever
by Chris Lattner
· 18 years ago
e2cd2a0
MS C does have inlining after all, just uses _inline instead of inline.
by Jeff Cohen
· 18 years ago
cf525fc
getFileStatus has a new parameter (caught by VC++).
by Jeff Cohen
· 18 years ago
b968189
uniqueID is a uint64_t (caught by VC++)
by Jeff Cohen
· 18 years ago
84892be
Determine absolute paths the correct way :)
by Jeff Cohen
· 18 years ago
4031bef
Add a uniqueID field to the FileStatus structure for Paths. This will map
by Reid Spencer
· 18 years ago
a5cb389
Don't forget to delete the FileStatus structure on destruction of Path.
by Reid Spencer
· 18 years ago
5ba2b70
For PR789:
by Reid Spencer
· 18 years ago
69cce81
For PR789:
by Reid Spencer
· 18 years ago
585e088
Regenerate for PR1283 fix.
by Reid Spencer
· 18 years ago
3acdc63
For PR1283:
by Reid Spencer
· 18 years ago
290bec5
1. Make more use of APInt::getHighBitsSet/getLowBitsSet.
by Zhou Sheng
· 18 years ago
b0b6c76
Disable load width reduction xform of variant (zext (truncate load x)) for
by Evan Cheng
· 18 years ago
616cc66
Add support for hidden visibility to darwin/arm.
by Evan Cheng
· 18 years ago
d48653a
Clean up some codes in InstCombiner::SimplifyDemandedBits().
by Zhou Sheng
· 18 years ago
9747778
New entries.
by Evan Cheng
· 18 years ago
01542f3
Clean up codes in InstCombiner::SimplifyDemandedBits():
by Zhou Sheng
· 18 years ago
97b52c2
1. Make the APInt variable do the binary operation stuff if possible
by Zhou Sheng
· 18 years ago
ab47895
Fix C Backend to generate code that works with Microsoft C for the benefit of
by Jeff Cohen
· 18 years ago
3c8dfcd
Update to current situation.
by Jeff Cohen
· 18 years ago
0317906
Made this into a bug report: PR1286
by Bill Wendling
· 18 years ago
f6e9353
Oops :)
by Anton Korobeynikov
· 18 years ago
33bf8c4
Don't allow MatchAddress recurse too much. This trims exponential
by Anton Korobeynikov
· 18 years ago
9bb3dbb
Stop using the foo HTML tag :)
by Chris Lattner
· 18 years ago
6ef3307
add a note
by Chris Lattner
· 18 years ago
995f550
Compile CodeGen/X86/lea-3.ll:test2 to:
by Chris Lattner
· 18 years ago
57b82b7
new testcases
by Chris Lattner
· 18 years ago
01f45ca
new testcase
by Chris Lattner
· 18 years ago
34a4b38
Avoid unnecessary APInt construction.
by Zhou Sheng
· 18 years ago
e9a6123
Dan pointed out that this is done, remove it!
by Chris Lattner
· 18 years ago
6461bbf
First test check-in.
by Scott Michel
· 18 years ago
e9e03f6
1. Make more use of getLowBitsSet/getHighBitsSet.
by Zhou Sheng
· 18 years ago
9dea3a3
It is not possible to determine dominance between two PHI nodes
by Devang Patel
· 18 years ago
e82fca0
1. Make more use of getLowBitsSet/getHighBitsSet.
by Zhou Sheng
· 18 years ago
197d19d
Notes on re-materialization.
by Evan Cheng
· 18 years ago
2005a02
Move rematerialization out of beta.
by Evan Cheng
· 18 years ago
4acf155
Use UnknownBIts[BitWidth-1] instead of UnknownBIts & SignBits.
by Zhou Sheng
· 18 years ago
02c91ef
Fix problem with llvm-config that prevented JIT from being used on x86_64
by Jeff Cohen
· 18 years ago
9430832
Delete the remanant of an obsolete comment.
by Reid Spencer
· 18 years ago
b32c006
Remove unused APInt variable.
by Zhou Sheng
· 18 years ago
c10f0af
Undocument the implementation keyword Docuemnt the checkpoint keyword
by Reid Spencer
· 18 years ago
5373b72
Remove use of implementation keyword.
by Reid Spencer
· 18 years ago
83145c3
Regenerate.
by Reid Spencer
· 18 years ago
66a8215
Replace the "implementation" keyword with "checkpoint". This more accurately
by Reid Spencer
· 18 years ago
72d3015
The implementation keyword was replaced with checkpoint.
by Reid Spencer
· 18 years ago
aa305ab
Clean up codes in ComputeMaskedBits():
by Zhou Sheng
· 18 years ago
7aff11a
Scale 1 is always ok.
by Evan Cheng
· 18 years ago
caaf691
Remove isLegalAddressImmediate.
by Evan Cheng
· 18 years ago
73ad835
No need to generate the implementation keyword any more. Its frivolous.
by Reid Spencer
· 18 years ago
7215e0f
implementation keyword is going .. going .. gone.
by Reid Spencer
· 18 years ago
baeccc8
GEP index sinking fixes:
by Evan Cheng
· 18 years ago
9495a0c
don't use 'not' when we can use a positive test
by Chris Lattner
· 18 years ago
12fa222
new test case for PR1280
by Reid Spencer
· 18 years ago
35c3885
For PR1280:
by Reid Spencer
· 18 years ago
7f49127
For PR1280:
by Reid Spencer
· 18 years ago
d03c3e3
Added a test case for PR1279.
by Evan Cheng
· 18 years ago
404eaa3
new testcase
by Chris Lattner
· 18 years ago
d592a28
Fix for PR1279. Dead def has a live interval of length 1. Copy coalescing should
by Evan Cheng
· 18 years ago
05c55ac
upgrade a random test
by Chris Lattner
· 18 years ago
a80d7bd
Remove cruft I put in there...
by Bill Wendling
· 18 years ago
f2177b8
Fix a problem building llvm-gcc on amd64-unknown-freebsd6.2, due to the
by Chris Lattner
· 18 years ago
826f36f
Unbreak mmx arithmetic. It was barfing trying to do v8i8 arithmetic.
by Bill Wendling
· 18 years ago
8667c76
new testcase
by Chris Lattner
· 18 years ago
b747fd2
Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion.
by Tanya Lattner
· 18 years ago
Next »