oota-llvm.git
2014-11-28 Duncan P. N... Revert "Masked Vector Load and Store Intrinsics."
2014-11-28 David BlaikieSimplify some more ownership using forward_list<T>...
2014-11-28 David BlaikieForgotten formatting from previous commit
2014-11-28 David BlaikieSimplify ownership by using forward_list<T> rather...
2014-11-28 Craig TopperFix a few memory leaks in CodeGenRegBank.
2014-11-28 Craig TopperUse unique_ptr to simplify deletion.
2014-11-28 David MajnemerInstCombine: FoldOrOfICmps harder
2014-11-28 Bruno Cardoso... [LICM] Store sink and indirectbr instructions
2014-11-28 Bruno Cardoso... [SwitchLowering] Handle multiple destinations on conden...
2014-11-28 Sanjay PatelEnable FeatureFastUAMem for btver2
2014-11-28 Rafael EspindolaAdd back r222727 with a fix.
2014-11-28 Rafael EspindolaAdd an assert and use a range loop. NFC.
2014-11-28 Rafael EspindolaAdd a testcase reduced from clang lto bootstrap on...
2014-11-28 Charlie TurnerFix wrong encoding of MRSBanked.
2014-11-28 Evgeniy Stepanov[msan] Fix origin propagation for select of floats.
2014-11-28 Charlie TurnerTest all <build attribute, value> pairs.
2014-11-28 Ankur GargRemoved extra line from a comment to test first commit...
2014-11-28 Craig TopperFix another memory leak in TableGen AsmMatcher by delet...
2014-11-28 Craig TopperAdd missing 'override' keyword.
2014-11-28 Craig TopperUse unique_ptr to fix some memory leaks in Tablegen...
2014-11-28 Craig TopperUse range-based for loops and const-correct a few things.
2014-11-27 Tim NorthoverStop using ArrayRef of a const type.
2014-11-27 Tim NorthoverAArch64: treat [N x Ty] as a block during procedure...
2014-11-27 Zoran Jovanovic[mips][microMIPS] Implement SWM16 and LWM16 instructions
2014-11-27 Jozef Kolek[mips][microMIPS] Implement BREAK16 and SDBBP16 instruc...
2014-11-27 Daniel Sanders[mips] Add synci instruction.
2014-11-27 Will NewtonWiden ELFYAML relocation type to 32 bits
2014-11-27 Rafael EspindolaCommit back the correct bits of r222760 (was r222538).
2014-11-27 Rafael EspindolaRevert "Reapply 222538 and update tests to explicitly...
2014-11-27 Duncan P. N... Revert "Fix overly aggressive type merging."
2014-11-27 Erik Ecksteinreinstate r222872: Peephole optimization in switch...
2014-11-27 Evgeniy Stepanov[msan] Remove indirect call wrapping code.
2014-11-27 Jozef Kolek[mips][microMIPS] Implement disassembler support for...
2014-11-27 Charlie TurnerStop uppercasing build attribute data.
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Ankur Garg.
2014-11-27 Erik EcksteinRevert "Peephole optimization in switch table lookup...
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Sonam.
2014-11-27 Erik EcksteinPeephole optimization in switch table lookup: reuse...
2014-11-27 David MajnemerInstCombine: Restore optimizations lost in r210006
2014-11-27 NAKAMURA TakumiAdd LLVMObject to LLVMExecutionEngine.
2014-11-27 David MajnemerInstSimplify: Restore optimizations lost in r210006
2014-11-27 Lang Hames[MCJIT] Remove the local symbol table from RuntimeDlyd...
2014-11-27 Lang Hames[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add...
2014-11-27 Lang Hames[MCJIT] Replace JITEventListener::anchor (temporarily...
2014-11-27 Lang Hames[MCJIT] Remove JITEventListener's anchor until I can...
2014-11-27 Peter CollingbourneTeach LLVM about llgo subproject.
2014-11-27 Lang Hames[MCJIT] Move get-any-symbol-load-address logic out...
2014-11-26 David MajnemerRevert "Added inst combine transforms for single bit...
2014-11-26 Sean SilvaAdd a small "usage:" comment at the top of not.cpp
2014-11-26 Rui UeyamaObject/COFF: Fix off-by-one error for object having...
2014-11-26 Matt ArsenaultR600/SI: Use ZeroOrNegativeOneBooleanContent
2014-11-26 Colin LeMahieu[Hexagon] Adding cmp* immediate form instructions.
2014-11-26 Jozef Kolek[mips][microMIPS] Implement disassembler support for...
2014-11-26 Colin LeMahieu[Hexagon] Adding and64, or64, and xor64 instructions.
2014-11-26 Matt ArsenaultR600/SI: Create e64 versions of and/or/xor in SILowerI1...
2014-11-26 Lang Hames[MCJIT] Fix missing return statement.
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Aaron BallmanRemoving a spurious semicolon; NFC
2014-11-26 Evgeniy StepanovAdd missing "override".
2014-11-26 Will NewtonUpdate AArch64 ELF relocations to ABI 1.0
2014-11-26 Elena DemikhovskyAVX-512: Scalar ERI intrinsics
2014-11-26 Will NewtonUpdate ARM ELF relocations to ABI 2.09
2014-11-26 Lang Hames[MCJIT] Re-enable GDB registration (temporarily disable...
2014-11-26 Lang Hames[MCJIT] Temporarily disable automatic JIT debugger...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-11-26 Craig TopperRemove neverHasSideEffects support from TableGen CodeGe...
2014-11-26 Richard SmithTry to make the modules buildbot happy again.
2014-11-26 Eric ChristopherReformat with gofmt.
2014-11-26 Eric ChristopherMake SetMCJITOptimizationLevel more of a method and...
2014-11-26 Eric ChristopherMake sure that the go bindings call LLVMInitializeMCJIT...
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-25 Simon Pilgrim[X86][SSE] Improvements to byte shift shuffle matching
2014-11-25 Colin LeMahieu[Hexagon] Adding add64 and sub64 instructions.
2014-11-25 Colin LeMahieuReverting 222792
2014-11-25 Colin LeMahieu[Hexagon] Adding compare with immediate instructions.
2014-11-25 Colin LeMahieu[Hexagon] Adding NOP encoding bits.
2014-11-25 Peter CollingbourneGo bindings: add DIBuilder.InsertValueAtEnd
2014-11-25 Matt ArsenaultR600/SI: Only use one DEBUG()
2014-11-25 Rafael EspindolaThis test requires asserts because of -stats.
2014-11-25 Rafael Espindolagold plugin: call llvm_shutdown so that -stats works.
2014-11-25 Cameron McInally[AVX512] Add 512b integer shift by variable intrinsics...
2014-11-25 Colin LeMahieu[Hexagon] [NFC] Adding trailing whitespace to test...
2014-11-25 Colin LeMahieu[Hexagon] Adding C2_mux instruction.
2014-11-25 Craig TopperRemove unncessary check for Int_* and *_Int in AsmMatch...
2014-11-25 Craig TopperUse range-based for loops.
2014-11-25 Craig TopperRemove dead code.
2014-11-25 Craig TopperRemove unused MaxSize variable.
2014-11-25 Craig TopperMove a vector instead of copying it.
2014-11-25 Craig TopperRemove space before tab in all AVX512 mnemonic strings.
2014-11-25 Hans WennborgRemove useless rdar:// comment from switch_to_lookup_ta...
2014-11-25 Colin LeMahieu[Hexagon] Replacing cmp* instructions with ones that...
2014-11-25 Colin LeMahieuCleaning out google tests from MC.
2014-11-25 Hans WennborgLazyValueInfo: Actually re-visit partially solved block...
2014-11-25 Joerg SonnenbergerSmall model and JIT generally don't go well with each...
2014-11-25 Rafael EspindolaSet the body of a new struct as soon as it is created.
2014-11-25 Evgeniy Stepanov[msan] Annotate zlib functions for MemorySanitizer.
2014-11-25 Rafael EspindolaMisc style fixes. NFC.
2014-11-25 Joerg SonnenbergerReapply 222538 and update tests to explicitly request...
2014-11-25 Joerg SonnenbergerMark as explicit failing on x86-64 -- small memory...
next