oota-llvm.git
2014-08-20 Bill WendlingUpdate projects lists.
2014-08-20 Bill WendlingAdd libcxxabi to the projects.
2014-08-20 David MajnemerInstCombine: Annotate sub with nuw when we prove it...
2014-08-20 Craig TopperFix an off by 1 bug that prevented SmallPtrSet from...
2014-08-20 NAKAMURA TakumiConstants.h: Fix possible typo in r216015. [-Wdocumenta...
2014-08-20 Peter Collingbourne[dfsan] Treat vararg custom functions like unimplemente...
2014-08-20 Juergen Ributzka[FastISel][AArch64] Use the proper FMOV instruction...
2014-08-19 David MajnemerInstCombine: Annotate sub with nsw when we prove it...
2014-08-19 Hans WennborgBumpPtrAllocator: don't accept 0 for the alignment...
2014-08-19 Juergen Ributzka[FastISel][AArch64] Factor out ADDS/SUBS instruction...
2014-08-19 Rafael EspindolaSplit parseAssembly into parseAssembly and parseAssembl...
2014-08-19 Alexey SamsonovDelete unused argument in AArch64MCInstLower constructo...
2014-08-19 Duncan P. N... LangRef: Move example of function-scope uselistorder...
2014-08-19 Duncan P. N... IR: Implement uselistorder assembly directives
2014-08-19 Lang Hames[MCJIT] Add an i386 RuntimeDyldMachO test case.
2014-08-19 Duncan P. N... IR: Fix a missed case when threading OnlyIfReduced...
2014-08-19 Duncan P. N... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-19 Juergen Ributzka[FastISel][AArch64] Extend floating-point materializati...
2014-08-19 Rafael Espindolafix the gcc build
2014-08-19 Lang Hames[MCJIT] Allow '$' characters in symbol names in Runtime...
2014-08-19 Duncan P. N... IR: Fix ConstantExpr::replaceUsesOfWithOnConstant()
2014-08-19 Duncan P. N... IR: Thread OnlyIfReduced through ConstantExpr::getWithO...
2014-08-19 Rafael EspindolaFix the MSVC build.
2014-08-19 Juergen RibutzkaReapply [FastISel][AArch64] Add support for more addres...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Add large code model support...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Use XOR to materialize the...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Emit more efficient instruction...
2014-08-19 Juergen RibutzkaReapply [FastISel][AArch64] Make use of the zero regist...
2014-08-19 Duncan P. N... ADT: Unit test for ArrayRef::equals change in r215986
2014-08-19 Duncan P. N... IR: De-duplicate code for replacing operands in place
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-19 Rafael EspindolaFix a pair of use after free. Should bring the bots...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Alexey SamsonovHide two different AlignMode enums in anonymous namespa...
2014-08-19 Renato GolinRevert "Small refactor on VectorizerHint for deduplication"
2014-08-19 Juergen Ributzka[FastISel][AArch64] Fix a few BuildMI callsites where...
2014-08-19 Renato GolinSmall refactor on VectorizerHint for deduplication
2014-08-19 Alex LorenzDocs: add documentation for the coverage mapping format.
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-19 Duncan P. N... CodingStandards: Document std::equal misbehaviour
2014-08-19 Duncan P. N... Reapply r215966, r215965, r215964, r215963, r215960...
2014-08-19 Duncan P. N... ADT: Avoid using std::equal in ArrayRef::equals
2014-08-19 Aaron BallmanReverting r215966, r215965, r215964, r215963, r215960...
2014-08-19 Toma Tabacu[mips] Add assembler support for .set arch=x directive.
2014-08-19 Mayur PandeyInstCombine: ((A & ~B) ^ (~A & B)) to A ^ B
2014-08-19 Craig TopperConst-correct and prevent a copy of a SmallPtrSet.
2014-08-19 Craig TopperPrevent use of the implicit copy constructor on SmallPt...
2014-08-19 Mayur Pandeytest commit (spelling correction)
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-19 Duncan P. N... IR: Reduce RAUW traffic in ConstantVector
2014-08-19 Duncan P. N... IR: Fix ConstantArray::replaceUsesOfWithOnConstant()
2014-08-19 Duncan P. N... IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC
2014-08-19 Duncan P. N... IR: Split up Constant{Array,Vector}::get(), NFC
2014-08-19 Akira Hatanaka[X86, X87 stackifier] Do not mark an operand of a debug...
2014-08-19 Duncan P. N... IR: Reduce RAUW traffic in ConstantExpr
2014-08-19 Duncan P. N... IR: Replace uses of ConstantAggrUniqueMap with Constant...
2014-08-19 Duncan P. N... Remove extraneous typenames from r215957
2014-08-19 Duncan P. N... IR: Rewrite ConstantUniqueMap
2014-08-19 Duncan P. N... IR: Declare LookupKey right before its use, NFC
2014-08-19 Duncan P. N... IR: ArrayRef-ize {Insert,Extract}ValueConstantExpr...
2014-08-19 Duncan P. N... Prevent clang-format from moving the namespace closing...
2014-08-19 Duncan P. N... NVPTX: Use RAUW instead of reinventing the wheel
2014-08-19 Duncan P. N... LLParser: Handle BlockAddresses on-the-fly
2014-08-18 Duncan P. N... verify-uselistorder: Call verifyModule() and improve...
2014-08-18 Rafael EspindolaUse a range loop. NFC.
2014-08-18 Rafael EspindolaThese classes only need a StringRef, not a MemoryBuffer.
2014-08-18 Rafael EspindolaDelete unused method.
2014-08-18 Robin MorissetAnswer to Philip Reames comments
2014-08-18 Robin MorissetWeak relaxing of the constraints on atomics in MemoryDe...
2014-08-18 Lang Hames[MCJIT] Respect target endianness in RuntimeDyldMachO...
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Tidy up.
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Robin MorissetMake use of isAtLeastRelease/Acquire in the ARM/AArch64...
2014-08-18 Aaron BallmanDisabling an MSVC warning ('var' : definition from...
2014-08-18 Oliver StannardTeach the AArch64 backend to handle f16
2014-08-18 Oliver Stannard[ARM,AArch64] Do not tail-call to an externally-defined...
2014-08-18 Elena DemikhovskyAVX-512: Fixed a bug in emitting compare for MVT:i1...
2014-08-18 Aaron BallmanSilencing an MSVC warning about loop variable conflicti...
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-18 Abramo BagnaraAdded forgotten noexcept.
next