2007-02-07 |
Evan Cheng | Rename. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | If sp offset will be materialized in a register. Clear... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | Get rid of references to iostream. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Jim Laskey | Automatically generating intrinsic declarations from... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | Move compressor out of the core Reader.cpp file. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Devang Patel | Do not drop transferred last uses on the floor. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | Testcase for a bug responsible for GCC bootstrap failur... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Reid Spencer | Make the cleaning of BUILT_SOURCES be a "clean-all... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Lauro Ramos... | Fix build error. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | In thumb mode, R3 is reserved, but it can be live in... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | Update |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | - If fp (r7) is used to reference stack objects, use... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | remove dead ivars. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | remove dead ivars, thanks to Reid for noticing this! |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | remove the handleVBR32/handleVBR64 callbacks. They... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | constants can't be in the symtab anymore |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | update comment. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | remove some obsolete SymbolTable methods. These docs... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | shrink vmcore by moving symbol table stripping support... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zhou Sheng | As Chris suggested, fixed some problems. (This is the... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | eliminate ValueSymbolTable::rename, it has no advantage... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | Make SymbolTable::insert, SymbolTable::remove and Symbo... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Zhou Sheng | As Chris suggested, fixed some problems. (This is the... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | speed up conflict handling. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Nate Begeman | Fix a fixme by correctly calculating preferred alignmen... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | Eliminate the O(n) version of TypeSymbolTable::remove... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | TypeSymbolTable::rename is dead, remove it |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | Eliminate a bunch of work from ValueSymbolTable::insert... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | parse constantexpr arguments into a smallvector: 1... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | eliminate std::vector's from the bchandler interface |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | Eliminate std::vectors from the bcanalyzer interface. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | add an option for timing bc file reading. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Reid Spencer | Remove a spurious ; |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | eliminateFrameIndex() is even more complicated if frame... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | redesign the primary datastructure used by mem2reg... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | do not let the table fill up with tombstones. |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Chris Lattner | Fix a really subtle bug where the entire hash table... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Evan Cheng | Spill / restore should avoid modifying the condition... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Chris Lattner | Two fixes: |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Reid Spencer | Document the LINK_COMPONENTS and NO_INSTALL variables. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Reid Spencer | Implement the NO_INSTALL feature. Setting this variable... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Reid Spencer | Set the new NO_INSTALL flag for build-only tools. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Jim Laskey | Error check and eliminate unnecessary value. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Jim Laskey | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Jim Laskey | Deemed too cute to live. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Jim Laskey | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Jim Laskey | Support var arg intrinsics. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Lauro Ramos... | Fix build error. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Evan Cheng | Select add FI, c correctly. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Evan Cheng | Add a DYNAMIC_STACKALLOC test case. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Evan Cheng | foldMemoryOperand() cannot fold tMOVrr sp into load... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Chris Lattner | Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Chris Lattner | testcase for pr1181 |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Zhou Sheng | As Reid suggested, fixed some problems. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Zhou Sheng | As Reid suggested, fixed some problems. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Chris Lattner | Disable this for now. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Zhou Sheng | Add a class APInt to represent arbitrary precision... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Chris Lattner | Fix Transforms/ConstProp/2007-02-05-BitCast.ll |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Chris Lattner | Testcase for miscompilation |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Chris Lattner | Oops, swap this. This fixes a regression I introduced... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Evan Cheng | eliminateFrameIndex() bug when frame pointer is used... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Evan Cheng | - Store val, [sp, c] must be selected to tSTRsp. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Although targets are not required to support integers... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | A value of 64 or fewer bits is valid if the ConstantInt... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Make classes in anonymous namespaces use VISIBILITY_HID... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | With the last change, we no longer need both directions... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Apply the VISIBILITY_HIDDEN field to the remaining... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | Simplify use of DFBlocks, this makes no noticable perfo... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | This file should have been removed when -raise was... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | Simplify this a bit, add an assertion |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | StableBasicBlockNumbering is conceptually just a wrappe... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Add a show-footprint target to run du a few times to... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | Const method must use const_iterator. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | Switch InsertedPHINodes back to SmallPtrSet now that... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | Fix a bug in smallptrset::erase: in the small case... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | switch a SmallPtrSet back to an std::set for now, this... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | switch an std::set over to a SmallPtrSet, speeding... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | switch an std::set over to SmallPtrSet, speeding up... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | eliminate some malloc traffic, this speeds up mem2reg... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Add missing and needed #include. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Make the class VISIBILITY_HIDDEN. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Chris Lattner | Fix PR1178 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | For PR411: |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Create a pass to strip dead function declarations ... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Devang Patel | Fix PR1158 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Devang Patel | Test case for PR1158 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Zhou Sheng | Add a class APInt to represent arbitrary precision... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | ! removal was a little over zealous. Put the ! back... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Lauro Ramos... | Fix unord test. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Reid Spencer | Assembler no longer prints ! at the end of its error... |
commit | commitdiff | tree | snapshot |
next |