| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial commit for platform independent system configuration support. | Reid Spencer | 2004-08-31 | 1 | -0/+30 |
* | Update doxygen comment now that getSpillSize is supposed to return value in bits | Nate Begeman | 2004-08-29 | 1 | -2/+2 |
* | Put the lib/System interface functions in llvm::sys namespace. | Reid Spencer | 2004-08-29 | 1 | -0/+2 |
* | Initial commit of the platform agnostic interface to finding and executing | Reid Spencer | 2004-08-29 | 1 | -0/+77 |
* | Add a function to remove whole directorys on fatal signal. | Reid Spencer | 2004-08-29 | 1 | -6/+14 |
* | Revise the design of the Path concept per peer review. Too many changes to | Reid Spencer | 2004-08-29 | 1 | -118/+372 |
* | Add getLastBlock member. This is useful when growing a densemap keyed | Alkis Evlogimenos | 2004-08-27 | 1 | -0/+5 |
* | Add MachineBasicBlock2IndexFunctor. This is useful for densemaps from | Alkis Evlogimenos | 2004-08-27 | 1 | -0/+10 |
* | Add size member function. | Alkis Evlogimenos | 2004-08-27 | 3 | -0/+12 |
* | Use newly added API in MRegisterInfo and don't expose the allocatable | Alkis Evlogimenos | 2004-08-26 | 1 | -4/+0 |
* | Use newly added API in MRegisterInfo. | Alkis Evlogimenos | 2004-08-26 | 1 | -0/+2 |
* | Add getAllocatableSet() function. | Alkis Evlogimenos | 2004-08-26 | 1 | -0/+4 |
* | Add default index functor (an identity functor). You could use a | Alkis Evlogimenos | 2004-08-26 | 3 | -36/+54 |
* | Initial implementation of the Path operating system concept. | Reid Spencer | 2004-08-25 | 2 | -0/+166 |
* | Add a function that gets just the dependent libraries from a bytecode file. | Reid Spencer | 2004-08-24 | 1 | -7/+17 |
* | Provide a method for wholesale extraction of the dependent libraries. | Reid Spencer | 2004-08-24 | 1 | -0/+3 |
* | Give the -time-passes tool option a global storage location so that its | Reid Spencer | 2004-08-24 | 1 | -0/+5 |
* | Dump the DependentLibsBlockID, its not a block, its just a list inside the | Reid Spencer | 2004-08-21 | 1 | -3/+2 |
* | Add new methods: | Reid Spencer | 2004-08-21 | 1 | -0/+16 |
* | Bytecode Analyzer cleanup: | Reid Spencer | 2004-08-21 | 1 | -7/+9 |
* | Changes resulting from change in autoconf/configure.in (rename a #define) | Reid Spencer | 2004-08-20 | 2 | -6/+6 |
* | Added various LLVM_* strings that are configured to provide the user's | Reid Spencer | 2004-08-20 | 2 | -6/+60 |
* | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 5 | -11/+103 |
* | Instead of int64_t, overload itostr with `long long' parameter. | Misha Brukman | 2004-08-18 | 2 | -16/+14 |
* | M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and | Brian Gaeke | 2004-08-18 | 1 | -5/+0 |
* | All targets are now allowed to have their own MachineFunctionInfo objects, | Chris Lattner | 2004-08-18 | 1 | -12/+24 |
* | M_PSEUDO_FLAG is no longer used. Get rid of it and its accessor. | Brian Gaeke | 2004-08-18 | 1 | -4/+0 |
* | Alkis pointed out that this is not a character (we actually support strings) | Chris Lattner | 2004-08-18 | 1 | -3/+3 |
* | new method | Chris Lattner | 2004-08-17 | 1 | -0/+4 |
* | Add an overload | Chris Lattner | 2004-08-17 | 2 | -0/+14 |
* | Add support for alignment | Chris Lattner | 2004-08-17 | 1 | -2/+21 |
* | Add punctuation, add a new method | Chris Lattner | 2004-08-17 | 1 | -2/+6 |
* | Add itostr(long) for our furry 64-bit friends. | Misha Brukman | 2004-08-17 | 2 | -0/+14 |
* | Ultra-doxygenify some function header comments. | Misha Brukman | 2004-08-17 | 1 | -0/+3 |
* | Allow targets to specify a comment character | Chris Lattner | 2004-08-17 | 1 | -1/+6 |
* | Add missing \t | Chris Lattner | 2004-08-17 | 1 | -1/+1 |
* | Add some hooks | Chris Lattner | 2004-08-17 | 1 | -1/+31 |
* | Allow an arbitrary prefix. | Chris Lattner | 2004-08-17 | 1 | -4/+4 |
* | We now allow targets to use any prefix they want for global symbols. Lets | Chris Lattner | 2004-08-17 | 1 | -4/+4 |
* | Some asmweriters want an _ prefix | Chris Lattner | 2004-08-17 | 1 | -1/+9 |
* | Initial implementation of the asmprinter base class | Chris Lattner | 2004-08-16 | 1 | -0/+65 |
* | Fit into 80 lines, add a gross hack for MachineFunctionInfo | Chris Lattner | 2004-08-16 | 1 | -10/+14 |
* | These files now live in lib/Target/SparcV9 | Chris Lattner | 2004-08-16 | 2 | -221/+0 |
* | Back out include/llvm/System changes until a satisfactory solution can | Reid Spencer | 2004-08-16 | 3 | -436/+0 |
* | Flags and TSFlags were (thankfully) never used, so remove them. But wait, | Chris Lattner | 2004-08-16 | 1 | -4/+16 |
* | Add new TargetRegisterClass::contains method | Chris Lattner | 2004-08-15 | 1 | -0/+8 |
* | Implement a long overdue FIXME, by changing these methods to return void. | Chris Lattner | 2004-08-15 | 1 | -25/+11 |
* | Remove helper method | Chris Lattner | 2004-08-15 | 1 | -2/+1 |
* | Eliminate the RegisterClass argument, since it can easily be derived from | Chris Lattner | 2004-08-15 | 1 | -4/+2 |
* | Make this compile on gc 3.4.1 (static_cast to non-const type was not | Alkis Evlogimenos | 2004-08-15 | 1 | -1/+1 |