| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate for recent changes. | Reid Spencer | 2007-02-08 | 4 | -800/+888 |
* | For PR1187: | Reid Spencer | 2007-02-08 | 1 | -5/+29 |
* | For PR1187: | Reid Spencer | 2007-02-08 | 1 | -2/+7 |
* | move archive-specific stuff out of bcreader into archive library. | Chris Lattner | 2007-02-07 | 6 | -103/+160 |
* | move an llvmc-specific function out of the bcreader into llvmc. | Chris Lattner | 2007-02-07 | 3 | -28/+17 |
* | move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. Now | Chris Lattner | 2007-02-07 | 3 | -36/+15 |
* | For PR1187: | Reid Spencer | 2007-02-07 | 1 | -0/+8 |
* | For PR1187: | Reid Spencer | 2007-02-07 | 1 | -0/+11 |
* | new testcase for nested functions | Chris Lattner | 2007-02-07 | 1 | -0/+54 |
* | This really only affects pointers in high memory, and only llvm 1.9, but make... | Andrew Lenharth | 2007-02-07 | 1 | -0/+28 |
* | isLowRegister() expects input is a physical register. | Evan Cheng | 2007-02-07 | 1 | -2/+2 |
* | push bytecode decompressor out through APIs. Now the bytecode reader | Chris Lattner | 2007-02-07 | 25 | -106/+140 |
* | Rename. | Evan Cheng | 2007-02-07 | 1 | -6/+7 |
* | If sp offset will be materialized in a register. Clear the offset field of st... | Evan Cheng | 2007-02-07 | 1 | -8/+10 |
* | Get rid of references to iostream. | Evan Cheng | 2007-02-07 | 2 | -4/+2 |
* | Automatically generating intrinsic declarations from Dan Gohman. Modified | Jim Laskey | 2007-02-07 | 5 | -7/+122 |
* | Move compressor out of the core Reader.cpp file. | Chris Lattner | 2007-02-07 | 3 | -6/+14 |
* | Do not drop transferred last uses on the floor. | Devang Patel | 2007-02-07 | 1 | -0/+3 |
* | Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411. | Chris Lattner | 2007-02-07 | 1 | -2/+4 |
* | Testcase for a bug responsible for GCC bootstrap failure, fallout from PR411. | Chris Lattner | 2007-02-07 | 1 | -0/+11 |
* | Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a | Reid Spencer | 2007-02-07 | 1 | -1/+1 |
* | Fix build error. | Lauro Ramos Venancio | 2007-02-07 | 1 | -0/+1 |
* | New test case. | Evan Cheng | 2007-02-07 | 1 | -6/+36 |
* | New entry. | Evan Cheng | 2007-02-07 | 1 | -0/+9 |
* | In thumb mode, R3 is reserved, but it can be live in to the function. If | Evan Cheng | 2007-02-07 | 2 | -7/+32 |
* | Update | Evan Cheng | 2007-02-07 | 1 | -0/+4 |
* | - If fp (r7) is used to reference stack objects, use [r, r] address mode. | Evan Cheng | 2007-02-07 | 1 | -28/+67 |
* | remove dead ivars. | Chris Lattner | 2007-02-07 | 1 | -8/+0 |
* | remove dead ivars, thanks to Reid for noticing this! | Chris Lattner | 2007-02-07 | 1 | -22/+1 |
* | remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained. | Chris Lattner | 2007-02-07 | 3 | -35/+0 |
* | constants can't be in the symtab anymore | Chris Lattner | 2007-02-07 | 1 | -8/+4 |
* | update comment. | Chris Lattner | 2007-02-07 | 1 | -3/+3 |
* | remove some obsolete SymbolTable methods. These docs need to be updated | Chris Lattner | 2007-02-07 | 1 | -19/+0 |
* | shrink vmcore by moving symbol table stripping support out of VMCore into | Chris Lattner | 2007-02-07 | 5 | -39/+23 |
* | As Chris suggested, fixed some problems. (This is the first part) | Zhou Sheng | 2007-02-07 | 1 | -147/+157 |
* | eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins... | Chris Lattner | 2007-02-07 | 3 | -55/+9 |
* | Make SymbolTable::insert, SymbolTable::remove and SymbolTable::rename private. | Chris Lattner | 2007-02-07 | 1 | -3/+21 |
* | As Chris suggested, fixed some problems. (This is the first part.) | Zhou Sheng | 2007-02-07 | 1 | -21/+47 |
* | speed up conflict handling. | Chris Lattner | 2007-02-07 | 1 | -2/+7 |
* | Fix a fixme by correctly calculating preferred alignments for functions, | Nate Begeman | 2007-02-07 | 1 | -11/+14 |
* | Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. When | Chris Lattner | 2007-02-07 | 2 | -26/+21 |
* | TypeSymbolTable::rename is dead, remove it | Chris Lattner | 2007-02-07 | 2 | -22/+0 |
* | Eliminate a bunch of work from ValueSymbolTable::insert for the common case | Chris Lattner | 2007-02-07 | 1 | -1/+7 |
* | parse constantexpr arguments into a smallvector: 1.5% speedup reading 176.gcc | Chris Lattner | 2007-02-07 | 1 | -1/+1 |
* | eliminate std::vector's from the bchandler interface | Chris Lattner | 2007-02-07 | 1 | -5/+5 |
* | Eliminate std::vectors from the bcanalyzer interface. | Chris Lattner | 2007-02-07 | 3 | -32/+45 |
* | add an option for timing bc file reading. | Chris Lattner | 2007-02-07 | 1 | -5/+12 |
* | Remove a spurious ; | Reid Spencer | 2007-02-07 | 1 | -1/+1 |
* | eliminateFrameIndex() is even more complicated if frame ptr is used instead o... | Evan Cheng | 2007-02-07 | 1 | -20/+34 |
* | redesign the primary datastructure used by mem2reg to eliminate an | Chris Lattner | 2007-02-07 | 1 | -103/+156 |