2005-06-25 |
Chris Lattner | refactor these interfaces a bit |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | improve comments |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | Fix grammar |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | add a note about variable length array |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Lattner | add a debug type |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Andrew Lenharth | remove a pseudo instruction, make ret always right... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Andrew Lenharth | finally, Working varargs |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Andrew Lenharth | more complete Lowering for vacopy and vaarg |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Andrew Lenharth | If we support structs as va_list, we must pass pointers... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Andrew Lenharth | SelectionDAG is very unhappy when the argument to an... |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Andrew Lenharth | Make it easier to find alpha stuff in doxygen, and... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
John Criswell | Fixed indentation. |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | because some functions just use va_start and pass thing... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | the correct fix was to fix AliasAnalysis.getModRefInfo |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | make AliasAnalysis know that VAArg writes memory. ... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | prevent GCSE from forwarding stores to loads around... |
commit | commitdiff | tree | snapshot |
2005-06-20 |
Andrew Lenharth | prevent va_arg from being hoisted from a loop |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | fix DCE + va_arg problem |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | prevent DCE of vaarg intrinsics. This should take... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | va_end fix |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | so this doesn't crash when run. It is hard to tell... |
commit | commitdiff | tree | snapshot |
2005-06-19 |
Andrew Lenharth | add a check for the mixing of vaarg and vanext with... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Ignore the configure.out file generated by "make reconf... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Ignore some generated files. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Ignore generated files. |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Fix this test case to actually test the new va_arg... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | OK, at least get rid of old stuff, and mark what needs... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | core changes for varargs |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | header file changes for varargs |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | new vararg test |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Andrew Lenharth | OK, after checking the backwards compatibility code... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Fix a problem with the strcmp optimization checking... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Clean up some uninitialized variables and missing retur... |
commit | commitdiff | tree | snapshot |
2005-06-18 |
Reid Spencer | Make sure a variable is initialized before use to clean... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Andrew Lenharth | A start at a Sparc V8 Pattern ISel. Anyone want to... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | silence incredibly braindead GCC 4 warning |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | silence a bogus warning |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | silence a huge number of bogus warnings with GCC 4... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Removed IIIi specific changes. This should be fixed... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Special dep graph for SMS for superblocks. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Special versions of the dep graph and scheduled for... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Added statistic to count number of spills. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Numerous bug fixes and the completed modschedSB algorit... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Added SMS for superblocks as an option (experimental) |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Tanya Lattner | Added ModuloSchedSB as a friend class. |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | This is not true: (X != 13 | X < 15) -> X < 15 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | new testcase for PR586 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | Don't crash when dealing with INTMIN. This fixes PR585 and |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | new testcase for PR585 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | Don't crash on: X = phi (X, X). |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | new testcase for PR584 |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Chris Lattner | avoid constructing out of range shift amounts. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Nate Begeman | Fix bug 537 test 2, which checks to make sure that... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Chris Lattner | Fix PR583 and testcase Transforms/InstCombine/2005... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Chris Lattner | new testcase for PR583 |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Chris Lattner | Fix PR571, removing code that does just the WRONG thing :) |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Chris Lattner | Fix a bug in my previous patch. Do not get the shift... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Chris Lattner | Fix PR575, patch provided by John Mellor-Crummey. ... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Chris Lattner | new testcase for PR580 |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Chris Lattner | Fix PR582. The rewriter can move casts around, which... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Chris Lattner | new testcase for PR582 |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Chris Lattner | Do not promote globals only used by main to locals... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Chris Lattner | new testcase for PR579 |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Chris Lattner | Fix PR577 and testcase InstCombine/2005-06-15-ShiftSetC... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Chris Lattner | new testcase for PR577 |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Reid Spencer | Don't lie to the casual reader about Value subclassing... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Nate Begeman | Add some operators the PowerPC backend needs to efficie... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Reid Spencer | Put the hack back in that removes features, causes... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Nate Begeman | Commit fix for generating conditional branch pseudo... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Duraid Madina | nothing funny about building the CFE on Linux/Itanium |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Nate Begeman | Commit a small improvement that is already in the x86... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Reid Spencer | Unbreak several InstCombine regression checks introduce... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Nate Begeman | When compiled with GCC 4.0, a latent bug was exposed... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Nate Begeman | Fix a memory smasher caught by Mac OS X's debug malloc... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Chris Lattner | Fix a 64-bit problem, passing (int)0 through ... instea... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Chris Lattner | Fix a problem on 64-bit targets where we passed (int... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Andrew Lenharth | make SparcV8 and V9 seperately configurable |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Andrew Lenharth | fix BranchCC with a setCC with an arg of 0 |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Reid Spencer | For PR572: |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Nate Begeman | Handle some more real world cases of rlwimi. These... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Nate Begeman | Fix lli linking on Mac OS X 10.4.1 for Intel. |
commit | commitdiff | tree | snapshot |
2005-06-08 |
Andrew Lenharth | Remove code for conversion from old style va_args.... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Misha Brukman | We also have V8, so do not force every Sparc to be... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Misha Brukman | * Add ability to specify the target LLVM will compile... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Misha Brukman | Fix spelling of `correlate' |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Andrew Lenharth | allow marking of loads and stores in the instruction... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Andrew Lenharth | hide basic block labels. The utility of these for... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
Misha Brukman | * Replace block of commented-out lines with #if 0 |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Andrew Lenharth | hack to fix bzip2 (bug 571) |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Reid Spencer | Fix the definitions of LLVMGCC and LLVMGXX to include... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Reid Spencer | Make sure that Cygwin assembly includes _ as part of... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Reid Spencer | Put in a hack for Cygwin that prevents mkdtemp from... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Andrew Lenharth | try custom expanders, doesn't seem to expand yet, so... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Andrew Lenharth | switch to the new live in thing. Really, this time... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Andrew Lenharth | switch to the new live in thing |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Andrew Lenharth | switch to the new live in thing |
commit | commitdiff | tree | snapshot |
2005-05-29 |
Reid Spencer | Make sure the tools get built if no build target is... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Andrew Lenharth | match gcc, makes diff easier |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Andrew Lenharth | Fix 2005-05-12-Int64ToFP |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Misha Brukman | Add a -cvstag option for testing specific branches... |
commit | commitdiff | tree | snapshot |
next |