projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2006-05-30
Vladimir Prus
Make doc comment visible in doxygen output. Clarify...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-30
Reid Spencer
Fix many small bugs in llvm2cpp. This patch gets llvm2c...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-30
Reid Spencer
Properly document the second form of ConstArray::get()
commit
|
commitdiff
|
tree
|
snapshot
2006-05-30
Reid Spencer
Adjust the interface to ConstantArray::get. The previous
commit
|
commitdiff
|
tree
|
snapshot
2006-05-30
Evan Cheng
Add a note about integer multiplication by constants.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-30
Evan Cheng
A addressing mode folding enhancement:
commit
|
commitdiff
|
tree
|
snapshot
2006-05-30
Evan Cheng
Add a lea instruction selection test case.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-30
Evan Cheng
Some new entries about truncate / anyext
commit
|
commitdiff
|
tree
|
snapshot
2006-05-30
Reid Spencer
First complete version of llvm2cpp that doesn't crash...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Andrew Lenharth
move calltarget to dsa
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Andrew Lenharth
Since there was interest on the mailing list, this...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Chris Lattner
Silly cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Chris Lattner
silly cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Fix a bug with diffing the wrong files. Make output...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Next batch of implementation:
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Fix file header comment.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Remove temporary testing rules.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Vladimir Prus
Reset DEBUG_SYMBOL_TABLE back to 0.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Vladimir Prus
Fix compile error when DEBUG_SYMBOL_TABLE is defined.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Fix two bugs in the CppWriter.cpp:
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Fix the file's comment block.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Fix grammar in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Replace an old C-style cast with a C++ cast (squelch...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Correct some grammar and describe current reality.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Owen Anderson
Require both tests to pass.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Owen Anderson
Update the testcase to check the full extent of LCSSA.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Owen Anderson
Add Use replacement. Assuming there is nothing horribl...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-29
Reid Spencer
Initial Commit of llvm2cpp
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Owen Anderson
Major think-o. Iterate over all live out-of-loop value...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Reid Spencer
Fix a problem where dejagnu won't accept the value...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-28
Reid Spencer
Provide an infrastructure for testing the llvm2cpp...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Owen Anderson
Make LCSSA insert proper Phi nodes throughout the rest...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Fix some regression from the inliner patch I committed...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Fix pastos in comments
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Switch the inliner over to using CloneAndPruneFunctionI...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Ignore generated files
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Implement a new method, CloneAndPruneFunctionInto,...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Implement a new method: CloneAndPruneFunctionInto,...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Refactor some code to expose an interface to constant...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Add an interface to constant fold and instruction given...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
New testcase: check that the inliner constant folds...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Fix a nasty dag combiner bug that caused nondeterminsti...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Chris Lattner
Add a new sentry node type, allowing assertions to...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-27
Owen Anderson
A few small clean-ups, and the addition of an LCSSA...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Make CALL node consistent with RET node. Signness of...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Change RET node to include signness information of...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Change RET node to include signness information of...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Owen Anderson
Trivial testcase that LCSSA can already handle.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Owen Anderson
Fix a copy-and-paste-o that would break some compilers.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Owen Anderson
Clean up and refactor LCSSA a bunch. It should also...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Vector argument must be passed in memory location align...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Mac OS X ABI document lied. The first four XMM register...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Chris Lattner
Implement Transforms/InstCombine/store.ll:test2.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Chris Lattner
New testcase for trivial DSE
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Chris Lattner
Fix a bug in the bc reader/writer: we were not correctl...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Chris Lattner
New testcase, check that the bc file correctly encodes...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Minor update to make the code more clear
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Update more comments.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Fix some comments.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
No need to handle illegal types.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Owen Anderson
Skeletal LCSSA pass. This is currently non-functional...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Rafael Espindola
On ARM, alignment is in bits
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Remove a couple of bogus casts.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Remove a bogus cast.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Evan Cheng
Minor bug caught by Ashwin Chandra
commit
|
commitdiff
|
tree
|
snapshot
2006-05-26
Chris Lattner
Transform things like (splat(splat)) -> splat
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
Introduce a helper function that simplifies interpretat...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Consistency
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
Turn (cast (shuffle (cast)) -> shuffle (cast) if it...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
extract element from a shuffle vector can be trivially...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
new testcases
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Some clean up.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
Add support for the missing FP condition codes
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Remove some dead code.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
X86 / Cygwin asm / alignment fixes.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
The patch corresponding to this test had to be reverted...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
Revert a patch that is unsafe, due to out of range...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
New test case. x86 isel was creating a cycle in the...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Can't trust NodeDepth when checking for possibility...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Build breakage.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
Fix build failure of povray
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
Fix Benchmarks/MallocBench/cfrac
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Rafael Espindola
implement initial version of ARMAsmPrinter::printOperand
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Rafael Espindola
port the ARM backend to use ISD::CALL instead of LowerC...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Rafael Espindola
create test/Regression/CodeGen/ARM/ and add a minimal...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
-sched-commute-nodes is now on by default.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Turn on -sched-commute-nodes by default.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Chris Lattner
Fix breakage on platforms where string/cassert don...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Switch X86 over to a call-selection model where the...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
CALL node change (arg / sign pairs instead of just...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
CALL node change: now including signness of every argument.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
CALL node change: now containing signness of each argument.
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Assert if InflightSet is not cleared after instruction...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-25
Evan Cheng
Fixed a really ugly bug. The TableGen'd isel is not...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Chris Lattner
Abstract out the current optimization level into a...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Chris Lattner
Remove flags implied by -O3
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Chris Lattner
Update testcase with recent cbe change
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Evan Cheng
Clear HandleMap and ReplaceMap after instruction select...
commit
|
commitdiff
|
tree
|
snapshot
2006-05-24
Reid Spencer
For PR786:
commit
|
commitdiff
|
tree
|
snapshot
next