2013-07-10 |
Vladimir Medic | Reverting commit r185999 due to buildboot failure. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Vladimir Medic | Add support for Mips break and syscall insructions... |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Stephen Lin | Fix typo |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Stephen Lin | Explicitly define ARMISelLowering::isFMAFasterThanFMulA... |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Adrian Prantl | Un-break the buildbot by tweaking the indirection flag. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Adrian Prantl | Document a known limitation of the status quo. |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Duncan Sands | Correct comment. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Jim Grosbach | ARM: Fix incorrect pack pattern for thumb2 |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Peter Collingbourne | Implement categories for special case lists. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Peter Collingbourne | Add some SpecialCaseList unit tests. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Peter Collingbourne | Introduce a SpecialCaseList ctor which takes a MemoryBu... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Peter Collingbourne | Rename BlackList class to SpecialCaseList and move... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
David Majnemer | InstSimplify: X >> X -> 0 |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Adrian Prantl | move test into the appropriate subdir. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Adrian Prantl | Typo. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Nadav Rotem | Fix PR16571, which is a bug in the code that checks... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Adrian Prantl | Reapply an improved version of r180816/180817. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Michael Gottesman | Fixed up the comments in FastISel.h so that they confor... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Michael Gottesman | Added "mode: c++" to FastISel.h header. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Stephen Lin | Appease buildbots after r185956: just set -mcpu explici... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Stephen Lin | Appease Atom buildbot after r185956 (explicitly turn... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Hal Finkel | WidenVecRes_BUILD_VECTOR must use the first operand... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Bill Schmidt | [PowerPC] Better fix for PR16556. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Stephen Lin | Attempt to appease buildbot after r185956 by explicitly... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Stephen Lin | AArch64/PowerPC/SystemZ/X86: This patch fixes the inter... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Hal Finkel | Don't crash in SE dealing with ashr x, -1 |
commit | commitdiff | tree | snapshot |
2013-07-09 |
David Majnemer | ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Nadav Rotem | Set the default insert point to the first instruction... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Nadav Rotem | IRBuilder: add an assertion that checks if we try to... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Hal Finkel | DAGCombine tryFoldToZero cannot create illegal types... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Ulrich Weigand | [PowerPC] Revert r185476 and fix up TLS variant kinds |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Vincent Lejeune | R600: Do not predicated basic block with multiple alu... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Vincent Lejeune | R600: Fix a rare bug where swizzle optimization returns... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Vincent Lejeune | R600: Fix wrong export reswizzling |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Vincent Lejeune | R600: Use DAG lowering pass to handle fcos/fsin |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Vincent Lejeune | R600: Print Export Swizzle |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Rafael Espindola | Add missing getters. They will be used in llvm-ar. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Rafael Espindola | Archive members cannot be larger than 4GB. Return a... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Rafael Espindola | We never compare iterators from two archives. Assert... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Rafael Espindola | Add getHeader helper and move ToHeader to the cpp file. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Joey Gouly | Add MC assembly/disassembly support for VRINT{A, N... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Joey Gouly | Add MC assembly/disassembly support for VRINT{Z, X... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Alexey Samsonov | Document LLVM_USE_SANITIZER CMake option |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Ulrich Weigand | [PowerPC] Support ".machine any" |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Alexander Potapenko | Revert r185872 - "Stop emitting weak symbols into the... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Joey Gouly | Add MC assembly/disassembly support for VCVT{A, N,... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Richard Sandiford | [SystemZ] Use MVC for simple load/store pairs |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Richard Sandiford | [SystemZ] Use "STC;MVC" for memset |
commit | commitdiff | tree | snapshot |
2013-07-09 |
David Majnemer | InstCombine: Fix typo in comment for visitICmpInstWithI... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
David Majnemer | InstCombine: variations on 0xffffffff - x >= 4 |
commit | commitdiff | tree | snapshot |
2013-07-09 |
David Majnemer | InstCombine: X & -C != -C -> X <= u ~C |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Ulrich Weigand | [PowerPC] Support .llong and fix .word |
commit | commitdiff | tree | snapshot |
2013-07-09 |
David Majnemer | Commit r185909 was a misapplied patch, fix it |
commit | commitdiff | tree | snapshot |
2013-07-09 |
David Majnemer | InstCombine: add more transforms |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Hal Finkel | PPC: Allocate RS spill slot for unaligned i64 load... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Rafael Espindola | Compute the size of an archive member in the constructor. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Rafael Espindola | Remove declare but not implemented methods. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Rafael Espindola | Move some code out of line. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Jim Grosbach | X86: Add comment. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Jim Grosbach | X86 fast-isel: Avoid explicit AH subreg reference for... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Sean Silva | Make BinaryRef output correctly in case of empty data. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Stephen Lin | Style fixes: remove unnecessary braces for one-statemen... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Eric Christopher | Revert "DebugInfo: remove unused helper function getDIC... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Eli Bendersky | Fix comment |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Nadav Rotem | This patch changes the saved IRBuilder insert point... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Michael Gottesman | [objc-arc] Fix assertion in EraseInstruction so that... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Nadav Rotem | Fix a bug in IRBuilder::ClearInsertionPoint. The IR... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Bill Wendling | Don't run internalize if we're outputing bit-code and... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Manman Ren | DebugInfo: remove unused helper function getDIComposite... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Eric Christopher | CEHCK->CHECK typo fix. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Eric Christopher | Fix up whitespace. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Bill Wendling | Stop emitting weak symbols into the "coal" sections. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Eric Christopher | No ',' between programs. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Eric Christopher | Update comment to avoid mentioning DbgValues which... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Manman Ren | Revert r185852. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Matt Arsenault | Find xdot or xdot.py. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Matt Arsenault | Allow llvm_find_program to find alternate names |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Ulrich Weigand | [PowerPC] Always use "assembler dialect" 1 |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Hal Finkel | PPC: Mark vector CC action for SETO and SETONE as Expand |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Benjamin Kramer | IR headers moved to llvm/IR some aeons ago, update... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Joey Gouly | Add a comment to this change, requested by Eric Christo... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Manman Ren | StringRef: add DenseMapInfo for StringRef. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Argyrios Kyrtzidis | [ADT/NullablePtr] Allow implicit conversion of Nullable... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Reid Kleckner | Reland "Use Clang's __has_* macros in Compiler.h .... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Stephen Lin | Update docs to say that a FunctionPass should not inspe... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Manman Ren | Debug Info: clean up usage of Verify. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Jim Grosbach | ARM: Improve codegen for generic vselect. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
David Blaikie | DebugInfo: Correct comment & re-format a nearby loop |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Shuxin Yang | Fix a SCEV update problem. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
David Blaikie | DebugInfo: Simplify Address Pool index handling. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Quentin Colombet | Revert: "Use Clang's __has_* macros in Compiler.h to... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Hal Finkel | PPC: Mark vector FREM as Expand by default |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Rafael Espindola | clang-format this enum. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Rafael Espindola | We now always create files with the correct permissions... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Reid Kleckner | Attempt to fix Compiler.h for some self-hosting bots |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Rafael Espindola | Create files with the correct permission instead of... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Reid Kleckner | Use Clang's __has_* macros in Compiler.h to test for... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Rafael Espindola | Create files with the correct permission instead of... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Ulrich Weigand | [PowerPC] Support time base instructions |
commit | commitdiff | tree | snapshot |
next |