| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Simplify use of DFBlocks, this makes no noticable performance difference, | Chris Lattner | 2007-02-05 | 1 | -3/+3 |
* | This file should have been removed when -raise was removed. It isn't | Reid Spencer | 2007-02-05 | 1 | -134/+0 |
* | Simplify this a bit, add an assertion | Chris Lattner | 2007-02-05 | 1 | -11/+10 |
* | StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector, | Chris Lattner | 2007-02-05 | 1 | -22/+11 |
* | Add a show-footprint target to run du a few times to show how much disk | Reid Spencer | 2007-02-05 | 1 | -0/+6 |
* | Const method must use const_iterator. | Chris Lattner | 2007-02-05 | 1 | -2/+1 |
* | Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::erase | Chris Lattner | 2007-02-05 | 1 | -6/+6 |
* | Fix a bug in smallptrset::erase: in the small case, return true if the | Chris Lattner | 2007-02-05 | 1 | -1/+1 |
* | switch a SmallPtrSet back to an std::set for now, this caused problems. | Chris Lattner | 2007-02-05 | 1 | -6/+6 |
* | switch an std::set over to a SmallPtrSet, speeding up mem2reg 6% on 176.gcc. | Chris Lattner | 2007-02-05 | 1 | -1/+1 |
* | switch an std::set over to SmallPtrSet, speeding up mem2reg 3.4% on 176.gcc. | Chris Lattner | 2007-02-05 | 1 | -16/+13 |
* | eliminate some malloc traffic, this speeds up mem2reg by 3.4%. | Chris Lattner | 2007-02-05 | 1 | -5/+8 |
* | Add missing and needed #include. | Reid Spencer | 2007-02-05 | 1 | -0/+1 |
* | Make the class VISIBILITY_HIDDEN. | Reid Spencer | 2007-02-05 | 1 | -3/+3 |
* | Fix PR1178 | Chris Lattner | 2007-02-05 | 1 | -1/+11 |
* | For PR411: | Reid Spencer | 2007-02-05 | 19 | -46/+46 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+2 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -14/+5 |