| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll | Chris Lattner | 2003-08-16 | 1 | -6/+8 |
* | lib/Support/CommandLine.cpp: | Brian Gaeke | 2003-08-15 | 2 | -2/+2 |
* | hash_map and hash_set: | Misha Brukman | 2003-08-15 | 2 | -5/+13 |
* | Reordered includes to be consistent with the LLVM style. | Misha Brukman | 2003-08-15 | 2 | -2/+2 |
* | Remove extraneous #include | Chris Lattner | 2003-08-15 | 1 | -1/+0 |
* | Add support for basic blocks, unary/binary unspecs, conditional branches, ... | Chris Lattner | 2003-08-15 | 1 | -4/+27 |
* | Remove extraneous cl:: namespace qualifiers | Chris Lattner | 2003-08-14 | 2 | -8/+8 |
* | Add support for reading command line arguments from an environment variable. | Brian Gaeke | 2003-08-14 | 2 | -0/+14 |
* | Factory methods for function passes now return type FunctionPass *. | Brian Gaeke | 2003-08-14 | 5 | -10/+10 |
* | Add new method to FunctionPassManager to add ImmutablePasses. | Brian Gaeke | 2003-08-14 | 1 | -0/+6 |
* | Factory methods for FunctionPasses now return type FunctionPass *. | Brian Gaeke | 2003-08-13 | 3 | -9/+10 |
* | Deconstify parameter to getPointerToFunction(). | Brian Gaeke | 2003-08-13 | 1 | -1/+1 |
* | addPassesToJITCompile and addPassesToEmitMachineCode now take a | Brian Gaeke | 2003-08-13 | 1 | -3/+4 |
* | Removing the pool allocator from the main CVS tree. | John Criswell | 2003-08-13 | 1 | -156/+0 |
* | Make MInst2LVSetBI and MInst2LVSetAI be hash_maps instead of maps. | Vikram S. Adve | 2003-08-12 | 1 | -5/+10 |
* | Add FunctionPassManager - it's like a PassManager, but it only deals in | Brian Gaeke | 2003-08-12 | 1 | -1/+25 |
* | If we can't find INT64_MAX, set it to a reasonable default value, | Brian Gaeke | 2003-08-11 | 1 | -1/+9 |
* | Add support to the mangler for targets which require _'s on global symbols | Chris Lattner | 2003-08-11 | 1 | -15/+17 |
* | Initial checkin of SelectionDAG header file | Chris Lattner | 2003-08-11 | 1 | -0/+334 |
* | Remove references to `bugpoint' from the now-generic system utilities. | Misha Brukman | 2003-08-07 | 2 | -10/+12 |
* | Moved removeFile() and getUniqueFilename() into FileUtilities. | Misha Brukman | 2003-08-07 | 4 | -20/+20 |
* | Added a flag which is set when all data structures are not pool allocated | Sumant Kowshik | 2003-08-07 | 1 | -0/+5 |
* | There was no reason for these to be bit-fields, they just need to be unique. | Chris Lattner | 2003-08-07 | 1 | -11/+15 |
* | Add a bunch of new Alpha Intrinsics for Rahul Joshi | Chris Lattner | 2003-08-06 | 1 | -0/+76 |
* | Completely eliminate the per-machine-instruction regsUsed set. | Chris Lattner | 2003-08-05 | 1 | -15/+0 |
* | Do not insert physical regsiters into the regsUsed set | Chris Lattner | 2003-08-05 | 1 | -2/+0 |
* | Add a comment to the method decl | Chris Lattner | 2003-08-05 | 2 | -14/+22 |
* | Remove unused method | Chris Lattner | 2003-08-05 | 1 | -3/+0 |
* | Added declaration of mergeInGlobalsGraph | Sumant Kowshik | 2003-08-05 | 2 | -0/+4 |
* | All callers of these methods actually wanted them to preserve the flags, | Chris Lattner | 2003-08-05 | 1 | -10/+4 |
* | Added the declaration of InlineIndirectCalls | Sumant Kowshik | 2003-08-05 | 1 | -1/+6 |
* | 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 |