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 |
2005-05-03 |
Chris Lattner | add direct support for making GEP instrs with one index |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Misha Brukman | Omit periods at the end of command-line switch explanat... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | A new test case for the LLVMMemSetOptimization. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Jeff Cohen | Use ANSI-approved way of getting the value infinity... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | Avoid garbage output in the statistics display by ensur... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | Add the StrNCmpOptimization which is similar to strcmp. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | Correct the title and the success criteria: strcmp... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Reid Spencer | Add a new test case for the StrNCmpOptimization. |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Reid Spencer | Implement the fprintf optimization which converts calls... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Reid Spencer | Add a test case for testing the FPrintFOptimization. |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Andrew Lenharth | fold fp div by 0 to inf, the way gcc does. This is... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Andrew Lenharth | Remove support for 1.0 style varargs |
commit | commitdiff | tree | snapshot |
2005-05-02 |
John Criswell | Fixed a comment. |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Duraid Madina | support multiplication by constant negative integers |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Duraid Madina | add support for bools to SELECT, this fixes Prolangs... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Reid Spencer | Mention that arguments to functions must be first class... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Tanya Lattner | Add accessor method, |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Tanya Lattner | Adding ModuloSched SB. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Chris Lattner | Implement getelementptr.ll:test11 |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Chris Lattner | Check for volatile loads only once. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Chris Lattner | add a new testcase |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Tanya Lattner | SMS for superblocks. |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Tanya Lattner | Added extra constructor for superblocks. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Tanya Lattner | Fixed bug in searchPath function for finding nodes... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Andrew Lenharth | I was sure I had thought about this and there was a... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Alkis Evlogimenos | Do not use deprecated APIs |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Reid Spencer | Fix a comment that stated the wrong thing. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Eliminate some random whitespace |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Codegen and legalize sin/cos/llvm.sqrt as FSIN/FCOS... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | add sin/cos tests |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Doesn't support these nodes |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | This target doesn't support the FSIN/FCOS/FSQRT nodes yet |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Add support for FSIN/FCOS when unsafe math ops are... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Add support for llvm.sqrt and sin/cos if unsafe math... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Expose an option allowing unsafe math optimizations... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Lower llvm.sqrt -> fsqrt/sqrt |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Add a test for llvm.sqrt |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Lattner | Add llvm.sqrt intrinsic, patch contributed by Morten... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Reid Spencer | * Don't depend on "guessing" what a FILE* is, just... |
commit | commitdiff | tree | snapshot |
next |