Minor code cleanups
[oota-llvm.git] / include / llvm / CodeGen /
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...
2015-10-24 Davide Italiano[CodeGen] Get rid of NDEBUG to ensure structure stability.
2015-10-23 Davide Italiano[CodeGen] Remove usage of NDEBUG in header.
2015-10-22 Matthias BraunMachineScheduler: Add a way to disable the 'ReduceLaten...
2015-10-19 Matthias BraunRevert "RegisterPressure: allocatable physreg uses...
2015-10-17 Matthias BraunRegisterPressure: Unify the sparse sets in LiveRegsSet...
2015-10-17 Matthias BraunRegisterPressure: allocatable physreg uses are always...
2015-10-17 Matthias BraunRegisterPressure: Hide non-const iterators of PressureDiff
2015-10-15 Benjamin Kramer[SelectionDAG] Remove dead code. NFC.
2015-10-15 Benjamin Kramer[AsmPrinter] Prune dead code. NFC.
2015-10-14 Manman RenRevert r250204 and r250240 due to bot failure. We faile...
2015-10-13 Cong HouUpdate MachineBranchProbabilityInfo::normalizeEdgeWeigh...
2015-10-13 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-12 Simon Pilgrim[SelectionDAG] Add common vector constant folding helpe...
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-12 David Majnemer[WinEH] Remove CatchObjRecoverIdx
2015-10-10 David Majnemer[WinEH] Remove more dead code
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit conversions from Analysis...
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-10-09 Duncan P. N. Exon... CodeGen: Start removing implicit conversions to/from...
2015-10-09 Reid Kleckner[SEH] Fix llvm.eh.exceptioncode fast register allocatio...
2015-10-08 Justin BognerCodeGen: print and verify after TargetPassConfig::inser...
2015-10-07 Reid Kleckner[WinEH] Undo the effect of r249578 for 32-bit
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-10-06 Duncan P. N. Exon... CodeGen: s/protected:/private:/ in MachineBasicBlock...
2015-10-06 Joseph Tremoulet[WinEH] Implement state numbering for CoreCLR
2015-10-05 NAKAMURA TakumiReformat partially.
2015-10-05 NAKAMURA TakumiReformat 3 files in llvm/include/llvm/CodeGen/.
2015-10-05 NAKAMURA TakumiTrailing whitespaces.
2015-10-05 NAKAMURA TakumiPrune trailing whitespaces in comment lines.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-10-04 David Majnemer[WinEH] Permit branch folding in the face of funclets
2015-10-01 Reid Kleckner[WinEH] Emit __C_specific_handler tables for the new IR
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-29 Cong HouRename some function arguments in MachineBasicBlock...
2015-09-29 Jeroen KetemaArguments spilled on the stack before a function call...
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
2015-09-25 Matthias BraunLivePhysRegs: Fix live-outs of return blocks
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-09-25 Matthias BraunMachineBasicBlock: Factor out common code into isReturn...
2015-09-22 Matthias BraunLiveIntervalAnalysis: Factor common code into splitSepa...
2015-09-22 Matthias BraunRemove declarations for methods that do not exist.
2015-09-21 Chad Rosier[Machine Combiner] Refactor machine reassociation code...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-18 James Y KnightMake MachineScheduler debug output less confusing.
2015-09-18 Matthias BraunSelectionDAG: Introduce PersistentID to SDNode for...
2015-09-18 David Majnemer[WinEH] Moved funclet pads should be in relative order
2015-09-17 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-09-17 Matthias BraunRegisterPressure: Move LiveInRegs/LiveOutRegs from...
2015-09-17 David Majnemer[WinEH] Add a funclet layout pass
2015-09-17 Reid Kleckner[WinEH] Add and use hasEHPadSuccessor instead of getLan...
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
next