[PGO] Extract VP data integrity check code into a helper function (NFC)
[oota-llvm.git] / lib / CodeGen /
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Eric ChristopherFix some places where we were assuming that memory...
2015-11-24 Matthias BraunLiveVariables should not clobber MachineOperand::IsDead...
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-24 Davide Italiano[DIE] Make DIE.h NDEBUG conditional-free.
2015-11-23 Andrew Kaylor[WinEH] Fix problem where CodeGenPrepare incorrectly...
2015-11-22 Simon PilgrimRemove duplicate getValueType() calls. NFCI.
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Jonas Paulsson[DAGCombiner] Bugfix for lost chain depenedency.
2015-11-20 Geoff Berry[CodeGenPrepare] Create more extloads and fewer ands
2015-11-20 Arnaud A. de Grand... [ShrinkWrap] Teach ShrinkWrap to handle targets requiri...
2015-11-20 Daniel SandersPartially revert r253662: some unrelated work was accid...
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-19 Tobias Edler von... [LTO] Add option to emit assembly from LTOCodeGenerator
2015-11-19 Reid Kleckner[WinEH] Disable most forms of demotion
2015-11-19 Krzysztof ParzyszekExpand subregisters in MachineFrameInfo::getPristineRegs
2015-11-19 Sanjay Patel[CGP] despeculate expensive cttz/ctlz intrinsics
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Simon Pilgrim[DAGCombiner] Vector constant folding for comparisons
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-18 Jonas Paulsson[SelectionDAGBuilder] Make sure DemoteReg ends up in...
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-18 Cong HouRemove a redundant assertion in MachineBasicBlock.cpp...
2015-11-18 Cong HouRemove redundant code in MachineBasicBlock.cpp. NFC.
2015-11-18 Cong HouImproving edge probabilities computation when choosing...
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 Pat GavlinLower statepoints with multi-def targets.
2015-11-17 Dan GohmanUse TargetRegisterInfo for printing MachineOperand...
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-16 Keno Fischer[DIBuilder] Make createReferenceType take size and...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Quentin Colombet[ShrinkWrapping] Disable the optimization for functions...
2015-11-13 Matthias BraunMachineScheduler: Print initial pressure in debug dump
2015-11-13 Matthias BraunMachineScheduler: Improve debug output for "only one...
2015-11-13 James Molloy[SDAG] Fix expansion of BITREVERSE
2015-11-13 Sanjoy Das[ImplicitNulls] Add some clarifying comments; NFC
2015-11-12 Tom StellardRevert "Remove unnecessary call to getAllocatableRegClass"
2015-11-12 Sanjoy Das[ImplicitNulls] Fix wrapping by breaking up a condition...
2015-11-12 Sanjoy Das[ImplicitNull] Extract out a HazardDetector class, NFC
2015-11-12 Quentin Colombet[ShrinkWrap] Fix a typo in a comment.
2015-11-12 Quentin Colombet[ShrinkWrap] Make sure we do not mess up with EH funcle...
2015-11-12 Andrew Kaylor[WinEH] Fix problem with removing an element from a...
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-12 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
2015-11-11 Reid Kleckner[WinEH] Don't forward branches across empty EH pad BBs
2015-11-11 Geoff Berry[DAGCombiner] Improve zextload optimization.
2015-11-11 Matt ArsenaultAdd target preference for GatherAllAliases max depth
2015-11-11 Dehao Chenclang-format lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
2015-11-11 Dehao ChenEmit discriminator for inlined callsites.
2015-11-11 Matthias BraunMachineInstr: addRegisterDefReadUndef() => setRegisterD...
2015-11-10 Matthias BraunTableGen: Emit LaneMask for register classes without...
2015-11-10 Sanjay Patelless indent; NFCI
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for scalar_to_vector
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for insert_vector_elt
2015-11-10 Matt ArsenaultLegalizeDAG: Implement promote for extract_vector_elt
2015-11-10 Sanjay Pateladd 'MustReduceDepth' as an objective/cost-metric for...
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-10 Matt ArsenaultRemove unnecessary call to getAllocatableRegClass
2015-11-09 Matthias BraunMachineVerifier: Streamline live interval related error...
2015-11-09 Matthias BraunMachineVerifier: Add missing linebreak
2015-11-09 Matthias BraunMachineVerifier: MI::print has no TargetMachine overload
2015-11-09 Matthias BraunMachineVerifier: print list of live intervals if available
2015-11-09 Sanjay Pateladd a SelectionDAG method to check if no common bits...
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Reid Kleckner[WinEH] Tweak funclet prologue/epilogue insertion to...
2015-11-09 Andrew Kaylor[WinEH] Re-committing r252249 (Clone funclets with...
2015-11-09 Oliver Stannard[CodeGen] Always promote f16 if not legal
2015-11-07 Yaron KerenErase unused FunctionDIs variables after r252219.
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-06 Tom StellardDAGCombiner: Check shouldReduceLoadWidth before combini...
2015-11-06 Quentin Colombet[ShrinkWrapping] Teach shrink-wrapping how to analyze...
2015-11-06 Matthias BraunMachineScheduler: Add regpressure information to debug...
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-06 NAKAMURA TakumiRevert r252249 (and r252255, r252258), "[WinEH] Clone...
2015-11-06 Reid KlecknerRange-for some LiveIntervals code under review
2015-11-06 Andrew KaylorFix build warnings
2015-11-06 Andrew Kaylor[WinEH] Clone funclets with multiple parents
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-05 Sanjay Patelreplace MachineCombinerPattern namespace and enum with...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 Cong HouAdd new interfaces to MBB for manipulating successors...
2015-11-04 Igor Laevsky[StatepointLowering] Remove distinction between call...
2015-11-03 Peter CollingbourneCodeGen, Target: Move Mach-O-specific symbol name logic...
2015-11-03 Simon Pilgrim[SelectionDAG] Use existing constant nodes instead...
2015-11-03 Rafael EspindolaDelete dead code.
2015-11-03 Igor Laevsky[CodegenPrepare] Do not rematerialize gc.relocates...
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-03 Matthias BraunRegisterPressure: Improve assert message
2015-11-03 Matthias BraunRegisterPressure: Slightly nicer pressure diff dumping
2015-11-03 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag; NFC
2015-11-02 Sanjay Patel[CGP] widen switch condition and case constants to...
2015-11-02 Sanjay Patelrevert r251849; need to move tests to arch-specific...
next