| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR123 | Chris Lattner | 2003-11-18 | 2 | -14/+14 |
* | ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic | Chris Lattner | 2003-11-16 | 2 | -8/+78 |
* | Include the file before we close the llvm namespace. | Misha Brukman | 2003-11-13 | 1 | -1/+2 |
* | Substantially re-organized this file: | Misha Brukman | 2003-11-13 | 1 | -600/+554 |
* | The function to create an instance of this pass is no longer a method of | Misha Brukman | 2003-11-13 | 2 | -2/+2 |
* | The functions to create new instances of passes are no longer methods in the | Misha Brukman | 2003-11-13 | 1 | -15/+16 |
* | * Put command-line switches in their own namespace | Misha Brukman | 2003-11-13 | 1 | -17/+16 |
* | Force a dependency on the .inc file, which must be generated! | Misha Brukman | 2003-11-13 | 1 | -0/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 78 | -72/+371 |
* | Fix problems linking against the reoptimizer; _llvm_regAllocState must have | Brian Gaeke | 2003-11-10 | 1 | -2/+2 |
* | Operand numbers are now ints. Save the register allocation of the value | Brian Gaeke | 2003-11-10 | 3 | -30/+40 |
* | Fix PR103 | Brian Gaeke | 2003-11-09 | 1 | -6/+3 |
* | Fix two typos I found in comments. | Brian Gaeke | 2003-11-08 | 2 | -3/+3 |
* | For some reason, LICM and GCSE like to crash the FunctionPassManager when they | Misha Brukman | 2003-11-08 | 1 | -2/+4 |
* | Implement branching to a PC-relative constant (not a BasicBlock). | Misha Brukman | 2003-11-07 | 1 | -7/+7 |
* | PreSelection is not optional, it performs a necessary and vital transformation | Misha Brukman | 2003-11-07 | 1 | -12/+15 |
* | Switch to emitting MachineConstantPool the way it was meant to be done. | Misha Brukman | 2003-11-07 | 2 | -49/+8 |
* | Switch to using the standard representation of the constant pool -- namely, the | Misha Brukman | 2003-11-07 | 1 | -338/+322 |
* | We accept TargetMachine as a const reference. | Misha Brukman | 2003-11-07 | 1 | -3/+3 |
* | PreSelection and PeepholeOpts are now FunctionPasses. | Misha Brukman | 2003-11-07 | 1 | -2/+2 |
* | * Stop making a global for each constant that cannot live in an instruction; | Misha Brukman | 2003-11-07 | 1 | -36/+14 |
* | * Use the MachineConstantPool for storing constants instead of a hash_set; | Misha Brukman | 2003-11-07 | 1 | -17/+41 |
* | Use `basename $<` to get just the filename, not full path, for ease of reading. | Misha Brukman | 2003-11-07 | 1 | -2/+2 |
* | Hopefully this will fix PR98 | Chris Lattner | 2003-11-07 | 1 | -2/+2 |
* | Hopefully fix the objdir != srcdir issue | Chris Lattner | 2003-11-07 | 1 | -6/+12 |
* | Fix warnings building on sparc | Chris Lattner | 2003-11-06 | 1 | -2/+2 |
* | * Make the comment header 80 columns long | Misha Brukman | 2003-11-06 | 1 | -3/+3 |
* | Let's not forget about our friends -- Constant Pool indices. | Misha Brukman | 2003-11-06 | 1 | -0/+1 |
* | We know exactly what the value of $< is, so instead of using `basename $<` to | Misha Brukman | 2003-11-05 | 1 | -8/+7 |
* | Do not use a class before it is defined. | Chris Lattner | 2003-11-05 | 1 | -6/+9 |
* | Change all machine basic block modifier functions in MRegisterInfo to | Alkis Evlogimenos | 2003-11-04 | 2 | -41/+54 |
* | Update verifySavedState()'s comment, so that it reflects its current | Brian Gaeke | 2003-11-04 | 1 | -1/+3 |
* | Add comments. | Brian Gaeke | 2003-11-04 | 1 | -0/+4 |
* | Fix problems in previous changes. This fixes several regressions last night. | Chris Lattner | 2003-11-04 | 2 | -10/+12 |
* | Significantly simplify constant emission by unifying the stuff which used to ... | Chris Lattner | 2003-11-03 | 2 | -294/+238 |
* | Incorporate printSingleConstantValue into its single caller | Chris Lattner | 2003-11-03 | 2 | -178/+132 |
* | * Reformat some code | Chris Lattner | 2003-11-03 | 2 | -84/+68 |
* | Work around a bug in GCC where it can't handle common variables marked weak. | Chris Lattner | 2003-11-03 | 2 | -2/+16 |
* | Fix bugs with attribute weak emission | Chris Lattner | 2003-11-03 | 2 | -6/+12 |
* | This simplifies the CWriter code, makes the generated code easier to read, | Chris Lattner | 2003-11-03 | 2 | -22/+4 |
* | Eliminate the silly namedContext member of printType | Chris Lattner | 2003-11-03 | 2 | -16/+14 |
* | The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try | Chris Lattner | 2003-11-02 | 2 | -30/+48 |
* | Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to start | Brian Gaeke | 2003-10-30 | 1 | -6/+29 |
* | Make AllocState an enum. | Brian Gaeke | 2003-10-30 | 1 | -2/+12 |
* | Tweak sed commands so that they filter out more # stuff and also | Brian Gaeke | 2003-10-29 | 1 | -3/+3 |
* | Publicize the type of FnAllocState. | Brian Gaeke | 2003-10-24 | 2 | -2/+15 |
* | Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction. | Brian Gaeke | 2003-10-23 | 1 | -0/+9 |
* | Move AllocInfo structure to a private AllocInfo.h header file. | Brian Gaeke | 2003-10-23 | 1 | -48/+15 |
* | Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants. | Brian Gaeke | 2003-10-23 | 1 | -1/+1 |
* | New file, containing AllocInfo structure. | Brian Gaeke | 2003-10-23 | 1 | -0/+61 |