| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | do not let the table fill up with tombstones. | Chris Lattner | 2007-02-07 | 2 | -1/+7 |
* | Fix a really subtle bug where the entire hash table could fill with | Chris Lattner | 2007-02-07 | 1 | -2/+23 |
* | Spill / restore should avoid modifying the condition register. | Evan Cheng | 2007-02-07 | 4 | -36/+64 |
* | Two fixes: | Chris Lattner | 2007-02-06 | 1 | -38/+33 |
* | Document the LINK_COMPONENTS and NO_INSTALL variables. | Reid Spencer | 2007-02-06 | 1 | -0/+15 |
* | Implement the NO_INSTALL feature. Setting this variable to any value in | Reid Spencer | 2007-02-06 | 1 | -6/+56 |
* | Set the new NO_INSTALL flag for build-only tools. | Reid Spencer | 2007-02-06 | 4 | -1/+4 |
* | Error check and eliminate unnecessary value. | Jim Laskey | 2007-02-06 | 1 | -8/+15 |
* | Regenerate. | Jim Laskey | 2007-02-06 | 2 | -143/+138 |
* | Deemed too cute to live. | Jim Laskey | 2007-02-06 | 2 | -3/+3 |
* | Regenerate. | Jim Laskey | 2007-02-06 | 2 | -178/+183 |
* | Support var arg intrinsics. | Jim Laskey | 2007-02-06 | 4 | -1/+17 |
* | Fix build error. | Lauro Ramos Venancio | 2007-02-06 | 1 | -0/+1 |
* | Select add FI, c correctly. | Evan Cheng | 2007-02-06 | 1 | -1/+6 |
* | Add a DYNAMIC_STACKALLOC test case. | Evan Cheng | 2007-02-06 | 1 | -0/+30 |
* | foldMemoryOperand() cannot fold tMOVrr sp into load / store in thumb mode. tL... | Evan Cheng | 2007-02-06 | 1 | -13/+19 |
* | Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll | Chris Lattner | 2007-02-06 | 1 | -6/+16 |
* | testcase for pr1181 | Chris Lattner | 2007-02-06 | 1 | -0/+14 |
* | As Reid suggested, fixed some problems. | Zhou Sheng | 2007-02-06 | 1 | -150/+143 |
* | As Reid suggested, fixed some problems. | Zhou Sheng | 2007-02-06 | 1 | -182/+110 |
* | Disable this for now. | Chris Lattner | 2007-02-06 | 1 | -0/+5 |
* | Add a class APInt to represent arbitrary precision constant integral values. | Zhou Sheng | 2007-02-06 | 1 | -0/+1113 |
* | Fix Transforms/ConstProp/2007-02-05-BitCast.ll | Chris Lattner | 2007-02-06 | 1 | -1/+5 |
* | Testcase for miscompilation | Chris Lattner | 2007-02-06 | 1 | -0/+7 |
* | Oops, swap this. This fixes a regression I introduced in the ARM backend. | Chris Lattner | 2007-02-06 | 1 | -1/+1 |
* | eliminateFrameIndex() bug when frame pointer is used as base register. | Evan Cheng | 2007-02-06 | 1 | -23/+27 |
* | - Store val, [sp, c] must be selected to tSTRsp. | Evan Cheng | 2007-02-06 | 1 | -4/+34 |
* | Although targets are not required to support integers > 64bits, TargetData | Reid Spencer | 2007-02-05 | 1 | -2/+4 |
* | A value of 64 or fewer bits is valid if the ConstantInt has more then 64 bits. | Reid Spencer | 2007-02-05 | 1 | -4/+2 |
* | Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce | Reid Spencer | 2007-02-05 | 14 | -19/+38 |
* | With the last change, we no longer need both directions of mapping from | Chris Lattner | 2007-02-05 | 1 | -4/+8 |
* | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer | 2007-02-05 | 46 | -97/+146 |