| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a crasher bug in my constant folding rewrite | Chris Lattner | 2004-02-01 | 1 | -3/+10 |
* | Fix a problem brian ran into with the bytecode reader asserting. It turns | Chris Lattner | 2004-01-23 | 1 | -0/+5 |
* | Let subclasses implement ModuleProvider::materializeModule() which is based on | Misha Brukman | 2004-01-21 | 1 | -12/+0 |
* | SlotCalculator.h moved | Chris Lattner | 2004-01-20 | 2 | -5/+5 |
* | Major changes. Now we only compactify individual type planes if it is in | Chris Lattner | 2004-01-20 | 1 | -50/+196 |
* | Add support for building the compactiontable for bytecode files. This shrinks | Chris Lattner | 2004-01-18 | 1 | -54/+221 |
* | Eliminate special case handling for CPR's | Chris Lattner | 2004-01-18 | 1 | -17/+6 |
* | Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive | Chris Lattner | 2004-01-17 | 1 | -1/+5 |
* | Cleanups & efficiency improvements | Chris Lattner | 2004-01-15 | 1 | -18/+3 |
* | The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri... | Chris Lattner | 2004-01-15 | 1 | -5/+14 |
* | When emitting bytecode, handle strings specially. Do not add the characters | Chris Lattner | 2004-01-14 | 1 | -9/+52 |
* | Hrm, apparently I missed lowering this intrinsic. :( | Chris Lattner | 2004-01-14 | 1 | -0/+1 |
* | Fix bug in previous checkin: Demorgan would be ashamed of me, I need to | Chris Lattner | 2004-01-14 | 1 | -1/+1 |
* | Implement ConstantArray::isString | Chris Lattner | 2004-01-14 | 1 | -3/+16 |
* | Fix check. PHI nodes must be handled specially, of course. | Chris Lattner | 2004-01-14 | 1 | -4/+5 |
* | Tighten up verifier checks. The result of an invoke instruction only | Chris Lattner | 2004-01-14 | 1 | -2/+8 |
* | The only clients of the slot calculator are now the asmwriter and bcwriter. | Chris Lattner | 2004-01-14 | 2 | -17/+17 |
* | Implement a bunch of symbolic constant folding opportunities. This implements | Chris Lattner | 2004-01-13 | 1 | -21/+324 |
* | Implement new Instruction::isRelational method | Chris Lattner | 2004-01-12 | 1 | -0/+16 |
* | Rearrange and comment code better. No functionality changes | Chris Lattner | 2004-01-12 | 1 | -160/+177 |
* | Rename ConstantHandling.* -> ConstantFolding.* | Chris Lattner | 2004-01-12 | 4 | -128/+82 |
* | Remove a whole bunch more ugliness. This is actually getting to the point of | Chris Lattner | 2004-01-12 | 3 | -132/+106 |
* | Move ConstantHandling.h into lib/VMCore and out of include/llvm | Chris Lattner | 2004-01-12 | 4 | -6/+6 |
* | Eliminate a lot of out-of-date comments, and all of the wierd overloaded | Chris Lattner | 2004-01-12 | 2 | -272/+2 |
* | Eliminate usage of the wierd overloaded operator constant folders | Chris Lattner | 2004-01-12 | 1 | -33/+34 |
* | Eliminate ConstantFoldShiftInstruction reference | Chris Lattner | 2004-01-12 | 1 | -1/+1 |
* | Remove use of ConstantHandling itf | Chris Lattner | 2004-01-12 | 1 | -24/+31 |
* | Fix out of date comment, remove use of ConstantExpr::getShift | Chris Lattner | 2004-01-12 | 1 | -8/+1 |
* | Remove use of ConstantExpr::getShift | Chris Lattner | 2004-01-12 | 1 | -6/+0 |
* | Make ConstantExpr::get work for shifts as well | Chris Lattner | 2004-01-12 | 1 | -0/+2 |
* | Move prototype of llvm::ConstantFoldInstruction | Chris Lattner | 2004-01-12 | 2 | -10/+0 |
* | Move llvm::ConstantFoldInstruction from here to Transforms/Utils | Chris Lattner | 2004-01-12 | 1 | -58/+0 |
* | Implement: Assembler/2004-01-11-getelementptrfolding.llx | Chris Lattner | 2004-01-11 | 1 | -6/+8 |
* | Urg, remove testing code. | Chris Lattner | 2004-01-11 | 1 | -1/+1 |
* | Fix a regression that I introduced yesterday. :( | Chris Lattner | 2004-01-11 | 1 | -8/+16 |
* | Check in two changes: | Chris Lattner | 2004-01-10 | 1 | -1/+51 |
* | Hrm, another minor cleanup, which I missed before | Chris Lattner | 2004-01-10 | 1 | -1/+1 |
* | Minor cleanup | Chris Lattner | 2004-01-10 | 1 | -1/+1 |
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 1 | -4/+2 |
* | Add support for new intrinsic | Chris Lattner | 2004-01-06 | 2 | -0/+2 |
* | Add VMCore and code generator support for debugging intrinsics. By default | Chris Lattner | 2004-01-05 | 3 | -0/+19 |
* | Add some comments, add new getGlobalVariable method | Chris Lattner | 2003-12-31 | 1 | -1/+43 |
* | * Make Module::getTypeName const | Chris Lattner | 2003-12-31 | 1 | -16/+23 |
* | Make the lookup method const. | Chris Lattner | 2003-12-31 | 1 | -3/+3 |
* | Fix PR198 | Chris Lattner | 2003-12-31 | 1 | -8/+11 |
* | Add comments | Chris Lattner | 2003-12-31 | 1 | -2/+5 |
* | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 1 | -1/+0 |
* | Move into the VMCore library | Chris Lattner | 2003-12-28 | 1 | -1/+1 |
* | Implement the default implementation of the intrinsic lowering class | Chris Lattner | 2003-12-28 | 1 | -0/+57 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 3 | -12/+3 |