oota-llvm.git
2015-01-14 NAKAMURA TakumiDisable a couple of tests, CodeGen/X86/noop-insert...
2015-01-14 Chandler Carruth[dom] Remove extraneous inline keywords. Template funct...
2015-01-14 Chandler Carruth[dom] The formatting of the generic domtree has bitrott...
2015-01-14 Chandler Carruth[dom] Clean up some comments in this header that were...
2015-01-14 Chandler Carruth[dom] Add a basic dominator tree test.
2015-01-14 Hao LiuFix a wrong comment in LoopVectorize.
2015-01-14 NAKAMURA TakumiTargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
2015-01-14 Richard TrieuDisable -Wunknown-pragmas in a test so that Clang witho...
2015-01-14 Tim NorthoverARM: add test for crc32 instructions in CodeGen.
2015-01-14 Duncan P. N... Remove trailing slash from r225924
2015-01-14 Hal Finkel[PowerPC] Fix the noop-insert test
2015-01-14 Matt ArsenaultR600/SI: Remove some redudant load testcases.
2015-01-14 Matt ArsenaultR600/SI: Fix bad code with unaligned byte vector loads
2015-01-14 Matt ArsenaultImplement new way of expanding extloads.
2015-01-14 Duncan P. N... Utils: Remove unreachable break, NFC
2015-01-14 Duncan P. N... Utils: Handle remapping distinct MDLocations
2015-01-14 Duncan P. N... Utils: Thread distinct-ness through the cloneMD*()...
2015-01-14 Duncan P. N... Utils: Extract cloneMDNode(), NFC
2015-01-14 Duncan P. N... Utils: Move cloneMD*() up, NFC
2015-01-14 Duncan P. N... Utils: Add mapping for uniqued MDLocations
2015-01-14 Tom StellardR600/SI: Define a schedule model
2015-01-14 Duncan P. N... Utils: Extract cloneMDTuple(), NFC
2015-01-14 Duncan P. N... Utils: Extract shouldRemapUniquedNode(), NFC
2015-01-14 Hal FinkelRevert "r225811 - Revert "r225808 - [PowerPC] Add Stack...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-14 Hal FinkelAdjust ScheduleDAGSDNodes::RegDefIter for patchpoints
2015-01-14 Duncan P. N... Utils: Simplify code, NFC
2015-01-14 Duncan P. N... Utils: Extract mapUniquedNode(), NFC
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2015-01-14 Duncan P. N... Utils: MDNode => UniquableMDNode, NFC
2015-01-14 Duncan P. N... Utils: Separate out mapDistinctNode(), NFC
2015-01-14 Duncan P. N... Utils: Use helper function directly, NFC
2015-01-14 Adrian PrantlDebug Info: Implement DwarfCompileUnit::addComplexAddre...
2015-01-14 Adrian PrantlDebug Info: Emitting a register in DwarfExpression...
2015-01-14 Adrian PrantlDebug Info: Move DIEDwarfExpression into DwarfExpressio...
2015-01-14 Duncan P. N... Utils: Extract helper function, NFC
2015-01-14 Duncan P. N... Utils: Use MDTuple::get() directly, NFC
2015-01-14 Ahmed Bougacha[SimplifyLibCalls] Don't try to simplify indirect calls.
2015-01-14 Eric ChristopherRemove unused predicate.
2015-01-14 Eric ChristopherMigrate ABIName to MCTargetOptions so that it can be...
2015-01-14 Rafael EspindolaDon't set LD_PRELOAD to ''. It doesn't work on OpenBSD.
2015-01-14 Chandler CarruthRevert r225854: [PM] Move the LazyCallGraph printing...
2015-01-14 Adrian PrantlDebug Info: Don't bother emitting DW_AT_frame_base...
2015-01-14 Adrian PrantlRevert "Debug Info: Bail out of AddMachineRegPiece...
2015-01-13 Chandler Carruth[PM] Move the LazyCallGraph printing functionality...
2015-01-13 Adrian PrantlDebug Info: Bail out of AddMachineRegPiece() if Machine...
2015-01-13 Adrian PrantlDebug Info: Move the complex expression handling (...
2015-01-13 Adam Nemet[AVX512] Add 16x32 unpck tests as well
2015-01-13 Adrian Prantlcleanup.
2015-01-13 Adrian PrantlDocument, cleanup, and clang-format DwarfExpression.h
2015-01-13 Adrian PrantlDebug Info: Turn DIExpression::getFrameRegister() into...
2015-01-13 Tom StellardR600/SI: Add pattern for bitcasting fp immediates to...
2015-01-13 Chandler Carruth[PM] Remove the defunt CGSCC-specific debug flag.
2015-01-13 Chandler Carruth[PM] Push the debug option for the new pass manager...
2015-01-13 Adam NemetFix function names in tests from r225838.
2015-01-13 Adam Nemet[AVX512] Unpack support in new shuffle lowering
2015-01-13 Adam Nemet[AVX512] Add pretty-printing of shuffle mask for unpacks
2015-01-13 Matthias BraunDAGCombiner: simplify by using condition variables...
2015-01-13 Chandler Carruth[PM] Sink the convenience typedefs after the class...
2015-01-13 Duncan P. N... AsmParser/Bitcode: Add support for MDLocation
2015-01-13 Matt ArsenaultR600: Implement getRecipEstimate
2015-01-13 Matt ArsenaultR600: Implement getRsqrtEstimate
2015-01-13 Duncan P. N... IR: Fix GCC error from MDLocation::getInlinedAt()
2015-01-13 Duncan P. N... IR: Add MDLocation class
2015-01-13 Matt ArsenaultR600: Make cttz / ctlz cheap to speculate
2015-01-13 Julien LerougeFix non-determinism issue in SLP
2015-01-13 Ulrich WeigandUse the integrated assembler as default on SystemZ
2015-01-13 Ulrich WeigandUse the integrated assembler as default on PowerPC
2015-01-13 Chris BienemanRunning clang-format on CommandLine.h and CommandLine...
2015-01-13 Peter CollingbourneAdd link to Go bindings documentation.
2015-01-13 Hal FinkelRevert "r225808 - [PowerPC] Add StackMap/PatchPoint...
2015-01-13 Will SchmidtUpdate multiline.ll testcase to handle (ppc64le) .local...
2015-01-13 Hal Finkel[PowerPC] Add missing override keyword
2015-01-13 Hal Finkel[PowerPC] Add StackMap/PatchPoint support
2015-01-13 Hal Finkel[StackMaps] Use CurrentFnSymForSize
2015-01-13 Hal Finkel[StackMaps] Mark in CallLoweringInfo when lowering...
2015-01-13 Hal Finkel[StackMaps] Allow the target to pre-process the live...
2015-01-13 Hal Finkel[PowerPC] Split the blr definition into BLR and BLR8
2015-01-13 Hal Finkel[PowerPC] Add DWARF numbers for CA (XER), etc.
2015-01-13 Jozef Kolek[mips][microMIPS] Fix issue with 16b instructions in...
2015-01-13 Daniel SandersAdded a Mips lld milestone to the release notes for...
2015-01-13 Olivier SallenaveAdded TLI hook for isFPExtFree. Some of the FMA combine...
2015-01-13 Erik EcksteinRevert "SLPVectorizer: Cache results from memory alias...
2015-01-13 Aaron BallmanSilence warnings about unknown pragmas for compilers...
2015-01-13 Peter Zotov[OCaml] Allow out-of-tree builds of LLVM bindings.
2015-01-13 Erik EcksteinSLPVectorizer: Cache results from memory alias checking.
2015-01-13 Chandler Carruth[PM] In the PassManager template, remove a pointless...
2015-01-13 Chandler Carruth[PM] Remove the 'AnalysisManagerT' type parameter from...
2015-01-13 Chandler Carruth[PM] Refactor the new pass manager to use a single...
2015-01-13 Peter ZotovUpdate release notes wrt OCaml bindings.
2015-01-13 Peter Zotov[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanis...
2015-01-13 NAKAMURA TakumiIR/MetadataTest.cpp: Appease msc17 to avoid initializer...
2015-01-13 Mehdi AminiPeephole opt needs optimizeSelect() to keep track of...
2015-01-13 Ramkumar Ramachandrafix {typo, build failure} in r225760
2015-01-13 Ramkumar RamachandraStandardize {pred,succ,use,user}_empty()
2015-01-13 Saleem AbdulrasoolARM: prepare prefix parsing for improved AAELF support
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2015-01-13 Richard TrieuDisable a warning for self move since the test is check...
2015-01-13 Sanjay Patelfix typo; NFC
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
next