[X86] Change the immediate for IN/OUT instructions to u8imm so the assembly parser...
[oota-llvm.git] / lib / CodeGen /
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
2015-10-11 Simon Pilgrim[DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding
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 Reid Kleckner[SEH] Update SEH codegen tests to use the new IR
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit ilist iterator conversions...
2015-10-09 Reid Kleckner[SEH] Fix _except_handler4 table base states
2015-10-09 Duncan P. N. Exon... CodeGen: Avoid more ilist iterator implicit conversions...
2015-10-09 Duncan P. N. Exon... CodeGen: Use range-based for in PostRAScheduler, NFC
2015-10-09 Reid Kleckner[SEH] Remember to emit the last invoke range for SEH
2015-10-09 Chad RosierRevert "Simplify code. NFC."
2015-10-09 Duncan P. N. Exon... CodeGen: Continue removing ilist iterator implicit...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N. Exon... CodeGen: Avoid ilist iterator implicit conversions...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove more ilist iterator implicit conversion...
2015-10-09 Duncan P. N. Exon... CodeGen: Use range-based for in IntrinsicLowering:...
2015-10-09 Duncan P. N. Exon... CodeGen: Use range-based for in GlobalMerge, NFC
2015-10-09 Duncan P. N. Exon... CodeGen: Remove a few more ilist iterator implicit...
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 Sanjay Patelfix typos; NFC
2015-10-09 Duncan P. N. Exon... CodeGen: Start removing implicit conversions to/from...
2015-10-09 Reid KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
2015-10-09 Reid KlecknerRevert "Revert r248959, "[WinEH] Emit int3 after noretu...
2015-10-09 Joseph Tremoulet[WinEH] Fix cleanup state numbering
2015-10-09 Reid Kleckner[SEH] Fix llvm.eh.exceptioncode fast register allocatio...
2015-10-08 Michael KupersteinDo not assert on first non-prologue instruction being...
2015-10-08 Craig TopperUse range-based for loops. NFC.
2015-10-08 Justin BognerCodeGen: print and verify after TargetPassConfig::inser...
2015-10-07 David Majnemer[WinEH] Refer to filter funclets using their symbol...
2015-10-07 Reid Kleckner[WinEH] Undo the effect of r249578 for 32-bit
2015-10-07 David Majnemer[WinEH] Remove unreachable blocks before preparation
2015-10-07 Joseph Tremoulet[WinEH] Set NoModuleLevelChanges in clone flags
2015-10-07 Reid Kleckner[WinEH] Fix two minor issues in __CxxFrameHandler3...
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-07 Joseph Tremoulet[WinEH] Update CoreCLR EH for catchpad MBBs
2015-10-07 Michael Kuperstein[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-10-07 David BlaikieDebugInfo: Include the decl_line/decl_file in subprogra...
2015-10-06 David Majnemer[WinEH] Create a separate MBB for funclet prologues
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Joseph Tremoulet[WinEH] Implement state numbering for CoreCLR
2015-10-06 Joseph Tremoulet[WinEH] Recognize CoreCLR personality function
2015-10-06 Craig Topper[TwoAddressInstructionPass] When looking for a 3 addr...
2015-10-05 Benjamin KramerMove helper classes into an anonymous namespace. NFC.
2015-10-05 David Majnemer[WinEH] Update CATCHRET's operand to match its successor
2015-10-04 David Majnemer[SelectionDAGBuilder] Remove dead code
2015-10-04 David Majnemer[WinEH] Permit branch folding in the face of funclets
2015-10-03 Simon Pilgrim[DAGCombiner] Generalize FADD constant combines to...
2015-10-03 Sanjay Patelinclude equal sign in debug equations; NFC
2015-10-03 Simon Pilgrim[DAGCombiner] Merge SIGN_EXTEND_INREG vector constant...
2015-10-02 Richard TrieuCall the correct overload.
2015-10-01 Reid Kleckner[WinEH] Emit __C_specific_handler tables for the new IR
2015-10-01 David Majnemer[WinEH] Stop BranchFolding from merging across funclets
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-10-01 NAKAMURA TakumiReformat.
2015-10-01 NAKAMURA TakumiRevert r248959, "[WinEH] Emit int3 after noreturn calls...
2015-09-30 Reid Kleckner[WinEH] Emit int3 after noreturn calls on Win64
2015-09-30 Evgeniy StepanovFix debug info with SafeStack.
2015-09-29 Maksim PanchenkoHHVM calling conventions.
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-29 Matthias BraunRegisterPressure: LiveRegSet tracks register units...
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
2015-09-28 Richard TrieuFix unused variable warning in non-debug builds.
2015-09-28 Sanjay Pateltidy up comments; NFC
2015-09-28 Sanjay Patelmove one-use check under the comment that describes...
2015-09-28 Andrew KaylorImproved the interface of methods commuting operands...
2015-09-28 Hal Finkel[DAGCombine] Fix getStoreMergeAndAliasCandidates's...
2015-09-28 Craig TopperRemove 'const' from some ArrayRefs. ArrayRefs are alrea...
2015-09-27 Joseph Tremoulet[EH] Create removeUnwindEdge utility
2015-09-25 Matthias BraunLivePhysRegs: Fix live-outs of return blocks
2015-09-25 Matthias BraunSelectionDAGDumper: Print simple operands inline.
2015-09-25 Matt ArsenaultDAGCombiner: Check if store is volatile first
2015-09-25 Matthias BraunTargetRegisterInfo: Introduce PrintLaneMask.
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-09-25 Sanjay Patelmerge vector stores into wider vector stores and fix...
2015-09-25 Matthias BraunPrologueEpilogInserter: Fix missing live-ins when savep...
2015-09-25 Matthias BraunMachineBasicBlock: Factor out common code into isReturn...
2015-09-25 Matt ArsenaultPeepholeOptimizer: Remove redundant copies
2015-09-25 Chad RosierSimplify code. NFC.
2015-09-24 Matt ArsenaultFix typo
2015-09-24 Mohammad ShahidCodegen: Fix llvm.*absdiff semantic.
2015-09-24 Matt ArsenaultIntroduce target hook for optimizing register copies
2015-09-24 Matt ArsenaultRemove dead declaration
2015-09-24 Matt ArsenaultUse new TokenFactor chain when merging stores
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Evgeniy StepanovRevert "Android support for SafeStack."
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Cong HouFixed an issue on updating profile data when lowering...
2015-09-22 Adrian PrantlDebug Info: Emit the dwo_name only in skeleton CUs...
2015-09-22 Matthias BraunLiveIntervalAnalysis: Avoid multiple connected liveness...
2015-09-22 Matthias BraunLiveInterval: Distribute subregister liveranges to...
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Benjamin KramerMake helper function static. NFC.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
next