AsmParser: Use StringRef for keyword comparisons, NFC
[oota-llvm.git] / lib /
2015-02-21 Duncan P. N. Exon... AsmParser: Use StringRef for keyword comparisons, NFC
2015-02-21 Philip Reames[PlaceSafepoints] Adjust enablement logic to default...
2015-02-20 Duncan P. N. Exon... AsmParser: Use do{}while(false) in macros, NFC
2015-02-20 David BlaikieRemove some unnecessary unreachables in favor of (somet...
2015-02-20 Matthias BraunLiveRangeCalc: Don't start liveranges of PHI instructio...
2015-02-20 Philip ReamesHide a bunch of advanced testing options in default...
2015-02-20 Rafael EspindolaUse short names for jumptable sections.
2015-02-20 Philip Reames[RewriteStatepointsForGC] Use DenseSet in place of...
2015-02-20 Philip Reames[RewriteStatepointsForGC] Replace std::map with DenseMap
2015-02-20 Philip Reames[RewriteStatepointsForGC] Cleanup - replace std::vector...
2015-02-20 Eric ChristopherUsed the cached subtarget off of the MachineFunction.
2015-02-20 Reid KlecknerX86: Remove pre-2010 dead code in mergeSPUpdatesDown
2015-02-20 Simon PilgrimLowerScalarImmediateShift - Merged v16i8 and v32i8...
2015-02-20 Matt ArsenaultR600/SI: Remove v_sub_f64 pseudo
2015-02-20 Matt ArsenaultR600: Use new fmad node.
2015-02-20 Matt ArsenaultAdd generic fmad DAG node.
2015-02-20 Philip Reames[RewriteStatepointsForGC] More style cleanup [NFC]
2015-02-20 Philip Reames[RewriteStatepointsForGC] Remove notion of SafepointBou...
2015-02-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-20 Eric ChristopherGrab the DataLayout off of the TargetMachine since...
2015-02-20 Benjamin KramerLoopRotate: When reconstructing loop simplify form...
2015-02-20 Duncan P. N. Exon... IR: Change MDFile to directly store the filename/directory
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-20 Jozef KolekReversed revision 229706. The reason is regression...
2015-02-20 David MajnemerVerifier: Unused comdats might not have a corresponding GV
2015-02-20 Eric ChristopherFix an asan use-after-free bug introduced by the asm...
2015-02-20 Philip Reames[GC, RewriteStatepointsForGC] Style cleanup and bug fix
2015-02-20 Reid KlecknerUse unreachable instead of assert(false) to silence...
2015-02-20 Andrea Di Biagio[X86][FastIsel] Teach how to select float-half conversi...
2015-02-20 Philip Reames[GC] Style cleanup for RewriteStatepointForGC (1 of...
2015-02-20 Philip ReamesBugfix for 229954
2015-02-20 Eric ChristopherRemove a use of the Subtarget in the darwin ppc asm...
2015-02-20 Eric ChristopherGet the function specific subtarget.
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-20 Sanjay Patelcanonicalize a v2f64 blendi of 2 registers
2015-02-20 Kit BartonI incorrectly marked the VORC instruction as isCommutab...
2015-02-20 Igor LaevskyGeneralize statepoint lowering to use ImmutableStatepoi...
2015-02-20 Benjamin KramerConstants.cpp: Only read 32 bits for float.
2015-02-20 NAKAMURA TakumiConstants.cpp: getElementAsAPFloat(): Don't handle...
2015-02-20 Benjamin KramerRewriteStatepointsForGC: Move details into anonymous...
2015-02-20 Benjamin KramerWrap recursive function only used in assert in #ifndef...
2015-02-20 Chandler Carruth[x86] Switching the shuffle equivalence test to a varia...
2015-02-20 Eric ChristopherFix wording and grammar in Mips subtarget options.
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-20 Eric ChristopherSave the MachineFunction in startFunction so that we...
2015-02-20 Eric ChristopherUse the cached subtarget from the MachineFunction rathe...
2015-02-20 Eric ChristopherMake the TargetMachine::getSubtarget that takes a Funct...
2015-02-20 Justin BognerDisallow implicit conversions from None to integer...
2015-02-20 Nick LewyckyFix build with gcc. This has a -Wsequence-point error...
2015-02-20 Eric ChristopherRemove more uses of TargetMachine::getSubtargetImpl...
2015-02-20 Nick LewyckyFix build in release mode, -Wunused-variable on this...
2015-02-20 Nick LewyckyFix build in release mode, four cases of -Wunused-variable.
2015-02-20 Eric ChristopherAsmPrinter::doFinalization is at the module level and...
2015-02-20 Eric ChristopherRemove the MCInstrInfo cached variable as it was only...
2015-02-20 David BlaikieFix -Wunused-variable warning in non-asserts build...
2015-02-20 Hal Finkel[PowerPC] Loop Data Prefetching for the BG/Q
2015-02-20 Chandler Carruth[x86] Remove the old vector shuffle lowering code and...
2015-02-20 Chandler Carruth[x86] Now that the new vector shuffle legality is enabl...
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-20 Hal Finkel[InstCombine] Remove unnecessary variable indexing...
2015-02-20 Chandler Carruth[x86] Make the new vector shuffle legality test on...
2015-02-20 Kostya Serebryany[fuzzer] one more experimental search mode: -use_covera...
2015-02-20 Philip ReamesAdjust enablement of RewriteStatepointsForGC
2015-02-20 Chandler CarruthRevert r229944: EH: Prune unreachable resume instructio...
2015-02-20 Philip ReamesAdd a pass for constructing gc.statepoint sequences...
2015-02-20 Reid KlecknerEH: Prune unreachable resume instructions during Dwarf...
2015-02-20 Eric ChristopherRevert "AVX-512: Full implementation for VRNDSCALESS...
2015-02-20 Eric ChristopherAdd a license header to the AVX512 file.
2015-02-20 Kostya Serebryany[sanitizer] when dumping the basic block trace, also...
2015-02-20 Eric ChristopherThis needs to be a const variable so the two sides...
2015-02-20 Michael Gottesman[objc-arc-contract] We can not move retains over instru...
2015-02-20 Michael Gottesman[objc-arc] Add the predicate CanDecrementRefCount.
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
2015-02-19 Ahmed Bougacha[ARM] Re-re-apply VLD1/VST1 base-update combine.
2015-02-19 Eric ChristopherOnly use the initialized MCInstrInfo if it's been initi...
2015-02-19 Ahmed Bougacha[ARM] Minor cleanup to CombineBaseUpdate. NFC.
2015-02-19 Eric ChristopherMigrate away a use of the subtarget (and TargetMachine...
2015-02-19 Duncan P. N. Exon... IR: Add missing null operand to MDSubroutineType
2015-02-19 Ahmed Bougacha[CodeGen] Use ArrayRef instead of std::vector&. NFC.
2015-02-19 Eric ChristopherMCTargetOptions reside on the TargetMachine that we...
2015-02-19 Eric ChristopherRemove a call to TargetMachine::getSubtarget from the...
2015-02-19 Colin LeMahieu[Hexagon] Moving remaining methods off of HexagonMCInst...
2015-02-19 Benjamin KramerMC: Allow multiple comma-separated expressions on the...
2015-02-19 Benjamin KramerSSAUpdater: Use range-based for. NFC.
2015-02-19 Eric ChristopherRemove unused argument from emitInlineAsmStart.
2015-02-19 Michael Gottesman[objc-arc] Convert the bodies of ARCInstKind predicates...
2015-02-19 Michael Gottesman[objc-arc] Change the InstructionClass to be an enum...
2015-02-19 Chris BienemanChecking if TARGET_OS_IPHONE is defined isn't good...
2015-02-19 Colin LeMahieu[Hexagon] Moving more functions off of HexagonMCInst...
2015-02-19 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-19 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-19 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
2015-02-19 Adam Nemet[LoopAccesses] Add missing const to APIs in Vectorizati...
2015-02-19 Adam Nemet[LoopAccesses] Add canAnalyzeLoop
2015-02-19 Adam Nemet[LoopAccesses] Change debug messages from LV to LAA
2015-02-19 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-19 Adam Nemet[LoopAccesses] Cache the result of canVectorizeMemory
2015-02-19 Adam Nemet[LoopAccesses] Stash the report from the analysis rathe...
next