| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the | Bill Wendling | 2007-02-08 | 7 | -36/+20 |
* | Added new method to add a "simple" code emitter. That is, to only add | Bill Wendling | 2007-02-08 | 2 | -0/+7 |
* | Split the addPassesToEmitFile method up into two. This is so that we can | Bill Wendling | 2007-02-08 | 1 | -48/+52 |
* | Add function to create a file writer. | Bill Wendling | 2007-02-08 | 2 | -3/+28 |
* | Dead files. Functionality has been taken over by the Add*Writer functions. | Bill Wendling | 2007-02-08 | 2 | -75/+0 |
* | Moved from include/llvm/CodeGen to lib/CodeGen. | Bill Wendling | 2007-02-08 | 2 | -0/+850 |
* | For PR1188: | Reid Spencer | 2007-02-08 | 2 | -2/+2 |
* | move archive-specific stuff out of bcreader into archive library. | Chris Lattner | 2007-02-07 | 5 | -73/+160 |
* | move an llvmc-specific function out of the bcreader into llvmc. | Chris Lattner | 2007-02-07 | 1 | -16/+0 |
* | move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. Now | Chris Lattner | 2007-02-07 | 3 | -36/+15 |
* | isLowRegister() expects input is a physical register. | Evan Cheng | 2007-02-07 | 1 | -2/+2 |
* | push bytecode decompressor out through APIs. Now the bytecode reader | Chris Lattner | 2007-02-07 | 10 | -75/+80 |
* | Rename. | Evan Cheng | 2007-02-07 | 1 | -6/+7 |
* | If sp offset will be materialized in a register. Clear the offset field of st... | Evan Cheng | 2007-02-07 | 1 | -8/+10 |
* | Get rid of references to iostream. | Evan Cheng | 2007-02-07 | 2 | -4/+2 |
* | Automatically generating intrinsic declarations from Dan Gohman. Modified | Jim Laskey | 2007-02-07 | 1 | -0/+19 |
* | Move compressor out of the core Reader.cpp file. | Chris Lattner | 2007-02-07 | 3 | -6/+14 |
* | Do not drop transferred last uses on the floor. | Devang Patel | 2007-02-07 | 1 | -0/+3 |
* | Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411. | Chris Lattner | 2007-02-07 | 1 | -2/+4 |
* | New entry. | Evan Cheng | 2007-02-07 | 1 | -0/+9 |
* | In thumb mode, R3 is reserved, but it can be live in to the function. If | Evan Cheng | 2007-02-07 | 2 | -7/+32 |
* | Update | Evan Cheng | 2007-02-07 | 1 | -0/+4 |
* | - If fp (r7) is used to reference stack objects, use [r, r] address mode. | Evan Cheng | 2007-02-07 | 1 | -28/+67 |
* | remove dead ivars, thanks to Reid for noticing this! | Chris Lattner | 2007-02-07 | 1 | -22/+1 |
* | remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained. | Chris Lattner | 2007-02-07 | 2 | -26/+0 |
* | constants can't be in the symtab anymore | Chris Lattner | 2007-02-07 | 1 | -8/+4 |
* | update comment. | Chris Lattner | 2007-02-07 | 1 | -3/+3 |
* | shrink vmcore by moving symbol table stripping support out of VMCore into | Chris Lattner | 2007-02-07 | 3 | -29/+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 | 2 | -42/+5 |
* | 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 | 1 | -21/+21 |
* | TypeSymbolTable::rename is dead, remove it | Chris Lattner | 2007-02-07 | 1 | -18/+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::vectors from the bcanalyzer interface. | Chris Lattner | 2007-02-07 | 3 | -32/+45 |
* | 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 | 1 | -1/+5 |
* | 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 |
* | Support var arg intrinsics. | Jim Laskey | 2007-02-06 | 1 | -0/+4 |
* | Select add FI, c correctly. | Evan Cheng | 2007-02-06 | 1 | -1/+6 |
* | 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 |
* | As Reid suggested, fixed some problems. | Zhou Sheng | 2007-02-06 | 1 | -150/+143 |
* | 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 |