| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, ... | Nadav Rotem | 2012-07-11 | 1 | -100/+104 |
* | Remove unused variable. | Benjamin Kramer | 2012-07-11 | 1 | -2/+0 |
* | Refactor the DAG Legalizer by extracting the legalization of | Nadav Rotem | 2012-07-11 | 1 | -422/+434 |
* | Only apply the SETCC+SITOFP -> SELECTCC optimization when the SETCC returns a... | Owen Anderson | 2012-07-11 | 1 | -1/+2 |
* | Lower RETURNADDR node in Mips backend. | Akira Hatanaka | 2012-07-11 | 4 | -5/+54 |
* | Mips specific inline asm operand modifier 'L'. | Jack Carter | 2012-07-10 | 2 | -15/+33 |
* | Require and preserve LoopInfo for early if-conversion. | Jakob Stoklund Olesen | 2012-07-10 | 1 | -0/+17 |
* | Teach the LiveInterval::join function to use the fast merge algorithm, | Chandler Carruth | 2012-07-10 | 2 | -15/+18 |
* | Run early if-conversion in domtree post-order. | Jakob Stoklund Olesen | 2012-07-10 | 1 | -49/+60 |
* | Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to | Chad Rosier | 2012-07-10 | 3 | -19/+19 |
* | Add newline. | Chad Rosier | 2012-07-10 | 1 | -1/+1 |
* | Add test case accidentally omitted from r160002. | Chad Rosier | 2012-07-10 | 1 | -0/+242 |
* | Add support for dynamic stack realignment in the presence of dynamic allocas on | Chad Rosier | 2012-07-10 | 7 | -19/+139 |
* | Fix a bug where I didn't test for an empty range before inspecting the | Chandler Carruth | 2012-07-10 | 1 | -1/+2 |
* | Improve the loading of load-anyext vectors by allowing the codegen to load | Nadav Rotem | 2012-07-10 | 5 | -40/+73 |
* | Fix instruction description of VMOV (between two ARM core registers and two s... | Richard Barton | 2012-07-10 | 4 | -9/+49 |
* | Reverse assembler/disassembler operand order for gather instructions. | Craig Topper | 2012-07-10 | 3 | -52/+27 |
* | Add an efficient merge operation to LiveInterval and use it to avoid | Chandler Carruth | 2012-07-10 | 2 | -32/+135 |
* | Teach LiveIntervals how to verify themselves and start using it in some | Chandler Carruth | 2012-07-10 | 2 | -0/+42 |
* | ARM: Allow more flexible patterns in NEON formats. | Jim Grosbach | 2012-07-10 | 1 | -53/+53 |
* | Allow intrinsics to be used in place of node matchables. | Jim Grosbach | 2012-07-10 | 1 | -1/+2 |
* | Make register Mips::RA allocatable if not in mips16 mode. | Akira Hatanaka | 2012-07-10 | 10 | -37/+376 |
* | Delete code for folding undefs in ScalarEvolution. It's invalid in | Dan Gohman | 2012-07-09 | 1 | -14/+0 |
* | Revert r159938 (and r159945) to appease the buildbots. | Chad Rosier | 2012-07-09 | 3 | -29/+8 |
* | Machine model: allow itineraries to be shared by different processor models. | Andrew Trick | 2012-07-09 | 1 | -0/+12 |
* | indentation | Andrew Trick | 2012-07-09 | 1 | -1/+1 |
* | Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,... | Owen Anderson | 2012-07-09 | 2 | -0/+62 |
* | X86: implement functions to analyze & synthesize CMOV|SET|Jcc | Manman Ren | 2012-07-09 | 2 | -138/+202 |
* | Reapply r158846. | Akira Hatanaka | 2012-07-09 | 5 | -274/+249 |
* | instcombine: merge the functions that remove dead allocas and dead mallocs/ca... | Nuno Lopes | 2012-07-09 | 5 | -123/+75 |
* | Some formatting to keep Clang happy | Richard Barton | 2012-07-09 | 1 | -4/+4 |
* | Oops - correct broken disassembly for VMOV | Richard Barton | 2012-07-09 | 1 | -1/+1 |
* | Fix instruction description of VMOV (between two ARM core registers and two s... | Richard Barton | 2012-07-09 | 3 | -8/+29 |
* | Prevent ARM assembler from losing a right shift by #32 applied to a register | Richard Barton | 2012-07-09 | 2 | -1/+36 |
* | Spelling! | Richard Barton | 2012-07-09 | 1 | -2/+2 |
* | Teach the assembler to use the narrow thumb encodings of various three-regist... | Richard Barton | 2012-07-09 | 2 | -0/+887 |
* | Remove some trivial copy ctors so the classes become trivially copyable and g... | Benjamin Kramer | 2012-07-08 | 2 | -6/+0 |
* | SmallVector: Make use of move semantics to speed up moving objects in erase()... | Benjamin Kramer | 2012-07-08 | 1 | -6/+6 |
* | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick | 2012-07-07 | 27 | -502/+904 |
* | whitespace | Andrew Trick | 2012-07-07 | 2 | -5/+5 |
* | Tweak spelling. | Andrew Trick | 2012-07-07 | 3 | -7/+7 |
* | X86: Fix optimizeCompare to correctly check safe condition. | Manman Ren | 2012-07-07 | 2 | -5/+43 |
* | LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not acce... | NAKAMURA Takumi | 2012-07-07 | 1 | -1/+1 |
* | Use the DebugInfo wrappers instead of mucking about with the MDNode directly. | Bill Wendling | 2012-07-07 | 1 | -22/+8 |
* | Print the name last. | Bill Wendling | 2012-07-06 | 1 | -5/+4 |
* | Fix the naming of ensureAlignment. Per the coding standard function names | Chad Rosier | 2012-07-06 | 2 | -5/+5 |
* | teach instcombine to remove allocated buffers even if there are stores, memcp... | Nuno Lopes | 2012-07-06 | 6 | -17/+128 |
* | Since SmallMap was removed in r158644, remove documentation in ProgrammersMan... | Dmitri Gribenko | 2012-07-06 | 1 | -81/+0 |
* | Check if it's a scope last, because several things are scopes. | Bill Wendling | 2012-07-06 | 1 | -2/+2 |
* | ARM: Add test cleanup entry to the README. | Jim Grosbach | 2012-07-06 | 1 | -0/+21 |