Merging r257648:
[oota-llvm.git] / lib / CodeGen /
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Matthias BraunAsmPrinter: Fix wrong OS X versions being emitted for...
2016-01-13 David Majnemer[CodeView] Mark our lines as statements, not expressions
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-12 Matthias BraunRegisterPressure: Expose RegisterOperands API
2016-01-12 David Majnemer[CodeView] Initialize column-end to zero
2016-01-11 Chad Rosier[NFC] Fix whitespace.
2016-01-11 Matt ArsenaultLegalizeDAG: Expand ctlz with ctlz_zero_undef if legal
2016-01-11 Junmo Park[BranchFolding] Set correct mem refs (2nd try)
2016-01-10 Daniel BerlinSpeed up LiveDebugValues
2016-01-10 Daniel BerlinDon't use random class variables across functions
2016-01-09 Michael ZolotukhinRevert "[BranchFolding] Set correct mem refs"
2016-01-09 Junmo Park[BranchFolding] Set correct mem refs
2016-01-08 Sanjay Patel[DAGCombiner] don't dereference an operand that doesn...
2016-01-08 Tim ShenTest commit access - add a blank line in comment.
2016-01-08 Pirama Arumuga NainarDo not ASSERTZEXT for i16 result of bitcast from f16...
2016-01-08 David Majnemer[WinEH] CatchHandler which don't have catch objects...
2016-01-08 David Majnemer[WinEH] Update WinEHFuncInfo if StackColoring merges...
2016-01-08 Junmo ParkRemove extra whitespace. NFC.
2016-01-08 Matthias BraunLiveInterval: A LiveRange is enough for ConnectedVNInfo...
2016-01-07 Alexey Samsonov[LiveDebugValues] Replace several lines of code with...
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2016-01-07 Dimitry AndricTurn off lldb debug tuning by default for FreeBSD
2016-01-07 Amjad AboudAdded support for macro emission in dwarf (supporting...
2016-01-07 Junmo ParkRemove extra whitespace. NFC.
2016-01-07 David MajnemerUndo spurious change made in r256965
2016-01-07 Philip Reames[Statepoints] Add test cases around vectors and stabliz...
2016-01-07 Philip Reames[Statepoints] Initial support for relocating vectors...
2016-01-07 Quentin Colombet[ShrinkWrapping] Give up on irreducible CFGs.
2016-01-06 Sanjay Patelrangify; NFCI
2016-01-06 Weiming ZhaoRecommit r256952 "Filtering IR printing for print-after...
2016-01-06 Philip ReamesConsolidate MemRefs handling from BranchFolding and...
2016-01-06 David Majnemer[WinEH] Remove calculateCatchReturnSuccessorColors
2016-01-06 Michael Kuperstein[ShrinkWrap] Fix FindIDom to only have one kind of...
2016-01-06 Weiming ZhaoRevert r256952 due to lit test fails.
2016-01-06 Weiming ZhaoFiltering IR printing for print-after-all/print-before-all
2016-01-06 Geoff BerryScheduleDAGInstrs: Bug fix for missed memory dependency.
2016-01-06 Philip ReamesFix a warning [NFC]
2016-01-06 Philip ReamesExtract helper function to merge MemoryOperand lists...
2016-01-06 Sanjay Patelrangify; NFCI
2016-01-06 Dan Gohman[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds...
2016-01-06 Sanjay Pateluse std::max ; NFCI
2016-01-05 MinSeong Kim[MISched] Explanatory error message when machine model...
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2016-01-04 Eric ChristopherClarify that the bypassSlowDivision optimization operat...
2016-01-04 Joseph Tremoulet[WinEH] Update CoreCLR EH state numbering
2016-01-04 David Majnemer[X86] Make hasFP constant time
2016-01-03 Simon Pilgrim[SelectionDAG] Pulled out common code for CONCAT_VECTOR...
2016-01-03 NAKAMURA TakumiWinEHPrepare.cpp: Suppress a warning for -Asserts....
2016-01-02 Joseph Tremoulet[WinEH] Update catchrets with cloned successors
2016-01-02 Yaron KerenCorrect misleading formatting of several ifs followed...
2016-01-02 David Majnemer[WinEH] Add additional verification
2015-12-29 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-29 Sanjay Pateluse auto with dyn_casted values; NFC
2015-12-29 Sanjay Pateluse auto with dyn_casted values; NFC
2015-12-29 Sanjay Patelfix formatting; NFC
2015-12-29 Sanjay Pateluse range-based for-loop; NFCI
2015-12-29 Chad RosierAdd command line options to force function/loop alignments.
2015-12-29 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-29 Sanjay Pateluse range-based for-loops; NFCI
2015-12-29 Chandler Carruth[ptr-traits] Sink a constructor definition to the ...
2015-12-28 Michael Kuperstein[X86] Better support for the MCU psABI (LLVM part)
2015-12-27 Craig Topper[SelectionDAG] Teach LegalizeVectorOps to not unroll...
2015-12-27 David Majnemer[WinEH] Add comments explaining the EH tables
2015-12-25 David Majnemer[CodeGen] Use generic printAsOperand machinery instead...
2015-12-24 Craig TopperUse range-based for loops. NFC
2015-12-23 Philip Reames[Statepoints] Use Indirect operands for spill slots
2015-12-23 Philip Reames[MemOperands] Clarify code around dropping memory opera...
2015-12-23 Philip Reames[MachineLICM] Fix handling of memoperands
2015-12-23 David Majnemer[WinEH] Don't visit the same catchswitch twice
2015-12-23 Philip Reames[GC] Make GCStrategy::isGCManagedPointer a type predica...
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-22 Chad RosierTypo. NFC.
2015-12-22 Keno Fischer[ASMPrinter] Fix missing handling of DW_OP_bit_piece
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Adrian PrantlFix PR24563 (LiveDebugVariables unconditionally propaga...
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-19 Manuel JacobRemove unnecessary casts. NFC.
2015-12-19 Matt ArsenaultSelectionDAG: Cleanup integer bin op promotion functions.
2015-12-19 Keno FischerClean up the processing of dbg.value in various places
2015-12-19 Matt ArsenaultFix broken type legalization of min/max
2015-12-18 Cong HouUse getEdgeProbability() instead of getEdgeWeight(...
2015-12-17 Cong HouFix PR25838.
2015-12-16 Eric ChristopherFix funciton->function typo.
2015-12-16 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-16 Paul RobinsonSet debugger tuning from TargetOptions (NFC)
2015-12-16 Tom StellardMachineScheduler: Add a target hook for deciding which...
2015-12-16 Krzysztof Parzyszek[Packetizer] Add a check whether an instruction should...
2015-12-16 Vikram TVRecommit LiveDebugValues pass after fixing a couple...
2015-12-16 Cong HouMinor change to TailDuplication.cpp to turn on normaliz...
2015-12-16 Chen Li[SelectionDAGBuilder] Adds support for landingpads...
2015-12-16 Philip ReamesSpeculative fix for windows build
2015-12-16 Philip Reames[IR] Add support for floating pointer atomic loads...
2015-12-16 Wolfgang PiebTest commit: fixed spelling error in comment.
2015-12-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
next