oota-llvm.git
2014-03-28 Chandler Carruth[Allocator Cleanup] Move generic pointer alignment...
2014-03-28 Chandler Carruth[Allocator Cleanup] Make the growth of the "slab" size...
2014-03-28 Chandler Carruth[cleanup] Hoist the initialization and constants for...
2014-03-27 David BlaikiePBQP: Minor cleanups to r204857
2014-03-27 Adrian PrantlC++11: convert verbose loops to range-based loops.
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-27 Manman RenProvide a target override for the cost of using a calle...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-27 Hal Finkel[PowerPC] Don't remove self VSX copies in PPCInstrInfo...
2014-03-27 Lang HamesTemporarily remove assert while I dig in to issues...
2014-03-27 Rui UeyamaRevert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."
2014-03-27 Quentin Colombet[X86][Vector Cost Model] Add a comment to explain the...
2014-03-27 Hal Finkel[PowerPC] Fix v2f64 vector extract and related patterns
2014-03-27 Rui Ueyama[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.
2014-03-27 Hal Finkel[PowerPC] Expand v2i64 shifts
2014-03-27 Manman RenRegister Allocator: refactoring and add comments.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Hans WennborgWin installer: provide a pretty icon
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Reid KlecknerInstCombine: Don't combine constants on unsigned icmps
2014-03-27 Matt ArsenaultR600: Implement isZExtFree.
2014-03-27 Matt ArsenaultR600/SI: Fix unreachable with a sext_in_reg to an illeg...
2014-03-27 Daniel Sanders[mips] Some uses of isMips64()/hasMips64() are really...
2014-03-27 Logan Chien[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Daniel Sanders[mips] Attempting to use register $32 should be an...
2014-03-27 Aaron BallmanThe forward declare should be a struct instead of a...
2014-03-27 Daniel Sanders[mips] Add support for .cpsetup
2014-03-27 Daniel Sanders[mips] The decision between GOT_DISP and GOT16 for...
2014-03-27 Zoran JovanovicSplit the file MipsAsmBackend.cpp in Split the file...
2014-03-27 Karthik BhatAll new elements except the last one initialized to...
2014-03-27 Matheus Almeida[mips] Remove unused private field.
2014-03-27 Matheus Almeida[mips] NaCl should now use the custom MipsELFStreamer...
2014-03-27 Matheus Almeida[mips] Implement custom MCELFStreamer.
2014-03-27 NAKAMURA TakumiUntabify.
2014-03-27 NAKAMURA TakumiSmallVector<3> may be used here.
2014-03-27 NAKAMURA TakumiIRTests/InstructionsTest.cpp: Avoid initializer list.
2014-03-27 Erik VerbruggenInstCombine: merge constants in both operands of icmp.
2014-03-27 Daniel Sanders[mips] Stop caching the result of hasMips64(), isABI_O3...
2014-03-27 Chandler Carruth[cleanup] Run clang-format over these routines to remov...
2014-03-27 Chandler Carruth[cleanup] Modernize doxygen comments for the BumpPtrAll...
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-27 Timur IskhodzhanovAdd a PR reference
2014-03-27 Timur IskhodzhanovMake the recent COFF debug info tests more readable
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFixed test for r204899 (pr18931 fix)
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-27 Jiangning LiuARM: raise error message when complex SO expressions...
2014-03-27 Lang HamesAdd missing #include <cassert> to MCSymbolizer.h.
2014-03-27 Lang HamesAssert that MCSymbolizer is constructed with a valid...
2014-03-27 Lang HamesMove MCSymbolizer's constructor into header. It's trivi...
2014-03-27 Lang HamesUpdate MCSymbolizer and its subclasses' constructors...
2014-03-27 Reid Klecknerinalloca: *Really* fix the docs
2014-03-27 Reid KlecknerRemove unneeded stale type.
2014-03-27 Reid Klecknerinalloca: Fix incorrect example IR and remove LangRef...
2014-03-27 Lang HamesRemove forward declaration for Target class - Target...
2014-03-27 Quentin Colombet[X86][Vectorizer Cost Model] Correct vectorization...
2014-03-27 Rafael EspindolaCorrectly propagates st_size.
2014-03-27 Jim Grosbachadd 'requires asserts' to test that needs it
2014-03-27 Justin Bognerllvm-cov: When reading strings in gcov data, skip leadi...
2014-03-27 Jim GrosbachX86: Correct vectorization cost model for v8f32->v8i8.
2014-03-26 Nick LewyckyTreat lifetime.start'd memory like we treat freshly...
2014-03-26 Eric ChristopherReorder arguments on test command line to make it easie...
2014-03-26 Hal Finkel[PowerPC] Generate VSX permutations for v2[fi]64 vectors
2014-03-26 Justin Bognerllvm-cov: Move XFAIL after the body of the test
2014-03-26 Justin Bognerllvm-cov: Disable test on big endian machines
2014-03-26 Reid KlecknerCloneFunction: Clone all attributes, including the CC
2014-03-26 Ekaterina RomanovaThis is a fix for PR# 19051. I noticed code gen differe...
2014-03-26 Manman RenAdd comments. Addressing review comments from Evan...
2014-03-26 Justin Bognerllvm-cov: Handle functions with no line number
2014-03-26 Kevin EnderbyFix a problem with the ARM assembler incorrectly matching a
2014-03-26 Eli BenderskyAdd a unit test for Invoke iteration, similar to the...
2014-03-26 Arnold SchwaighoferPR15967 Fix in basicaa for faulty returning no alias.
2014-03-26 Lang HamesSimplify PBQP graph removeAdjEdgeId implementation.
2014-03-26 Eli BenderskyFix bot breakage in InstructionsTest.
2014-03-26 Eli BenderskyFix problem with r204836
2014-03-26 Hal Finkel[PowerPC] VSX loads and stores support unaligned access
2014-03-26 Kevin EnderbyFix the ARM VST4 (single 4-element structure from one...
2014-03-26 Lang HamesRemove PBQP-cost dimension sanity assertion in PBQP...
2014-03-26 Hal Finkel[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
2014-03-26 Lang HamesChange the PBQP graph adjacency list structure from...
2014-03-26 Matt ArsenaultR600: Add a testcase for sext_in_reg I missed.
2014-03-26 Hal Finkel[PowerPC] Remove some dead VSX v4f32 store patterns
2014-03-26 Hal Finkel[PowerPC] Use VSX vector load/stores for v2[fi]64
2014-03-26 Juergen Ributzka[MCJIT] Check if there have been errors during RuntimeD...
2014-03-26 Eli BenderskyEnable range-for iteration over call/invoke arguments.
2014-03-26 Eli BenderskyAdd args() iteartor adapter to Function, for range...
2014-03-26 Jim GrosbachFix for incorrect address sinking in the presence of...
2014-03-26 Hans WennborgRevert "X86 memcpy lowering: use "rep movs" even when...
2014-03-26 Hal Finkel[PowerPC] Add v2i64 as a legal VSX type
2014-03-26 Matheus Almeida[mips] Use TwoOperandAliasConstraint for ArithLogicR...
2014-03-26 Matheus Almeida[mips] Add support to the '.dword' directive.
2014-03-26 Joerg SonnenbergerClarify that select is only non-branching on the IR...
2014-03-26 Matheus Almeida[mips] Rename function in MipsAsmParser.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64'.
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64r2'.
2014-03-26 Christian PirkerAArch64_BE function argument passing for ARM ABI
next