oota-llvm.git
2014-12-01 Hans WennborgRevert r223049, r223050 and r223051 while investigating...
2014-12-01 Hans WennborgSimplifyCFG: Omit range checks for switch lookup tables...
2014-12-01 Hans WennborgSimplifyCFG: don't remove unreachable default switch...
2014-12-01 Hans WennborgSelectionDAG switch lowering: Replace unreachable defau...
2014-12-01 Rafael EspindolaPartial revert of r222986.
2014-12-01 Matt ArsenaultR600/SI: Various instruction format bit test cleanups
2014-12-01 Vladimir MedicThe andi16, addiusp and jraddiusp micromips instruction...
2014-12-01 Evgeniy Stepanov[msan] Add compile-time checks for missing origins.
2014-12-01 Jay Foad[PowerPC] Fix unwind info with dynamic stack realignment
2014-12-01 Sonam KumariRemoved extra whitespace. (Testing commit access)....
2014-12-01 Charlie TurnerAdd post-decode checking of HVC instruction.
2014-12-01 Yury Gribov[asan] Change dynamic alloca instrumentation to only...
2014-12-01 Charlie TurnerAdd Thumb HVC and ERET virtualisation extension instruc...
2014-12-01 Charlie TurnerAdd ARM ERET and HVC virtualisation extension instructions.
2014-12-01 Akira HatanakaFix capitalization. NFC.
2014-12-01 Akira Hatanaka[stack protector] Set edge weights for newly created...
2014-12-01 Rafael EspindolaChange how we keep track of which types are in the...
2014-12-01 Rafael EspindolaAdd a test showing what the linker IdentifiedStructType...
2014-12-01 Rafael EspindolaRelax an assert a bit to avoid a crash on unreachable...
2014-11-30 Hal Finkel[PowerPC] Add asm support for cache-inhibited ld/st...
2014-11-30 Craig TopperRevert r222957 "Replace std::map<K, V*> with std::map...
2014-11-30 Hans WennborgRevert r222965 "Make MultiClass::DefPrototypes own...
2014-11-30 Hans WennborgQualify one more make_unique call.
2014-11-30 Hans WennborgSpeculatively qualify some llvm::make_unique calls...
2014-11-30 Craig TopperUse an unsigned type because there seems to be no reaso...
2014-11-30 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-11-29 Hans WennborgSwitch lowering: reformat some for loops etc. NFC
2014-11-29 Hans WennborgSwitch lowering: Fix broken 'Figure out which block...
2014-11-29 Simon PilgrimTarget triple OS detection tidyup. NFC
2014-11-29 David BlaikieRemove some unnecessary vector::reserve/assign calls.
2014-11-29 David BlaikieRemove indirection of vector<T*> in favor of deque<T>
2014-11-29 Craig TopperReplace std::map<K, V*> with std::map<K, V> to handle...
2014-11-29 Craig TopperRemove 'else' after 'return'. Fix formatting of a ...
2014-11-29 Jozef Kolek[mips][microMIPS] Implement NOP aliases
2014-11-29 David BlaikieUse deque<T> rather than vector<T*> since it provides...
2014-11-29 David BlaikieConstify some things in preparation for CodeGenSubRegIn...
2014-11-29 Craig TopperMake RecordKeeper::addClass/addDef take unique_ptrs...
2014-11-29 Craig TopperUse unique_ptr to remove some explicit deletes on some...
2014-11-29 Duncan P. N... DebugIR: Remove empty directories from SVN
2014-11-29 Duncan P. N... DebugIR: Delete -debug-ir
2014-11-29 Saleem AbdulrasoolSupport: remove some variable names
2014-11-28 Duncan P. N... Revert "Simplify some more ownership using forward_list...
2014-11-28 Matt ArsenaultR600/SI: Fix assertion on sign extend of 3 vectors
2014-11-28 David BlaikieReapply "Use std::map<K, V> rather than std::map<K...
2014-11-28 David BlaikieRevert "Use std::map<K, V> rather than std::map<K,...
2014-11-28 David BlaikiePush unique_ptr a bit further through some APIs and...
2014-11-28 David BlaikieUse std::map<K, V> rather than std::map<K, std::unique_...
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...
next