oota-llvm.git
2014-08-01 Erik EcksteinSLPVectorizer: improved scheduling algorithm.
2014-08-01 Daniel Sanders[mips][PR19612] Fix va_arg for big-endian mode.
2014-08-01 Erik EcksteinSLP Vectorizer: added statistics counter
2014-08-01 Erik EcksteinSLP Vectorizer: improve canonicalize tree operands...
2014-08-01 Sylvestre LedruRevert of 214418:
2014-08-01 Hal Finkel[PowerPC] Generate unaligned vector loads using intrins...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A & ...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A | B...
2014-08-01 Suyog SardaThis patch implements transform for pattern "( A &...
2014-08-01 Suyog SardaThis patch implements transform for pattern "(A & B...
2014-08-01 Tom StellardR600/SI: Fix build warning
2014-08-01 Juergen Ributzka[FastISel][AArch64] Fix the immediate versions of the...
2014-08-01 Hal Finkel[PowerPC] Recognize consecutive memory accesses from...
2014-08-01 Reid KlecknerMS inline asm: Fix null SMLoc when 'ptr' is missing...
2014-08-01 Tom StellardR600/SI: Do abs/neg folding with ComplexPatterns
2014-08-01 Tom StellardTableGen: Allow AddedComplexity values to be negative
2014-08-01 Tom StellardR600/SI: Simplify and fix handling of VOP2 in SIInstrIn...
2014-08-01 Tom StellardR600/SI: Fold immediates when shrinking instructions
2014-08-01 Tom StellardR600/SI: Fix incorrect commute operation in shrink...
2014-07-31 Kevin EnderbyAdd support for the X86 secure guard extensions instruc...
2014-07-31 Reid KlecknerX86 MC: Don't crash on empty memory operand parens
2014-07-31 Reid KlecknerX86 MC: Reject invalid segment registers before a memor...
2014-07-31 Louis GerbargWhite space fix.
2014-07-31 Hal FinkelMake classof in MemSDNode consistent with MemIntrinsicS...
2014-07-31 Jan VeselyR600: Modernize work item intrinsics test
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-31 Tyler NowickiImprove the remark generated for -Rpass-missed.
2014-07-31 Eric ChristopherRevert "Remove MCObjectDisassembler.cpp as it is untest...
2014-07-31 Tyler NowickiImprove the remark generated when a variable that is...
2014-07-31 Rafael EspindolaReplaces a few pointers with references in llvm-nm...
2014-07-31 Aaron BallmanFixing CMake problems with MCObjectDisassembler.cpp...
2014-07-31 Eric ChristopherRemove MCObjectDisassembler.cpp as it is untested and...
2014-07-31 Hans Wennborgmsbuild integration: remove duplicated lines and BOM...
2014-07-31 Rafael EspindolaDWOHolder takes ownership of the argument constructor...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Eric FiselierAdd documentation for lit's --show-unsupported flag
2014-07-31 Bill SchmidtClarify in PowerPC release notes that 32-bit PIC suppor...
2014-07-31 Will SchmidtDisable IsSub subregister assert. pr18663.
2014-07-31 Rafael EspindolaRemove unused argument.
2014-07-31 Rafael EspindolaMove MCObjectSymbolizer.h to MC/MCAnalysis.
2014-07-31 Hal FinkelFix ScalarEvolutionExpander when creating a PHI in...
2014-07-31 Duncan P. N... verify-uselistorder: Change the default -num-shuffles=5
2014-07-31 Eric ChristopherCreate a default symver on Linux like ELF OSes.
2014-07-31 Duncan P. N... UseListOrder: Handle self-users
2014-07-31 Eric ChristopherFix loop end condition.
2014-07-31 Bill SchmidtWrong heading level for PowerPC changes in release...
2014-07-31 Bill SchmidtRelease Notes: Overriding PPC64 and PPC64LE ABI default...
2014-07-31 Bill SchmidtAdd PowerPC release notes for 3.5.
2014-07-31 Aaron BallmanFixing an -Woverloaded-virtual warnings by exposing...
2014-07-31 Aaron BallmanFixing a -Wcast-qual warning in GCC. No functional...
2014-07-31 Evgeniy Stepanov[msan] Fix handling of array types.
2014-07-31 Evgeniy Stepanov[asan] Support x86 REP MOVS asm instrumentation.
2014-07-31 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add basic bitcast support for conve...
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add sqrt intrinsic support.
2014-07-31 David MajnemerInstCombine: Correctly propagate NSW/NUW for x-(-A...
2014-07-31 David MajnemerInstSimplify: Simplify (X - (0 - Y)) if the second...
2014-07-31 Richard SmithFix some grammatical errors.
2014-07-31 Juergen Ributzka[FastISel][AArch64] Update and enable patchpoint and...
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add MachO large code model support...
2014-07-31 Rafael EspindolaA std::unique_ptr case I missed in the previous patch.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-31 Pete CooperDon't fail tablegen immediately after failing to set...
2014-07-31 Pete CooperAdd a better error message when failing to assign one...
2014-07-31 Pete CooperFix bit initializer which was one bit too long, but...
2014-07-31 Pete CooperFix bit initializer which was one bit too long, but...
2014-07-31 Rafael EspindolaDelete dead code.
2014-07-31 Duncan P. N... UseListOrder: Don't give constant IDs to GlobalValues
2014-07-31 Juergen Ributzka[FastISel] Fix the patchpoint intrinsic lowering in...
2014-07-31 Juergen Ributzka[FastISel][AArch64 and X86] Don't emit stores for UNDEF...
2014-07-31 Duncan P. N... verify-uselistorder: Add RUN lines to cases in test...
2014-07-31 Reid KlecknerX86 asm parser: Avoid duplicating the list of aliased...
2014-07-30 Joerg SonnenbergerAdd mtpid/mfpid for BookE.
2014-07-30 Rafael EspindolaAttempt at fixing the windows dll build.
2014-07-30 Justin Bognerllvm-profdata: Add a test for mismatched numbers of...
2014-07-30 Justin Bognerllvm-profdata: Use consistent file suffixes in tests
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-30 Joerg SonnenbergerRefactor TLBIVAX and add tlbsx.
2014-07-30 Reid KlecknerX86 asm parser: Use a loop to disambiguate suffixes...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add select folding support for...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add branch folding support for...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflo...
2014-07-30 Juergen Ributzka[FastISel] Move the helper function isCommutativeIntrin...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Create helper functions to create...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add support for shift-immediate.
2014-07-30 David MajnemerInstCombine: Simplify (A ^ B) or/and (A ^ B ^ C)
2014-07-30 Joerg SonnenbergerAdd rfdi and rfmci from the e500/e500mc ISA.
2014-07-30 Chad RosierSLP Vectorizer: Canonicalize tree operands of commutiti...
2014-07-30 Rafael EspindolaSimplifyCFG: Avoid miscompilations due to removed lifet...
2014-07-30 Joerg SonnenbergerAdd BookE's tlbre, tlbwe and tlbivax instructions.
2014-07-30 Alex Lorenzdocs: update the command guide documentation for llvm...
2014-07-30 Louis GerbargFix test case introduced in r214322
2014-07-30 Hans WennborgLangRef: add a note about the mangling-suppressing...
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-30 Aaron BallmanFixing a few -Woverloaded-virtual warnings by exposing...
2014-07-30 Louis GerbargRetain alignment requirements for load->selects modifie...
2014-07-30 Duncan P. N... UseListOrder: Visit global values
2014-07-30 Duncan P. N... Fix line endings before adding RUN lines, NFC
2014-07-30 Duncan P. N... Rename llvm-uselistorder => verify-uselistorder
2014-07-30 Duncan P. N... llvm-uselistorder: Improve the tool description
next