aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* do not let the table fill up with tombstones.Chris Lattner2007-02-072-1/+7
* Fix a really subtle bug where the entire hash table could fill withChris Lattner2007-02-071-2/+23
* Spill / restore should avoid modifying the condition register.Evan Cheng2007-02-074-36/+64
* Two fixes:Chris Lattner2007-02-061-38/+33
* Document the LINK_COMPONENTS and NO_INSTALL variables.Reid Spencer2007-02-061-0/+15
* Implement the NO_INSTALL feature. Setting this variable to any value inReid Spencer2007-02-061-6/+56
* Set the new NO_INSTALL flag for build-only tools.Reid Spencer2007-02-064-1/+4
* Error check and eliminate unnecessary value.Jim Laskey2007-02-061-8/+15
* Regenerate.Jim Laskey2007-02-062-143/+138
* Deemed too cute to live.Jim Laskey2007-02-062-3/+3
* Regenerate.Jim Laskey2007-02-062-178/+183
* Support var arg intrinsics.Jim Laskey2007-02-064-1/+17
* Fix build error.Lauro Ramos Venancio2007-02-061-0/+1
* Select add FI, c correctly.Evan Cheng2007-02-061-1/+6
* Add a DYNAMIC_STACKALLOC test case.Evan Cheng2007-02-061-0/+30
* foldMemoryOperand() cannot fold tMOVrr sp into load / store in thumb mode. tL...Evan Cheng2007-02-061-13/+19
* Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.llChris Lattner2007-02-061-6/+16
* testcase for pr1181Chris Lattner2007-02-061-0/+14
* As Reid suggested, fixed some problems.Zhou Sheng2007-02-061-150/+143
* As Reid suggested, fixed some problems.Zhou Sheng2007-02-061-182/+110
* Disable this for now.Chris Lattner2007-02-061-0/+5
* Add a class APInt to represent arbitrary precision constant integral values.Zhou Sheng2007-02-061-0/+1113
* Fix Transforms/ConstProp/2007-02-05-BitCast.llChris Lattner2007-02-061-1/+5
* Testcase for miscompilationChris Lattner2007-02-061-0/+7
* Oops, swap this. This fixes a regression I introduced in the ARM backend.Chris Lattner2007-02-061-1/+1
* eliminateFrameIndex() bug when frame pointer is used as base register.Evan Cheng2007-02-061-23/+27
* - Store val, [sp, c] must be selected to tSTRsp.Evan Cheng2007-02-061-4/+34
* Although targets are not required to support integers > 64bits, TargetDataReid Spencer2007-02-051-2/+4
* A value of 64 or fewer bits is valid if the ConstantInt has more then 64 bits.Reid Spencer2007-02-051-4/+2
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-0514-19/+38
* With the last change, we no longer need both directions of mapping fromChris Lattner2007-02-051-4/+8
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-0546-97/+146
* Simplify use of DFBlocks, this makes no noticable performance difference,Chris Lattner2007-02-051-3/+3
* This file should have been removed when -raise was removed. It isn'tReid Spencer2007-02-051-134/+0
* Simplify this a bit, add an assertionChris Lattner2007-02-051-11/+10
* StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector,Chris Lattner2007-02-051-22/+11
* Add a show-footprint target to run du a few times to show how much diskReid Spencer2007-02-051-0/+6
* Const method must use const_iterator.Chris Lattner2007-02-051-2/+1
* Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::eraseChris Lattner2007-02-051-6/+6
* Fix a bug in smallptrset::erase: in the small case, return true if theChris Lattner2007-02-051-1/+1
* switch a SmallPtrSet back to an std::set for now, this caused problems.Chris Lattner2007-02-051-6/+6
* switch an std::set over to a SmallPtrSet, speeding up mem2reg 6% on 176.gcc.Chris Lattner2007-02-051-1/+1
* switch an std::set over to SmallPtrSet, speeding up mem2reg 3.4% on 176.gcc.Chris Lattner2007-02-051-16/+13
* eliminate some malloc traffic, this speeds up mem2reg by 3.4%.Chris Lattner2007-02-051-5/+8
* Add missing and needed #include.Reid Spencer2007-02-051-0/+1
* Make the class VISIBILITY_HIDDEN.Reid Spencer2007-02-051-3/+3
* Fix PR1178Chris Lattner2007-02-051-1/+11
* For PR411:Reid Spencer2007-02-0519-46/+46
* For PR411:Reid Spencer2007-02-051-1/+2
* For PR411:Reid Spencer2007-02-051-14/+5