| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleaned up the code (spacing, not needed headers) and changed ostream functio... | Tanya Lattner | 2003-08-27 | 1 | -91/+86 |
* | SchedGraphCommon header file. Contains class definition for SchedGraphCommon ... | Tanya Lattner | 2003-08-25 | 1 | -0/+215 |
* | As it turns out, things will be simpler than I first expected. We no longer | Chris Lattner | 2003-08-25 | 1 | -4/+0 |
* | Targets now configure themselves based on the source module, not on the | Chris Lattner | 2003-08-24 | 1 | -3/+3 |
* | Targets should configure themselves based on the module, not some wierd flags | Chris Lattner | 2003-08-24 | 1 | -16/+3 |
* | Allow modules to have 'any' pointer size and endianness. | Chris Lattner | 2003-08-24 | 1 | -8/+3 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 1 | -2/+3 |
* | Add versions of InlineFunction which work on Invoke instructions and general ... | Chris Lattner | 2003-08-24 | 1 | -1/+4 |
* | Initial support for recognizing LLVM exception handling intrinsics | Chris Lattner | 2003-08-24 | 1 | -0/+7 |
* | Allow specifying the name for the newly split basic block | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | Add period | Chris Lattner | 2003-08-23 | 1 | -1/+1 |
* | Rename SwitchInst::dest_push_back -> addCase | Chris Lattner | 2003-08-23 | 1 | -1/+9 |
* | Of course, the copy ctor really should copy the operand as well | Chris Lattner | 2003-08-23 | 1 | -5/+5 |
* | Add more methods to be more value-like | Chris Lattner | 2003-08-23 | 1 | -0/+6 |
* | Initial checkin of ValueHolder helper class | Chris Lattner | 2003-08-23 | 1 | -0/+36 |
* | Add missing #include | Chris Lattner | 2003-08-22 | 1 | -0/+1 |
* | Changes to work better with GCC3.4/LLVM G++ | Chris Lattner | 2003-08-22 | 2 | -6/+12 |
* | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 7 | -8/+8 |
* | The JIT now passes the environment pointer to the main() function when it | John Criswell | 2003-08-21 | 1 | -2/+4 |
* | Remove unused file | Chris Lattner | 2003-08-21 | 1 | -26/+0 |
* | Make assertion message more helpful in a case that might happen... | Chris Lattner | 2003-08-19 | 2 | -2/+4 |
* | Add new methods, update comments | Chris Lattner | 2003-08-18 | 1 | -2/+10 |
* | Add intrinsics for the llvm.sig(set|long)jmp functions | Chris Lattner | 2003-08-18 | 1 | -0/+2 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 11 | -14/+14 |
* | 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 |