| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new argument to disable checking | Chris Lattner | 2003-11-12 | 1 | -3/+5 |
* | Detect problems with PHI node operands! | Chris Lattner | 2003-11-12 | 1 | -0/+6 |
* | Print return nodes for graphs with multiple functions in them correctly | Chris Lattner | 2003-11-12 | 1 | -2/+2 |
* | Don't crash if no gg | Chris Lattner | 2003-11-12 | 1 | -1/+1 |
* | Fix bug PR107, patch contributed by Reid Spencer! | Chris Lattner | 2003-11-12 | 1 | -1/+26 |
* | Cleanups | Chris Lattner | 2003-11-12 | 2 | -8/+10 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 306 | -222/+1401 |
* | Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. | Brian Gaeke | 2003-11-11 | 1 | -60/+17 |
* | Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic. | Brian Gaeke | 2003-11-11 | 1 | -0/+29 |
* | Compute node offsets correctly | Chris Lattner | 2003-11-11 | 1 | -2/+2 |
* | This version of Linker.cpp works a lot better, but it's a little messy. Sorry. | Brian Gaeke | 2003-11-11 | 1 | -20/+28 |
* | Add implementation of FileOpenable(). | Brian Gaeke | 2003-11-11 | 1 | -96/+41 |
* | Add new method for computing node mappings. This is used by the pool allocator | Chris Lattner | 2003-11-11 | 1 | -0/+31 |
* | Fix problems linking against the reoptimizer; _llvm_regAllocState must have | Brian Gaeke | 2003-11-10 | 2 | -4/+4 |
* | Reorganize code for locality, improve comments | Chris Lattner | 2003-11-10 | 1 | -19/+23 |
* | Adjust to new critical edge interface | Chris Lattner | 2003-11-10 | 2 | -15/+15 |
* | Operand numbers are now ints. Save the register allocation of the value | Brian Gaeke | 2003-11-10 | 6 | -60/+80 |
* | More additions | Chris Lattner | 2003-11-09 | 1 | -3/+4 |
* | Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out | Chris Lattner | 2003-11-09 | 1 | -3/+2 |
* | Add an assertion | Chris Lattner | 2003-11-09 | 1 | -0/+1 |
* | Fix PR103 | Brian Gaeke | 2003-11-09 | 1 | -6/+3 |
* | Do NOT inline self recursive calls into other functions. This is causing the | Chris Lattner | 2003-11-09 | 2 | -1/+10 |
* | Untypo | Chris Lattner | 2003-11-09 | 1 | -1/+1 |
* | Add more functions | Chris Lattner | 2003-11-09 | 1 | -0/+8 |
* | None of the __llvm_* functions call into the program. This makes the | Chris Lattner | 2003-11-09 | 1 | -0/+3 |
* | Add support for memmove | Chris Lattner | 2003-11-09 | 1 | -0/+9 |
* | Remove #include of PassManager.h which was marked FIXME, and apparently is no | Brian Gaeke | 2003-11-09 | 1 | -3/+0 |
* | Handle bzero and memset in the local analysis, because we were missing the fact | Chris Lattner | 2003-11-08 | 2 | -4/+17 |
* | This doesn't use DSCallSiteIterator | Chris Lattner | 2003-11-08 | 1 | -1/+1 |
* | 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 vaarg instruction. This is not quite perfect: 2003-08-11-VaListArg | Brian Gaeke | 2003-11-07 | 2 | -0/+36 |
* | Implement branching to a PC-relative constant (not a BasicBlock). | Misha Brukman | 2003-11-07 | 1 | -7/+7 |
* | popStackAndReturnValueToCaller() must advance instruction pointer to normal | Brian Gaeke | 2003-11-07 | 1 | -5/+24 |
* | PreSelection is not optional, it performs a necessary and vital transformation | Misha Brukman | 2003-11-07 | 1 | -12/+15 |
* | Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. | Misha Brukman | 2003-11-07 | 1 | -15/+0 |
* | Add stub version of unwind support | Brian Gaeke | 2003-11-07 | 2 | -0/+5 |
* | visitCallInst --> visitCallSite. | Brian Gaeke | 2003-11-07 | 2 | -4/+7 |
* | Make the operation of visitCallInst() only depend on the CallSite. | Brian Gaeke | 2003-11-07 | 1 | -7/+9 |
* | Use CallSites for call sites, instead of CallInsts. A revolutionary concept. | Brian Gaeke | 2003-11-07 | 2 | -9/+10 |
* | 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 |
* | Declare FunctionPasses as such so that they can be used in FunctionPassManager. | Misha Brukman | 2003-11-07 | 3 | -3/+3 |
* | Refactor the return-from-function code into popStackAndReturnValueToCaller(). | Brian Gaeke | 2003-11-07 | 2 | -37/+42 |
* | Hopefully this will fix PR98 | Chris Lattner | 2003-11-07 | 1 | -2/+2 |