| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use FpMOVD pseudo-instruction to move doubles around. | Brian Gaeke | 2004-09-29 | 2 | -0/+4 |
* | Add new FpMOVD pseudo-instruction, used to move doubles around. | Brian Gaeke | 2004-09-29 | 2 | -0/+2 |
* | Fix double and long alignment. | Brian Gaeke | 2004-09-29 | 2 | -2/+6 |
* | Put quotes around argument to .section directive. | Brian Gaeke | 2004-09-29 | 2 | -6/+6 |
* | Add createSparcV8FPMoverPass(). | Brian Gaeke | 2004-09-29 | 2 | -0/+2 |
* | Pass which converts FpMOVD (double move pseudoinstructions) to pairs | Brian Gaeke | 2004-09-29 | 2 | -0/+182 |
* | More testcases for recent instcombine patches | Chris Lattner | 2004-09-29 | 1 | -0/+11 |
* | Hrm, really, all tests passed without this, but it is scary to think how... | Chris Lattner | 2004-09-29 | 1 | -2/+2 |
* | Remove debugging printout | Chris Lattner | 2004-09-29 | 1 | -1/+38 |
* | To go along with sabre's improved InstCombining, improve recognition of | Nate Begeman | 2004-09-29 | 1 | -21/+9 |
* | Improve validity checking of windows path names and fix file creation | Reid Spencer | 2004-09-29 | 2 | -62/+156 |
* | Use llvm::sys::Path to destroy the file. | Reid Spencer | 2004-09-28 | 2 | -8/+10 |
* | Win32 implementation of TimeValue::now(). | Reid Spencer | 2004-09-28 | 2 | -12/+24 |
* | FreeBSD implementation of the TimeValue::now() method. | Reid Spencer | 2004-09-28 | 1 | -2/+13 |
* | Fold (X setcc C1) | (X setcc C2) | Chris Lattner | 2004-09-28 | 1 | -1/+102 |
* | New testcase | Chris Lattner | 2004-09-28 | 1 | -0/+15 |
* | Fold (and (setcc X, C1), (setcc X, C2)) | Chris Lattner | 2004-09-28 | 1 | -20/+121 |
* | * Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 2004-09-28 | 1 | -4/+4 |
* | Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 2004-09-28 | 1 | -1/+1 |
* | New testcases | Chris Lattner | 2004-09-28 | 1 | -0/+36 |
* | Add support for the isLoad and isStore flags, needed by the instruction sched... | Nate Begeman | 2004-09-28 | 1 | -0/+2 |
* | Add support for the isLoad and isStore flags, needed by the instruction sched... | Nate Begeman | 2004-09-28 | 3 | -0/+6 |
* | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG | Chris Lattner | 2004-09-28 | 3 | -0/+3 |
* | Be consistent with our naming | Chris Lattner | 2004-09-28 | 1 | -2/+2 |
* | Capture delay slot info | Chris Lattner | 2004-09-28 | 1 | -0/+1 |
* | Capture information about whether the target instructions have delay slots | Chris Lattner | 2004-09-28 | 1 | -0/+9 |
* | Implement X / C1 / C2 folding | Chris Lattner | 2004-09-28 | 1 | -8/+54 |
* | New testcase | Chris Lattner | 2004-09-28 | 1 | -0/+6 |
* | New testcases | Chris Lattner | 2004-09-28 | 1 | -0/+13 |
* | shl is always zero extending, so always use a zero extending shift right. | Chris Lattner | 2004-09-28 | 1 | -5/+12 |
* | New testcase for a latent bug in instcombine that I have been chasing for | Chris Lattner | 2004-09-28 | 1 | -0/+9 |
* | * InstructionReader.cpp was absorbed into Reader.cpp | Misha Brukman | 2004-09-28 | 1 | -2/+3 |
* | Fix doxygen comment | Misha Brukman | 2004-09-28 | 1 | -1/+1 |
* | Touch output files before reading or writing them, so that they are | Brian Gaeke | 2004-09-28 | 1 | -3/+26 |
* | Corrected spelling of Makefile variable, thereby re-enabling profile | John Criswell | 2004-09-28 | 1 | -1/+1 |
* | Add includes and use std:: for standard library calls to make code | Alkis Evlogimenos | 2004-09-28 | 9 | -49/+56 |
* | Bug fixed | Chris Lattner | 2004-09-28 | 1 | -1/+1 |
* | Testcase for LLVM PR445 | Chris Lattner | 2004-09-28 | 1 | -0/+22 |
* | Since we use alloca now make sure we include the proper headers for it. | Alkis Evlogimenos | 2004-09-28 | 1 | -0/+1 |
* | Use alloca instead of a C99 style array. This should fix the | Alkis Evlogimenos | 2004-09-28 | 1 | -4/+6 |
* | Pull assignment out of for loop conditional in order for this to | Alkis Evlogimenos | 2004-09-28 | 3 | -12/+13 |
* | Fix includes. Patch contributed by Paolo Invernizzi! | Alkis Evlogimenos | 2004-09-28 | 1 | -0/+1 |
* | New testcase that crashes the C++ FE, encountered while working on PR445 | Chris Lattner | 2004-09-28 | 1 | -0/+17 |
* | Use class instead of struct for defining classes. This unbreaks the | Alkis Evlogimenos | 2004-09-28 | 3 | -3/+6 |
* | Patch contributed by Patrick Meredith: | Chris Lattner | 2004-09-27 | 1 | -31/+70 |
* | Fix grammar. | Misha Brukman | 2004-09-27 | 1 | -2/+2 |
* | Fix two bugs: one where a condition was mistakenly swapped, and another | Chris Lattner | 2004-09-27 | 1 | -14/+11 |
* | New testcase | Chris Lattner | 2004-09-27 | 1 | -0/+6 |
* | SparcV8 int regs are not only 32-bits in width, but they are 32-bit aligned! | Misha Brukman | 2004-09-27 | 2 | -2/+2 |
* | The system ranlib on darwin occasionally adds two extra newlines to the | Chris Lattner | 2004-09-27 | 1 | -2/+8 |