[AVX512] adding PROLQ and PROLD Intrinsics
[oota-llvm.git] / include / llvm / CodeGen /
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-08 Matthias BraunLiveInterval: Adapt commen to the LI->LR change.
2016-01-08 Matthias BraunLiveInterval: A LiveRange is enough for ConnectedVNInfo...
2016-01-07 Amjad AboudAdded support for macro emission in dwarf (supporting...
2016-01-06 David Majnemer[WinEH] Remove calculateCatchReturnSuccessorColors
2016-01-06 Philip ReamesExtract helper function to merge MemoryOperand lists...
2016-01-05 Junmo ParkRemove extra whitespace. NFC.
2016-01-05 Matthias BraunFix typo in comment
2016-01-04 Joseph Tremoulet[WinEH] Update CoreCLR EH state numbering
2015-12-29 Chandler Carruth[ptr-traits] Sink several in-body method definitions...
2015-12-29 Chandler Carruth[ptr-traits] Sink a constructor definition to the ...
2015-12-29 Chandler Carruth[ptr-traits] Add a bunch of includes to provide complet...
2015-12-28 Elena DemikhovskyImplemented cost model for masked gather and scatter...
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 Philip Reames[GC] Make GCStrategy::isGCManagedPointer a type predica...
2015-12-18 Cong HouUse getEdgeProbability() instead of getEdgeWeight(...
2015-12-16 Ahmed Bougacha[CodeGen] Make MachineInstrBuilder::copyImplicitOps...
2015-12-16 Paul RobinsonSet debugger tuning from TargetOptions (NFC)
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-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-14 Krzysztof Parzyszek[Packetizer] Add AliasAnalysis as a parameter to the...
2015-12-14 Krzysztof Parzyszek[Packetizer] Make endPacket virtual
2015-12-14 Krzysztof ParzyszekAdd "const" to function arguments in DFAPacketizer
2015-12-14 Paul RobinsonFastISel needs to remove dead code when it bails out.
2015-12-13 Cong HouNormalize MBB's successors' probabilities in several...
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-11 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-10 Matthias BraunRegisterPressure: Factor out liveness dead-def detectio...
2015-12-09 Mehdi AminiRevert "Implement a new pass - LiveDebugValues - to...
2015-12-09 Vikram TVImplement a new pass - LiveDebugValues - to compute...
2015-12-06 Michael Kuperstein[X86] Always generate precise CFA adjustments.
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-06 Craig TopperMinor formatting fix. NFC
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-05 Justin BognerCodeGen: Let the BumpPtrAllocator free the elements...
2015-12-04 Justin BognerCodeGen: Move the SlotIndexes BumpPtrAllocator before...
2015-12-04 Matthias BraunScheduleDAGInstrs: Move LiveIntervals field to Schedule...
2015-12-04 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-04 Cong HouDon't punish vectorized arithmetic instruction whose...
2015-12-04 Kevin B. Smith[CodeGen] Minor correction to comment on PhysRegInfo.
2015-12-03 Matthias BraunRevert "ScheduleDAGInstrs: Rework schedule graph builder."
2015-12-03 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Alexey Samsonov[PowerPC] Remove wild call to RegScavenger::initRegState().
2015-12-02 Fiona GlaserScheduler / Regalloc: use unique_ptr[] instead of std...
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Matthias BraunRegisterPressure: Remove support for recede()/advance...
2015-12-01 Matthias BraunRegisterPressure: There is no need to make getCurSlot...
2015-12-01 Matthias BraunRegisterPressure: There is no need to make discoverLive...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-28 Jonas Paulsson[Stack realignment] Handling of aligned allocas.
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 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-24 Davide Italiano[DIE] Make DIE.h NDEBUG conditional-free.
2015-11-23 Krzysztof ParzyszekRevert r253923.
2015-11-23 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-21 Simon Pilgrim[MachineInstrBuilder] Support for adding a ConstantPool...
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-19 Tobias Edler von... [LTO] Add option to emit assembly from LTOCodeGenerator
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 Reid KlecknerInitialize PersistentId for HandleSDNode, as these...
2015-11-18 Reid KlecknerAttempt to fix uninitialized SDAG persistent ids detect...
2015-11-18 Cong HouModify the interface BranchProbability::normalizeProbab...
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 Jay FoadFix typos in comments.
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-13 Joseph Tremoulet[WinEH] Find root frame correctly in CLR funclets
2015-11-12 Sanjoy DasRevert r243347 "Add TargetTransformInfo::isZExtFree."
2015-11-12 Hans WennborgRemove mention of {ADD,SUB}_PARTS. They were removed...
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-11-11 Matthias BraunMachineInstr: addRegisterDefReadUndef() => setRegisterD...
2015-11-09 Sanjay Pateladd a SelectionDAG method to check if no common bits...
2015-11-09 Duncan P. N. Exon... CodeGen: Be clear about semantics in SlotIndex::getNext...
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Sanjay Patelfix formatting; NFC
2015-11-09 Renato Golin[EABI] Add LLVM support for -meabi flag
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-05 Sanjay Patelreplace MachineCombinerPattern namespace and enum with...
2015-11-04 Cong HouAdd new interfaces to MBB for manipulating successors...
2015-11-03 Peter CollingbourneCodeGen, Target: Move Mach-O-specific symbol name logic...
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-03 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag; NFC
2015-10-29 Matthias BraunRevert "ScheduleDAGInstrs: Remove IsPostRA flag"
2015-10-29 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
next