oota-llvm.git
2014-06-10 Zachary TurnerRemove support for runtime multi-threading.
2014-06-10 Eric ChristopherMove AArch64InstrInfo to AArch64Subtarget.
2014-06-10 Eric ChristopherRemove a method that was just replacing direct access...
2014-06-10 Hans Wennborglit: warn when passed invalid pathname
2014-06-10 Eric ChristopherRemove the use of TargetMachine from X86InstrInfo.
2014-06-10 Eric ChristopherMove X86RegisterInfo away from using the TargetMachine...
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-10 Eric ChristopherUse the TargetMachine on the DAG or the MachineFunction...
2014-06-10 Tom StellardR600/SI: Emit an error when attempting to spill VGPRs v4
2014-06-10 Tom StellardR600/SI: Fix a crash when spilling SGPRs
2014-06-10 Rafael EspindolaAdd a LLVM_NOEXCEPT to Compiler.h.
2014-06-10 Eric ChristopherWe already have a reference to the TargetMachine, use...
2014-06-10 Eric ChristopherHave isInTailCallPosition take the DAG so that we can...
2014-06-10 Eric ChristopherReorder includes to be sorted.
2014-06-10 Reid KlecknerRearrange the CHECK lines in this test to make failure...
2014-06-10 Reid KlecknerRevert "Patch by Ray Donnelly to print register names...
2014-06-10 Matt ArsenaultFix error in tablegen when either operand of !if is...
2014-06-10 Eric ChristopherFix typos.
2014-06-10 Matt ArsenaultR600: Use BCNT_INT for evergreen
2014-06-10 Matt ArsenaultR600/SI: Implement i64 ctpop
2014-06-10 Matt ArsenaultR600/SI: Use bcnt instruction for ctpop
2014-06-10 Rafael EspindolaUse an enum class now that they are available.
2014-06-10 Matt ArsenaultR600: Handle fcopysign
2014-06-10 Matt ArsenaultR600/SI: Handle sign_extend and zero_extend to i64...
2014-06-10 Eric ChristopherAdd a FIXME.
2014-06-10 Eric ChristopherMove AArch64SelectionDAGInfo down to the subtarget.
2014-06-10 Juergen Ributzka[FastISel] Collect statistics about failing intrinsic...
2014-06-10 Eric ChristopherRemove the cached little endian variable. We can get...
2014-06-10 Eric ChristopherHave AArch64SelectionDAGInfo take a DataLayout paramete...
2014-06-10 Eric ChristopherRemove caching of the subtarget for AArch64SelectionDAG...
2014-06-10 Eric ChristopherMove DataLayout onto the AArch64 subtarget.
2014-06-10 Zachary TurnerTest commit, wraps some lines to fit in 80 columns.
2014-06-10 Eric ChristopherMove AArch64FrameLowering into the subtarget.
2014-06-10 Eric ChristopherRemove the uses of AArch64TargetMachine and AArch64Subt...
2014-06-10 Reed KotlerDo Materialize Floating Point in Mips Fast-Isel
2014-06-10 Andrea Di Biagio[X86] Improved target combine rules for selecting horiz...
2014-06-10 Tom StellardHexagon: Expand i1 SELECT_CC
2014-06-10 Adam Nemet[X86] AVX512: Add vmovntdqa
2014-06-10 Renato GolinFix a bug in the Thumb1 ARM Load/Store optimizer
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-10 Tom StellardSelectionDAG: Enable (and (setcc x), (setcc y)) ->...
2014-06-10 Tom StellardSelectionDAG: Expand SELECT_CC to SELECT + SETCC
2014-06-10 Bill Schmidt[PPC64LE] Recognize shufflevector patterns for little...
2014-06-10 Chad Rosier[AArch64] Emit .ident compiler version attribute.
2014-06-10 Alexander PotapenkoAdd detection of OS X relocatable SDK to compiler-rt...
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-10 Artyom SkrobovRefactoring in AsmWriterEmitter::EmitPrintAliasInstruct...
2014-06-10 Artyom SkrobovAnonymous definitions in foreach blocks triggered a...
2014-06-10 Tim NorthoverAArch64: disallow x30 & x29 as the destination for...
2014-06-10 Tim NorthoverRevert "X86: elide comparisons after cmpxchg instructions."
2014-06-10 Tim NorthoverX86: elide comparisons after cmpxchg instructions.
2014-06-10 Tim NorthoverAArch64: teach FastISel how to handle offset FrameIndices
2014-06-10 Tim NorthoverAArch64: make FastISel memcpy emission more robust.
2014-06-10 Eric ChristopherDelete X86JITInfo in the subtarget destructor.
2014-06-10 Simon Atanasyan[llvm-readobj][ELF] Factor out the code retrieve ELF...
2014-06-10 NAKAMURA TakumiSmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
2014-06-10 Juergen Ributzka[ConstantHoisting][X86] Improve the cost model for...
2014-06-09 Reid KlecknerReorder Value and User fields to save 8 bytes of paddin...
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 David BlaikieSmallVector: support resize(N) with move-only types
2014-06-09 Bill Schmidt[PPC64LE] Generate correct code for unaligned little...
2014-06-09 Alexey SamsonovGenerate better location ranges for some register-descr...
2014-06-09 Rafael EspindolaUpdate langref for unnamed_addr being allowed in aliases.
2014-06-09 Saleem AbdulrasoolARM: add VLA extension for WoA Itanium ABI
2014-06-09 Matt ArsenaultLook through addrspacecasts when turning ptr comparison...
2014-06-09 Stepan DyatkovskiyAdded functions cross-reference test.
2014-06-09 Alp TokerRemove old fenv.h workaround for a historic clang drive...
2014-06-09 Alp TokerFold FEnv.h into the implementation
2014-06-09 Peter Zotov[OCaml] Add more Llvm_target tests
2014-06-09 Peter Zotov[OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm
2014-06-09 Eric ChristopherMove all of the x86 subtarget initialized variables...
2014-06-09 Matt ArsenaultR600/SI: Rename VOP3 helper class to be more general
2014-06-09 Andrea Di Biagio[X86] Add target combine rules for horizontal add/sub.
2014-06-09 Matt ArsenaultR600/SI: Keep 64-bit not on SALU
2014-06-09 Matt ArsenaultR600: Fix selection failure for vector bswap
2014-06-09 Bill Schmidt[PPC64LE] Generate correct little-endian code for v16i8...
2014-06-09 Evgeniy StepanovFix test in r210472.
2014-06-09 Evgeniy Stepanov[msan] Workaround for invalid origins in shufflevector.
2014-06-09 NAKAMURA Takumillvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax...
2014-06-09 Sasa Stankovic[mips] Fix a bug for NaCl target - Don't report the...
2014-06-09 Andrea Di Biagio[X86] Avoid emitting unnecessary test instructions.
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-06-09 Alexey Volkov[X86] Use ADD/SUB instead of INC/DEC for Silvermont
2014-06-09 Artyom Skrobov[AArch64] Missing aliases for CMP/CMN [W]SP with no...
2014-06-09 Jeroen Ketema[docs] Fix typo, align comments, fix syntax highlighting
2014-06-09 Zoran Jovanovic[mips][mips64r6] Add LDPC instruction
2014-06-09 Evgeniy StepanovFix line numbers for code inlined from __nodebug__...
2014-06-09 Evgeniy Stepanov[msan] Fix vector pack intrinsic handling.
2014-06-09 Matt ArsenaultR600: Add more and testcases
2014-06-09 Patrik HagglundFix gcc warning (enumeral and non-enumeral type in...
2014-06-09 Chad Rosier[AArch64] Fix the ordering of the accumulate operand...
2014-06-09 Chad Rosier[AArch64] When combining constant mul of power of 2...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] inbounds zext => sext...
2014-06-08 NAKAMURA TakumiEscape "@function" with \verbatim. [-Wdocumentation]
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] Fix an illegitimate optimi...
2014-06-08 Jingyue WuRefactor canonicalizing array indices to a helper function
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] make two tests more strict
2014-06-08 David BlaikieSmallVector: Improve test coverage for insert with...
next