aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove some obsolete SymbolTable methods. These docs need to be updatedChris Lattner2007-02-071-19/+0
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-075-39/+23
* As Chris suggested, fixed some problems. (This is the first part)Zhou Sheng2007-02-071-147/+157
* eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins...Chris Lattner2007-02-073-55/+9
* Make SymbolTable::insert, SymbolTable::remove and SymbolTable::rename private.Chris Lattner2007-02-071-3/+21
* As Chris suggested, fixed some problems. (This is the first part.)Zhou Sheng2007-02-071-21/+47
* speed up conflict handling.Chris Lattner2007-02-071-2/+7
* Fix a fixme by correctly calculating preferred alignments for functions,Nate Begeman2007-02-071-11/+14
* Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. WhenChris Lattner2007-02-072-26/+21
* TypeSymbolTable::rename is dead, remove itChris Lattner2007-02-072-22/+0
* Eliminate a bunch of work from ValueSymbolTable::insert for the common caseChris Lattner2007-02-071-1/+7
* parse constantexpr arguments into a smallvector: 1.5% speedup reading 176.gccChris Lattner2007-02-071-1/+1
* eliminate std::vector's from the bchandler interfaceChris Lattner2007-02-071-5/+5
* Eliminate std::vectors from the bcanalyzer interface.Chris Lattner2007-02-073-32/+45
* add an option for timing bc file reading.Chris Lattner2007-02-071-5/+12
* Remove a spurious ;Reid Spencer2007-02-071-1/+1
* eliminateFrameIndex() is even more complicated if frame ptr is used instead o...Evan Cheng2007-02-071-20/+34
* redesign the primary datastructure used by mem2reg to eliminate anChris Lattner2007-02-071-103/+156
* 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