| Commit message (Expand) | Author | Age | Files | Lines |
| * | This initial code is meant to convert TargetData to use an AbstractTypesUser so | Bill Wendling | 2009-12-03 | 1 | -59/+38 |
| * | Fix CMake makefiles | Douglas Gregor | 2009-12-02 | 1 | -0/+1 |
| * | Skeleton for MachineInstr level SSA updater. | Evan Cheng | 2009-12-02 | 1 | -0/+108 |
| * | Add MaxStackAlignment.cpp to CMake | Jim Grosbach | 2009-12-02 | 1 | -0/+1 |
| * | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach | 2009-12-02 | 7 | -132/+75 |
| * | Don't count PHI instructions toward the limit for tail duplicating a block. | Bob Wilson | 2009-12-02 | 1 | -4/+6 |
| * | Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cpp | Jim Grosbach | 2009-12-02 | 2 | -63/+62 |
| * | Cheap, mostly strict, stable sorting. | Andreas Neustifter | 2009-12-02 | 1 | -0/+13 |
| * | Silence compiler warnings. | Benjamin Kramer | 2009-12-02 | 1 | -2/+2 |
| * | Clarify that DIEString does not keep a copy of the string. | Devang Patel | 2009-12-02 | 2 | -3/+3 |
| * | Cleanup/remove some parts of the lifetime region handling code in memdep and ... | Owen Anderson | 2009-12-02 | 2 | -24/+19 |
| * | factor some code better. | Chris Lattner | 2009-12-02 | 1 | -10/+10 |
| * | formatting cleanups. | Chris Lattner | 2009-12-02 | 1 | -20/+22 |
| * | tidy up, remove dependence on order of evaluation of function args from EmitM... | Chris Lattner | 2009-12-02 | 1 | -15/+12 |
| * | Fixed an assertion failure for tracking sext of a vector of integers | Mon P Wang | 2009-12-02 | 1 | -1/+1 |
| * | Add utility routine to create subprogram definition entry from subprogram dec... | Devang Patel | 2009-12-01 | 1 | -0/+23 |
| * | Reuse existing subprogram DIE. | Devang Patel | 2009-12-01 | 1 | -2/+7 |
| * | return more useful error messages by using strerror to format errno | Chris Lattner | 2009-12-01 | 1 | -3/+3 |
| * | Fix PR5391: support early clobber physical register def tied with a use (ewwww) | Evan Cheng | 2009-12-01 | 2 | -4/+12 |
| * | rename some variables. | Chris Lattner | 2009-12-01 | 1 | -13/+13 |
| * | tidy | Chris Lattner | 2009-12-01 | 1 | -1/+3 |
| * | Add edge source labels to SelectionDAG graphs, now that the graph printing | Dan Gohman | 2009-12-01 | 1 | -0/+5 |
| * | Minor cleanups. | Dan Gohman | 2009-12-01 | 1 | -9/+9 |
| * | Trim an unnecessary #include. | Dan Gohman | 2009-12-01 | 1 | -1/+0 |
| * | Clear function specific containers while processing end of a function, even i... | Devang Patel | 2009-12-01 | 1 | -9/+7 |
| * | Thumb1 exception handling setjmp | Jim Grosbach | 2009-12-01 | 3 | -0/+42 |
| * | For VLDM/VSTM (Advanced SIMD), set encoding bits Inst{11-8} to 0b1011. | Johnny Chen | 2009-12-01 | 1 | -2/+2 |
| * | Move PHIElimination::isLiveOut method to LiveVariables. | Jakob Stoklund Olesen | 2009-12-01 | 3 | -54/+47 |
| * | fix 255.vortex again, third time's the charm. | Chris Lattner | 2009-12-01 | 1 | -2/+35 |
| * | fix PR5640 by tracking whether a block is the header of a loop more | Chris Lattner | 2009-12-01 | 1 | -3/+9 |
| * | Use CFG connectedness as a secondary sort key when deciding the order of copy... | Jakob Stoklund Olesen | 2009-12-01 | 1 | -3/+13 |
| * | Devang pointed out that this code should use DIScope instead of | Dan Gohman | 2009-12-01 | 1 | -3/+3 |
| * | Fix PR5614: parts of a physical register def may be killed the rest. | Evan Cheng | 2009-12-01 | 1 | -1/+47 |
| * | For VMOV (immediate), make some of the encoding bits (cmode and op) unspecified. | Johnny Chen | 2009-12-01 | 1 | -4/+4 |
| * | If pointer type has a name then do not ignore the name. | Devang Patel | 2009-11-30 | 1 | -1/+1 |
| * | Minor whitespace fixes. | Dan Gohman | 2009-11-30 | 2 | -2/+1 |
| * | Fix a minor inconsistency. | Dan Gohman | 2009-11-30 | 1 | -1/+1 |
| * | New virtual registers created for spill intervals should inherit allocation h... | Jakob Stoklund Olesen | 2009-11-30 | 1 | -0/+6 |
| * | Reprioritize tests for tail duplication to be aggressive about indirect | Bob Wilson | 2009-11-30 | 1 | -3/+3 |
| * | Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable | Bob Wilson | 2009-11-30 | 7 | -21/+1 |
| * | Fix some more ARM unified syntax warnings. | Bob Wilson | 2009-11-30 | 1 | -4/+4 |
| * | Fix last DOTGraphTraits problems in CompilationGraph. | Tobias Grosser | 2009-11-30 | 2 | -1/+2 |
| * | Remove forgotten ShortNames in Trie and CompilationGraph | Tobias Grosser | 2009-11-30 | 1 | -2/+1 |
| * | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser | 2009-11-30 | 4 | -39/+35 |
| * | Instantiate DefaultDOTGraphTraits | Tobias Grosser | 2009-11-30 | 4 | -2/+21 |
| * | Small PostDominatorTree improvements | Tobias Grosser | 2009-11-30 | 1 | -3/+9 |
| * | Revert r90107, fixing test/Transforms/GVN/2009-11-29-ReverseMap.ll and the | Nick Lewycky | 2009-11-30 | 1 | -15/+2 |
| * | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang | 2009-11-30 | 6 | -56/+113 |
| * | reapply r90093 with an addition of keeping the forward | Chris Lattner | 2009-11-30 | 1 | -2/+15 |
| * | Teach ConstantFolding to do a better job when folding gep(bitcast). | Nick Lewycky | 2009-11-29 | 1 | -0/+1 |