| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce | Peter Collingbourne | 2013-06-27 | 2 | -6/+14 |
* | At the request of Richard Smith, swapped the order of cold/builtin so it is i... | Michael Gottesman | 2013-06-27 | 1 | -5/+5 |
* | Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei... | Michael Gottesman | 2013-06-27 | 3 | -20/+9 |
* | Revert "[APFloat] Removed APFloat constructor which initialized to either zer... | Michael Gottesman | 2013-06-27 | 3 | -9/+20 |
* | LoopVectorize: Cache edge masks created during if-conversion | Arnold Schwaighofer | 2013-06-27 | 2 | -0/+258 |
* | Remove unnecessary conditional checks. | Chad Rosier | 2013-06-27 | 1 | -20/+18 |
* | [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu... | Michael Gottesman | 2013-06-27 | 3 | -20/+9 |
* | Improve the compression of the tablegen DiffLists by introducing a new sort | Chad Rosier | 2013-06-27 | 4 | -22/+108 |
* | [Support/Registry.h] Include llvm/Support/Compiler.h. | Argyrios Kyrtzidis | 2013-06-27 | 1 | -0/+2 |
* | Get rid of the unused class member. | Nadav Rotem | 2013-06-27 | 1 | -3/+2 |
* | CostModel: improve the cost model for load/store of non power-of-two types su... | Nadav Rotem | 2013-06-27 | 2 | -0/+62 |
* | R600: Remove alu-split.ll test | Tom Stellard | 2013-06-27 | 1 | -851/+0 |
* | LoopVectorize: Use vectorized loop invariant gep index anchored in loop | Arnold Schwaighofer | 2013-06-27 | 2 | -8/+56 |
* | Use MCFillFragment for zero-initialized data. | Serge Pavlov | 2013-06-27 | 5 | -8/+21 |
* | Add a Subtarget feature 'v8fp' to the ARM backend. | Joey Gouly | 2013-06-27 | 7 | -5/+36 |
* | Remove unused variable. | Benjamin Kramer | 2013-06-27 | 1 | -2/+0 |
* | Don't cast away constness. | Benjamin Kramer | 2013-06-27 | 1 | -1/+2 |
* | [SystemZ] Fix some embarrassing test typos | Richard Sandiford | 2013-06-27 | 14 | -30/+30 |
* | [SystemZ] Allow LA and LARL to be rematerialized | Richard Sandiford | 2013-06-27 | 4 | -4/+36 |
* | [SystemZ] Allow immediate moves to be rematerialized | Richard Sandiford | 2013-06-27 | 8 | -39/+94 |
* | [SystemZ] Add conditional store patterns | Richard Sandiford | 2013-06-27 | 13 | -9/+1910 |
* | Add more owners to CODE_OWNERS.TXT (Kostya Serebryany: AddressSanitizer and T... | Kostya Serebryany | 2013-06-27 | 1 | -0/+8 |
* | Update testing case to make DI nodes have the correct format. | Manman Ren | 2013-06-27 | 1 | -3/+3 |
* | Add CXXFLAGS back to the Link command. | Bob Wilson | 2013-06-27 | 1 | -1/+2 |
* | Add a convenience createUniqueDirectory function. | Rafael Espindola | 2013-06-27 | 4 | -12/+20 |
* | Fix spelling. | Arnold Schwaighofer | 2013-06-27 | 1 | -1/+1 |
* | LoopVectorize: Don't store a reversed value in the vectorized value map | Arnold Schwaighofer | 2013-06-27 | 2 | -1/+59 |
* | [APFloat] Added unittest for APFloat.divide that checks special cases, result... | Michael Gottesman | 2013-06-27 | 1 | -0/+304 |
* | Added support for the Builtin attribute. | Michael Gottesman | 2013-06-27 | 15 | -23/+154 |
* | No need to use a Set when a vector would do. | Nadav Rotem | 2013-06-27 | 1 | -3/+3 |
* | Removed two logging printf statements from the APFloat tests... = /. | Michael Gottesman | 2013-06-27 | 1 | -8/+0 |
* | [APFloat] Added unittest for APFloat.multiply that checks special cases, resu... | Michael Gottesman | 2013-06-26 | 1 | -0/+307 |
* | [APFloat] Added unittest for APFloat.subtract that checks special cases, resu... | Michael Gottesman | 2013-06-26 | 1 | -0/+303 |
* | SLP: When searching for vectorization opportunities scan the blocks in post-o... | Nadav Rotem | 2013-06-26 | 1 | -2/+4 |
* | SLP: Dont erase instructions during vectorization because it prevents the out... | Nadav Rotem | 2013-06-26 | 1 | -2/+0 |
* | In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa... | Michael Gottesman | 2013-06-26 | 2 | -5/+5 |
* | [APFloat] Convert all references to fcNormal to references to isFiniteNonZero(). | Michael Gottesman | 2013-06-26 | 1 | -30/+30 |
* | Revert "Debug Info: clean up usage of Verify." as it's breaking bots. | Eric Christopher | 2013-06-26 | 4 | -8/+8 |
* | Fix a crash bug in dumping options with groups | Reid Kleckner | 2013-06-26 | 1 | -4/+6 |
* | Clarify and doxygen-ify comments | Stephen Lin | 2013-06-26 | 2 | -16/+20 |
* | [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getReg | Chad Rosier | 2013-06-26 | 5 | -17/+20 |
* | ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n... | Stephen Lin | 2013-06-26 | 3 | -4/+23 |
* | Debug Info: clean up usage of Verify. | Manman Ren | 2013-06-26 | 4 | -8/+8 |
* | Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegs | Stephen Lin | 2013-06-26 | 1 | -7/+5 |
* | Rename PathV2 to just Path now that it is the only one. | Rafael Espindola | 2013-06-26 | 4 | -11/+11 |
* | [mips] Do not emit ".option pic0" if target is mips64. | Akira Hatanaka | 2013-06-26 | 2 | -1/+3 |
* | [mips] Improve code generation for constant multiplication using shifts, adds... | Akira Hatanaka | 2013-06-26 | 2 | -0/+103 |
* | [APFloat] Removed debugging cruft that snuck in. | Michael Gottesman | 2013-06-26 | 1 | -4/+0 |
* | The SLP Vectorizer works across basic blocks. Update the docs. | Nadav Rotem | 2013-06-26 | 1 | -9/+7 |
* | Use enums instead of raw octal values. | Rafael Espindola | 2013-06-26 | 3 | -4/+8 |