| Commit message (Expand) | Author | Age | Files | Lines |
* | The NOOP instruction is no longer needed. Instead, use the | Chris Lattner | 2003-08-03 | 1 | -5/+2 |
* | CVS, please don't tell us that we have a new config.h file, everyone knows that. | Chris Lattner | 2003-08-03 | 1 | -0/+1 |
* | Move debugging support out of Statistic.h into Debug.h, implement the new DEB... | Chris Lattner | 2003-08-01 | 4 | -42/+106 |
* | Including statistics into an anonymous namespace that gets #included into | Chris Lattner | 2003-08-01 | 2 | -20/+2 |
* | New file | Chris Lattner | 2003-08-01 | 2 | -0/+58 |
* | This file doesn't need this include | Chris Lattner | 2003-08-01 | 2 | -10/+0 |
* | Renamed trapping instruction function to be more consistent with other functi... | Tanya Lattner | 2003-07-31 | 1 | -3/+3 |
* | Added function to determine if an Instruction may trap. | Tanya Lattner | 2003-07-31 | 1 | -1/+7 |
* | Code generation passes don't need access to raw LLVM types, this method is un... | Chris Lattner | 2003-07-30 | 1 | -2/+1 |
* | Unify all constant evaluations that depend on register size | Vikram S. Adve | 2003-07-29 | 1 | -0/+16 |
* | Moved insertCallerSavingCode() to PhyRegAlloc and | Vikram S. Adve | 2003-07-29 | 1 | -19/+22 |
* | Don't require a BB to look-up live variables, unless they may need to | Vikram S. Adve | 2003-07-29 | 1 | -3/+7 |
* | Enable JIT when the platform supports it. | John Criswell | 2003-07-29 | 3 | -4/+31 |
* | Fix copy and paste-o | Chris Lattner | 2003-07-29 | 1 | -1/+1 |
* | Move value type enums to CodeGen/ValueTypes.h | Chris Lattner | 2003-07-29 | 1 | -20/+1 |
* | Define target value types in a form usable by target-independent code | Chris Lattner | 2003-07-29 | 1 | -0/+33 |
* | Add alpha intrinsics, contributed by Rahul Joshi | Chris Lattner | 2003-07-28 | 1 | -5/+19 |
* | Lined things up in a more aesthetically pleasing way. | Misha Brukman | 2003-07-28 | 1 | -2/+2 |
* | Removed extra parenthesis and fixed spelling. | Misha Brukman | 2003-07-28 | 1 | -2/+2 |
* | Need to include <string> to fix compile error on Sun | Tanya Lattner | 2003-07-28 | 1 | -0/+1 |
* | Code generation phases are not allowed to modify the LLVM representation. | Chris Lattner | 2003-07-26 | 1 | -3/+3 |
* | Whoops, this one was needed | Chris Lattner | 2003-07-26 | 1 | -0/+1 |
* | Remove extraneous #includes | Chris Lattner | 2003-07-26 | 1 | -1/+0 |
* | Remove #includes | Chris Lattner | 2003-07-26 | 4 | -4/+0 |
* | Change the way unused regs. are marked and found to consider regType | Vikram S. Adve | 2003-07-25 | 1 | -24/+49 |
* | Add an assertion. | Vikram S. Adve | 2003-07-25 | 1 | -2/+1 |
* | Forward-declare class Module to make the header file self-contained. | Brian Gaeke | 2003-07-25 | 1 | -0/+1 |
* | More cassert inclusion for GCC 3.3 | Chris Lattner | 2003-07-25 | 1 | -0/+1 |
* | #include <cassert> as necessary... | Chris Lattner | 2003-07-25 | 5 | -0/+5 |
* | Fix another accessibility problem illuminated by GCC 3.3 | Chris Lattner | 2003-07-25 | 2 | -2/+2 |
* | Fix visibility problem exposed by GCC 3.3 | Chris Lattner | 2003-07-25 | 2 | -2/+2 |
* | Remove inline declarations that GCC 3.3 doesn't like without a body | Chris Lattner | 2003-07-25 | 1 | -3/+3 |
* | Regardless of whether C provides assert.h, C++ source can always include | Chris Lattner | 2003-07-25 | 1 | -23/+0 |
* | Use the C++ <cassert> header, not the C <assert.h> header | Chris Lattner | 2003-07-25 | 5 | -10/+9 |
* | This header works with GCC 3.3 | Chris Lattner | 2003-07-25 | 1 | -2/+2 |
* | Add includes of assert | Chris Lattner | 2003-07-25 | 4 | -0/+4 |
* | Fix accessibility problems GCC 3.3 | Chris Lattner | 2003-07-25 | 2 | -2/+6 |
* | Add assert.h include | Chris Lattner | 2003-07-25 | 2 | -0/+2 |
* | Convert to C++ style comments | Chris Lattner | 2003-07-25 | 2 | -4/+4 |
* | Include vector into these two files to ensure that specializations like | Vikram S. Adve | 2003-07-25 | 2 | -0/+8 |
* | Cleanups: | Brian Gaeke | 2003-07-24 | 1 | -4/+5 |
* | Factor out name-mangling from X86/Printer, which is derived from CWriter, | Brian Gaeke | 2003-07-24 | 1 | -0/+45 |
* | Add support for ~ operator on constants | Chris Lattner | 2003-07-23 | 1 | -0/+6 |
* | Remove redundant const qualifiers from cast<> expressions | Chris Lattner | 2003-07-23 | 2 | -8/+8 |
* | Add more doxygen comments, add new ConstantInt::getRawValue method | Chris Lattner | 2003-07-23 | 1 | -0/+12 |
* | Added special consideration for instrumentation strategy | Anand Shukla | 2003-07-20 | 1 | -0/+3 |
* | (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodes | Vikram S. Adve | 2003-07-16 | 2 | -8/+70 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 4 | -4/+4 |
* | Values stored in CallArgsDescriptor cannot be const. | Vikram S. Adve | 2003-07-10 | 1 | -11/+11 |
* | Change interface to MachineInstr::substituteValue to specify more precisely | Vikram S. Adve | 2003-07-10 | 1 | -1/+2 |