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 |
2005-05-05 |
Chris Lattner | add support for undef values of opaque type, addressing... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Chris Lattner | Add some extra checks. Opaque types don't have a null... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Chris Lattner | When hitting an unsupported intrinsic, actually print it |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Andrew Lenharth | ctpop lowering in legalize |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Chris Lattner | Fix a bug compimling Ruby, fixing this testcase: |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Chris Lattner | new testcase for a bug Jim found |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Andrew Lenharth | fix typo |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Andrew Lenharth | Well, add support for ct* for 21264 only. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Andrew Lenharth | Make promoteOp work for CT* |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Chris Lattner | Instcombine: cast (X != 0) to int, cast (X == 1) to... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Reid Spencer | Implement the IsDigitOptimization for simplifying calls... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Reid Spencer | Make sure both optimization cases get tested. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Reid Spencer | Add a test case for the IsDigitOptimization class. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Andrew Lenharth | comment fix |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Andrew Lenharth | see if the legalize code propery compensates for the... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Reid Spencer | Correct the descriptions of WHILE...END and RROT. Thank... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Reid Spencer | WHILE does not "pop" a value, it "examines" to top... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Andrew Lenharth | added a use of ctpop to debug stuff with |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Andrew Lenharth | fixup argument |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Reid Spencer | * Correct the function prototypes for some of the funct... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Misha Brukman | Minor clean-ups |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Andrew Lenharth | initial descriptions of count intrinsics |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Andrew Lenharth | Implement count leading zeros (ctlz), count trailing... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | Fix this test to succeed even if "strchr" is on a call... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | Add a test case for SPrintFOptimization. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Andrew Lenharth | yea yea yea |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Andrew Lenharth | note the vararg change, and other stuff |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Andrew Lenharth | pre add count tests |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Chris Lattner | fix a bug in the 1 index GEP handling code |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | Implement optimizations for the strchr and llvm.memset... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | Add a test case for StrChrOptimizer for -simplify-libcalls |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Misha Brukman | Clean up and correct llvmc configurations for C and C++ |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Misha Brukman | std::string(NULL) does not a proper constructor make |
commit | commitdiff | tree | snapshot |
next |