projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2005-05-09
Chris Lattner
Wrap long lines, remove dead code that is now handled...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
Fix FP -> bool casts
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
implement and.ll:test33
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Reid Spencer
Add note to self to complete the testing of all intrins...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
Don't use the load/store instruction as the source...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
memoize all nodes, even null Value* nodes. Do not...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
wrap long lines
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
Print SrcValue nodes correctly
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
Fix X86/2005-05-08-FPStackifierPHI.ll: ugly gross hack.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
New testcase that crashes the pattern isel
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
Preserve CC's when linking modules
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
Preserve calling conventions when doing IPO
commit
|
commitdiff
|
tree
|
snapshot
2005-05-09
Chris Lattner
wrap long lines, preserve calling conventions when...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
By definition, 'tail' calls cannot access the stack...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
New testacse for information exposed by the 'tail'...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Verify that varargs functions all have ccc
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Convert non-address taken functions with C calling...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
If loopextract breaks the program provide output so...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
add a testcase for a case we do not handle yet
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Implement Reassociate/mul-neg-add.ll
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Bail out earlier
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Teach reassociate that 0-X === X*-1
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Fix PR557 and basictest[34].ll.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
new testcases for PR557
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Add debugging information
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
eliminate gotos
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Wrap long lines. Fix "warning: conflicting types for...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Improve reassociation handling of inverses, implementin...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
clean up and modernize this pass.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Strength reduce SAR into SHR if there is no way sign...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Jeff Cohen
Update my info
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Refactor some code
commit
|
commitdiff
|
tree
|
snapshot
2005-05-08
Chris Lattner
Handle some simple cases where we can see that values...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
Fix a miscompilation of crafty by clobbering the "A...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
Move licm after reassociate, add some cond-propagate...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
Rewrite the guts of the reassociate pass to be more...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Reid Spencer
* Break tests into individual cases so its easier to...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Reid Spencer
* Add two strlen optimizations:
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Reid Spencer
Don't increment the counter unless the debug flag is...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
Convert shifts to muls to assist reassociation. This...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
test that reassociate can handle shifts
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
Simplify the code and rearrange it. No major functiona...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Jeff Cohen
Silence VC++ warnings about unsafe mixing of ints and...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
add note about bit builtins newly supported
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-07
Chris Lattner
fix bugs in my previous commit clarify the return type...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
add a couple of notes
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
document calling convention extensions
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
remove some dead (always dynamically false) flags
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
encode calling conventions for call/invoke instructions.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
encode function calling convs in the bytecode file...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
parse new calling conv specifiers
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
wrap a longline
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
add support for explicit calling conventions
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Add support for explicit calling conventions
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
New file
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
use splice instead of remove/insert for a minor speedup
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
remove some ugly hacks that are no longer needed since...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
BAD typeo which caused many testsuite failures last...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
clean up the CBE output a bit
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
add tail marker as a comment
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Make the stub functions be tail calls
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Preserve tail marker
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Implement Transforms/Inline/inline-tail.ll
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Make sure to not accidentally get a bogus tail marker
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
preserve the tail marker
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
add a default arg
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Don't forget these are calls
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
lex tail
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
test that tail call survives bytecodification
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
add bytecode reader support for tail calls
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Hilight tail
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
These are legal for tail calls
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Add a 'tail' marker for call instructions, patch contri...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Add info on new 'tail' marker
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Wrap long lines
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
DCE intrinsic instructions without side effects.
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
These intrinsics do not access memory
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Teach instcombine propagate zeroness through shl instru...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
new testcases
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Implement shift.ll:test23. If we are shifting right...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
Implement xor.ll:test22
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
implement and.ll:test30 and set.ll:test21
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
new testcase for unneeded and
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
implement or.ll:test20
commit
|
commitdiff
|
tree
|
snapshot
2005-05-06
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Misha Brukman
* Order #includes alphabetically
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Misha Brukman
Remove extra blank line
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Misha Brukman
* Use consistent spacing for function arguments
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Misha Brukman
Remove vim settings from source code; people should...
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Misha Brukman
Convert tabs to spaces
commit
|
commitdiff
|
tree
|
snapshot
2005-05-05
Chris Lattner
new testcase for PR541
commit
|
commitdiff
|
tree
|
snapshot
next