aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regenerate for recent changes.Reid Spencer2007-02-084-800/+888
* For PR1187:Reid Spencer2007-02-081-5/+29
* For PR1187:Reid Spencer2007-02-081-2/+7
* move archive-specific stuff out of bcreader into archive library.Chris Lattner2007-02-076-103/+160
* move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner2007-02-073-28/+17
* move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. NowChris Lattner2007-02-073-36/+15
* For PR1187:Reid Spencer2007-02-071-0/+8
* For PR1187:Reid Spencer2007-02-071-0/+11
* new testcase for nested functionsChris Lattner2007-02-071-0/+54
* This really only affects pointers in high memory, and only llvm 1.9, but make...Andrew Lenharth2007-02-071-0/+28
* isLowRegister() expects input is a physical register.Evan Cheng2007-02-071-2/+2
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-0725-106/+140
* Rename.Evan Cheng2007-02-071-6/+7
* If sp offset will be materialized in a register. Clear the offset field of st...Evan Cheng2007-02-071-8/+10
* Get rid of references to iostream.Evan Cheng2007-02-072-4/+2
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-075-7/+122
* Move compressor out of the core Reader.cpp file.Chris Lattner2007-02-073-6/+14
* Do not drop transferred last uses on the floor.Devang Patel2007-02-071-0/+3
* Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.Chris Lattner2007-02-071-2/+4
* Testcase for a bug responsible for GCC bootstrap failure, fallout from PR411.Chris Lattner2007-02-071-0/+11
* Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not aReid Spencer2007-02-071-1/+1
* Fix build error.Lauro Ramos Venancio2007-02-071-0/+1
* New test case.Evan Cheng2007-02-071-6/+36
* New entry.Evan Cheng2007-02-071-0/+9
* In thumb mode, R3 is reserved, but it can be live in to the function. IfEvan Cheng2007-02-072-7/+32
* UpdateEvan Cheng2007-02-071-0/+4
* - If fp (r7) is used to reference stack objects, use [r, r] address mode.Evan Cheng2007-02-071-28/+67
* remove dead ivars.Chris Lattner2007-02-071-8/+0
* remove dead ivars, thanks to Reid for noticing this!Chris Lattner2007-02-071-22/+1
* remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.Chris Lattner2007-02-073-35/+0
* constants can't be in the symtab anymoreChris Lattner2007-02-071-8/+4
* update comment.Chris Lattner2007-02-071-3/+3
* 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