oota-llvm.git
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-11 Cameron McInally[AVX512] Add support for 512b variable bit shift intrin...
2014-12-11 Colin LeMahieu[Hexagon] Ading i64 <- i32, i32 sextw pattern.
2014-12-11 Colin LeMahieu[Hexagon] Adding encoding information for sign extend...
2014-12-11 Rafael EspindolaOnly seek once before writing the member offsets.
2014-12-11 Rafael Espindolallvm-ar: close input files early.
2014-12-11 Elena DemikhovskyAVX-512: Added all forms of COMPRESS instruction
2014-12-11 Jozef Kolek[mips][microMIPS] Implement CodeGen support for LI16...
2014-12-11 David MajnemerInstSimplify: Remove usesless %a parameter from tests
2014-12-11 Michael KupersteinThe inliner needs to fix up debug information for llvm...
2014-12-11 Michael KupersteinAdd newline missing in r224010.
2014-12-11 Michael Kuperstein[X86] When converting movs to pushes, don't assume...
2014-12-11 Patrik HagglundBugfix in InlineSpiller::traceSiblingValue().
2014-12-11 Elena DemikhovskyAVX-512: Fixed a bug in lowering setcc for MVT::i1...
2014-12-11 Kumar Sukhanitest commit (spelling correction)
2014-12-11 Erik EcksteinRefactor creation of overflow result tuples in InstComb...
2014-12-11 Craig TopperUse range-based for loops. NFC
2014-12-11 Craig TopperJust use the Module unique_ptr object directly in many...
2014-12-11 Craig TopperUse unique_ptr to remove an explicit delete. Change...
2014-12-11 Duncan P. N... IR: Canonicalize metadata formatting, NFC
2014-12-11 Ekaterina RomanovaReverting commit 223981, because the test that I added...
2014-12-11 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-12-11 Craig TopperReplace std::map<K, V*> with std::map<K, std::unique_pt...
2014-12-11 Ahmed Bougacha[X86] Add back AVX2 VR256 PMOVX patterns.
2014-12-11 Nick LewyckyFix LLVMContext to match what MDKind names that the...
2014-12-11 Philip ReamesGCStrategy should not own GCFunctionInfo
2014-12-11 Duncan P. N... IR: Add 'invalid-' to test names for invalid assembly
2014-12-11 Matthias BraunLiveInterval: Use range based for loops for subregister...
2014-12-11 Justin BognerTry again at sorting entries in CODE_OWNERS
2014-12-11 Justin BognerFix some incorrectly sorted entries in CODE_OWNERS
2014-12-11 Justin BognerAdd code owners for profiling and coverage
2014-12-10 Tim NorthoverARM: correctly expand LDR-lit based globals.
2014-12-10 Ekaterina RomanovaA fix for PR21176.
2014-12-10 Matthias BraunLiveInterval: Use more range based for loops for value...
2014-12-10 Mark HeffernanFix PR21694. r219517 added a use of SCEV divide in...
2014-12-10 Colin LeMahieu[Hexagon] Adding combine ri/ir instructions.
2014-12-10 David MajnemerConstantFold: Clean up X * undef code
2014-12-10 David MajnemerConstantFold, InstSimplify: undef >>a x can be either...
2014-12-10 David MajnemerConstantFold: an undef shift amount results in undef
2014-12-10 Colin LeMahieu[Hexagon] Adding encodings for JR class instructions...
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-12-10 Juergen Ributzka[AArch64] MachO large code-model: Materialize FP consta...
2014-12-10 Marek OlsakR600/SI: Use getTargetConstant in AdjustRegClass
2014-12-10 Colin LeMahieu[Hexagon] Adding JR class predicated call reg instructions.
2014-12-10 Stepan DyatkovskiyAdded documentation for MergeFunctions pass:
2014-12-10 Sanjay PatelMatch new shuffle codegen for MOVHPD patterns
2014-12-10 Aaron BallmanSilencing a -Wsequence-point warning, and the resulting...
2014-12-10 David MajnemerConstantFold: div undef, 0 should fold to undef, not...
2014-12-10 David MajnemerInstSimplify: [al]shr exact undef, %X -> undef
2014-12-10 Michael Kuperstein[X86] Make a code path in EltsFromConsecutiveLoads...
2014-12-10 David MajnemerInstSimplify: div %X, 0 -> undef
2014-12-10 Craig TopperUse unique_ptr instead of DeleteContainerSeconds.
2014-12-10 Eric Fiselier[LIT] Add support for `UNSUPPORTED` tag to `TestRunner...
2014-12-10 David MajnemerDataLayout: Provide nicer diagnostics for malformed...
2014-12-10 David MajnemerAsmParser: Don't allow null bytes in BB labels
2014-12-10 Duncan P. N... IR: Move call to dropAllReferences() to MDNode subclasses
2014-12-10 David MajnemerDataLayout: Be more verbose when diagnosing problems...
2014-12-10 David MajnemerI didn't intend to commit this with r223898
2014-12-10 David MajnemerDataLayout: Move asserts over to report_fatal_error
2014-12-10 Matthias BraunMachineVerifier: Allow physreg use if just a subreg...
2014-12-10 Matthias BraunMachineVerifier: Allow LiveInterval segments to end...
2014-12-10 Matthias BraunVirtRegMap: Improve block live-in info if subregister...
2014-12-10 Matthias BraunMCRegisterInfo: Add MCSubRegIndexIterator.
2014-12-10 Matthias BraunVirtRegMap: No implicit defs/uses for super registers...
2014-12-10 Matthias BraunLiveRegMatrix: Respect subregister liveness when alloca...
2014-12-10 Matthias BraunLiveIntervalUnion: Allow specification of liverange...
2014-12-10 Matthias BraunTablegen'erate lanemasks for register units.
2014-12-10 Matthias BraunRegisterCoalescer: Preserve subregister liveranges.
2014-12-10 Matthias BraunLiveInterval: Add removeEmptySubRanges().
2014-12-10 Matthias BraunLiveIntervalAnalysis: Add subregister aware variants...
2014-12-10 Matthias BraunLiveInterval: Introduce LiveQuery accessor for dead...
2014-12-10 Matthias BraunAdd a flag to enable/disable subregister liveness.
2014-12-10 Matthias BraunLiveIntervalAnalysis: Adapt repairIntervalsInRange...
2014-12-10 Matthias BraunLiveRangeEdit: Adapt eliminateDeadDef() to subregister...
2014-12-10 Matthias BraunLiveIntervalAnalysis: Adapt handleMove() to subregister...
2014-12-10 Matthias BraunLiveIntervalAnalysis: Update SubRanges in shrinkToUses().
2014-12-10 Matthias BraunLiveIntervalAnalysis: Make computeDeadValues() private.
2014-12-10 Matthias BraunLiveIntervalAnalysis: Compute subregister ranges.
2014-12-10 Matthias BraunLiveInterval: Add support to track liveness of subregis...
2014-12-10 Matthias BraunLiveInterval: Add a 'covers' operation to LiveRange.
2014-12-10 Matthias BraunLiveInterval: Add const version of LiveRange::advanceTo().
2014-12-10 Matthias BraunAdd function that translates subregister lane masks...
2014-12-10 Matthias BraunLet tablegen compute maximum lanemask for regs/regclasses.
2014-12-10 David MajnemerAsmParser: Don't crash if a null byte is inside a quote...
2014-12-10 Philip ReamesExtend some comments around GCModuleInfo, GCFunctionInf...
2014-12-10 Nico Webercmake: Make SVNVersion.inc work on Windows if svn is...
2014-12-10 Rafael EspindolaSimplify the handling of aliases in the gold plugin.
2014-12-10 Ahmed Bougacha[ARM] Combine base-updating/post-incrementing vector...
2014-12-09 Philip ReamesRemove the Module pointer from GCStrategy and GCMetadat...
2014-12-09 Duncan P. N... IR: Fix memory corruption in MDNode new/delete
2014-12-09 David MajnemerForgot to add test for r223856
2014-12-09 David MajnemerAsmParser: Verifier that the contents of a hex integer...
2014-12-09 Kaelyn TakataRename static functiom "map" to be more descriptive...
2014-12-09 Duncan P. N... IR: Metadata: Detect an RAUW recursion
2014-12-09 Michael ZolotukhinRemove redundant variable.
2014-12-09 Colin LeMahieu[Hexagon] [NFC] Cleaning up unused classes.
2014-12-09 Ahmed Bougacha[ARM] Make testcase more explicit. NFC.
2014-12-09 Ahmed Bougacha[ARM] Factor out base-updating VLD/VST combiner functio...
2014-12-09 Ahmed Bougacha[ARM] Move the store combiner function down. NFC.
2014-12-09 Ahmed Bougacha[ARM] Also support v2f64 vld1/vst1.
next