| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | revert r159851. | Akira Hatanaka | 2012-07-06 | 6 | -303/+326 |
* | Reapply r158846. | Akira Hatanaka | 2012-07-06 | 6 | -326/+303 |
* | Add a print method to the ObjC property object. | Bill Wendling | 2012-07-06 | 2 | -0/+13 |
* | Remove trailing comma in array initialization list. | Bill Wendling | 2012-07-06 | 1 | -8/+8 |
* | Remove unnecessary 'llvm::'. | Bill Wendling | 2012-07-06 | 1 | -19/+19 |
* | Remove unnecessary 'llvm::'. | Bill Wendling | 2012-07-06 | 1 | -4/+4 |
* | Whitespace. | Chad Rosier | 2012-07-06 | 1 | -3/+3 |
* | X86: peephole optimization to remove cmp instruction | Manman Ren | 2012-07-06 | 4 | -0/+321 |
* | [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic. | Chad Rosier | 2012-07-06 | 2 | -0/+11 |
* | Update getFunction parameter documentation. Fixes PR13268. | Chad Rosier | 2012-07-06 | 1 | -2/+3 |
* | Revert r159789. | Dmitri Gribenko | 2012-07-06 | 1 | -17/+0 |
* | llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen. | NAKAMURA Takumi | 2012-07-06 | 1 | -2/+0 |
* | Attempt to fix windows buildbots. Patch by James Benton. | Duncan Sands | 2012-07-06 | 1 | -5/+1 |
* | test/CodeGen/X86/sext-setcc-self.ll: Mark it as XFAIL: cygwin,mingw32,win32. ... | NAKAMURA Takumi | 2012-07-06 | 1 | -0/+4 |
* | Revert r159804, "[arm-fast-isel] Add support for vararg function calls." | NAKAMURA Takumi | 2012-07-06 | 2 | -76/+26 |
* | Fix PR13202 and a regtest. | Alexey Samsonov | 2012-07-06 | 2 | -0/+63 |
* | Sphinxify the CMake document. | Bill Wendling | 2012-07-06 | 3 | -585/+425 |
* | [arm-fast-isel] Add support for vararg function calls. | Jush Lu | 2012-07-06 | 2 | -26/+76 |
* | Changes per review of commit 159787 | Jack Carter | 2012-07-06 | 1 | -6/+5 |
* | Untabify and move a function near similar functions dealing with struct | Eric Christopher | 2012-07-06 | 1 | -29/+30 |
* | Add some comments suggested in code review. | Jakob Stoklund Olesen | 2012-07-06 | 1 | -0/+7 |
* | Enable new[] on llvm::BumpPtrAllocator. | Dmitri Gribenko | 2012-07-06 | 1 | -0/+17 |
* | Mips specific inline asm operand modifier D. | Jack Carter | 2012-07-05 | 2 | -29/+94 |
* | Fix an overzealous assertion. It is legitimate for a target to have multiple... | Owen Anderson | 2012-07-05 | 1 | -1/+1 |
* | test case for r159770. | Akira Hatanaka | 2012-07-05 | 1 | -0/+15 |
* | Enclose instruction rdhwr with directives, which are needed when target is | Akira Hatanaka | 2012-07-05 | 1 | -0/+18 |
* | Enable target dependent directive parsing to hook before standard parser in | Akira Hatanaka | 2012-07-05 | 1 | -3/+5 |
* | add @llvm.donothing | Nuno Lopes | 2012-07-05 | 1 | -2/+28 |
* | Optimize extendIntervalEndTo a tiny bit by saving one call through the | Chandler Carruth | 2012-07-05 | 1 | -7/+7 |
* | Remove dead infrastructure for building DenseMaps with a SlotIndex as | Chandler Carruth | 2012-07-05 | 1 | -31/+0 |
* | Finish fixing the MachineOperand hashing, providing a nice modern | Chandler Carruth | 2012-07-05 | 2 | -47/+55 |
* | All cases are covered, no need for a default. This deals with the | Duncan Sands | 2012-07-05 | 1 | -1/+0 |
* | The hash function for MI expressions, used by MachineCSE, is really | Chandler Carruth | 2012-07-05 | 1 | -3/+8 |
* | Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1 | Duncan Sands | 2012-07-05 | 2 | -9/+72 |
* | [tsan] fix compile-time falilure found while building Chromium with tsan (tsa... | Kostya Serebryany | 2012-07-05 | 1 | -0/+5 |
* | Remove ParentMap. You can just ask the domnode for its parent. No functionality | Nick Lewycky | 2012-07-05 | 1 | -11/+8 |