2014-08-20 |
Andrew Trick | Tweak CFGPrinter to wrap very long names. |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Rafael Espindola | Remove unused field. |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Juergen Ributzka | [FastISel][AArch64] Don't fold the sign-/zero-extend... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Rafael Espindola | Quick fix for an use after free. |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Dan Liew | Add note to LangRef about how function arguments can... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Aaron Ballman | Silencing a -Wcast-qual warning. NFC. |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Aaron Ballman | Silencing an MSVC C4334 warning ('<<' : result of 32... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Jiangning Liu | Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionD... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Pavel Chupin | [x32] Fix FrameIndex check in SelectLEA64_32Addr |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Yi Kong | ARM: Fix codegen for rbit intrinsic |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Bill Wendling | Update projects lists. |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Bill Wendling | Add libcxxabi to the projects. |
commit | commitdiff | tree | snapshot |
2014-08-20 |
David Majnemer | InstCombine: Annotate sub with nuw when we prove it... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Craig Topper | Fix an off by 1 bug that prevented SmallPtrSet from... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
NAKAMURA Takumi | Constants.h: Fix possible typo in r216015. [-Wdocumenta... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Peter Collingbourne | [dfsan] Treat vararg custom functions like unimplemente... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Juergen Ributzka | [FastISel][AArch64] Use the proper FMOV instruction... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
David Majnemer | InstCombine: Annotate sub with nsw when we prove it... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Hans Wennborg | BumpPtrAllocator: don't accept 0 for the alignment... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | [FastISel][AArch64] Factor out ADDS/SUBS instruction... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Rafael Espindola | Split parseAssembly into parseAssembly and parseAssembl... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Alexey Samsonov | Delete unused argument in AArch64MCInstLower constructo... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | LangRef: Move example of function-scope uselistorder... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Implement uselistorder assembly directives |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Lang Hames | [MCJIT] Add an i386 RuntimeDyldMachO test case. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Fix a missed case when threading OnlyIfReduced... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | verify-uselistorder: Force -preserve-bc-use-list-order |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | [FastISel][AArch64] Extend floating-point materializati... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Rafael Espindola | fix the gcc build |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Lang Hames | [MCJIT] Allow '$' characters in symbol names in Runtime... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Thread OnlyIfReduced through ConstantExpr::getWithO... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Rafael Espindola | Fix the MSVC build. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | Reapply [FastISel][AArch64] Add support for more addres... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | Reapply [FastISel][X86] Add large code model support... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | Reapply [FastISel][X86] Use XOR to materialize the... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | Reapply [FastISel][X86] Emit more efficient instruction... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | Reapply [FastISel][AArch64] Make use of the zero regist... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | ADT: Unit test for ArrayRef::equals change in r215986 |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: De-duplicate code for replacing operands in place |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | Reapply [FastISel] Let the target decide first if it... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Rafael Espindola | Fix a pair of use after free. Should bring the bots... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Rafael Espindola | Don't own the buffer in object::Binary. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Alexey Samsonov | Hide two different AlignMode enums in anonymous namespa... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Renato Golin | Revert "Small refactor on VectorizerHint for deduplication" |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Juergen Ributzka | [FastISel][AArch64] Fix a few BuildMI callsites where... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Renato Golin | Small refactor on VectorizerHint for deduplication |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Alex Lorenz | Docs: add documentation for the coverage mapping format. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Rafael Espindola | Modernize the .ll parsing interface. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | CodingStandards: Document std::equal misbehaviour |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | Reapply r215966, r215965, r215964, r215963, r215960... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | ADT: Avoid using std::equal in ArrayRef::equals |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Aaron Ballman | Reverting r215966, r215965, r215964, r215963, r215960... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Toma Tabacu | [mips] Add assembler support for .set arch=x directive. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Mayur Pandey | InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Craig Topper | Const-correct and prevent a copy of a SmallPtrSet. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Craig Topper | Prevent use of the implicit copy constructor on SmallPt... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Mayur Pandey | test commit (spelling correction) |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Rafael Espindola | Make it explicit that ExecutionEngine takes ownership... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Reduce RAUW traffic in ConstantVector |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Fix ConstantArray::replaceUsesOfWithOnConstant() |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Split up Constant{Array,Vector}::get(), NFC |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Akira Hatanaka | [X86, X87 stackifier] Do not mark an operand of a debug... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Reduce RAUW traffic in ConstantExpr |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Replace uses of ConstantAggrUniqueMap with Constant... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | Remove extraneous typenames from r215957 |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Rewrite ConstantUniqueMap |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: Declare LookupKey right before its use, NFC |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | IR: ArrayRef-ize {Insert,Extract}ValueConstantExpr... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | Prevent clang-format from moving the namespace closing... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | NVPTX: Use RAUW instead of reinventing the wheel |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Duncan P. N... | LLParser: Handle BlockAddresses on-the-fly |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Duncan P. N... | verify-uselistorder: Call verifyModule() and improve... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Rafael Espindola | Use a range loop. NFC. |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Rafael Espindola | These classes only need a StringRef, not a MemoryBuffer. |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Rafael Espindola | Delete unused method. |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Robin Morisset | Answer to Philip Reames comments |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Robin Morisset | Weak relaxing of the constraints on atomics in MemoryDe... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Lang Hames | [MCJIT] Respect target endianness in RuntimeDyldMachO... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Kevin Enderby | Make llvm-objdump handle both arm and thumb disassembly... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Tidy up. |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Quentin Colombet | [X86][Haswell][SchedModel] Add architecture specific... |
commit | commitdiff | tree | snapshot |
next |