When generating against the Win64 EH scheme, set the handler to the GCC-specific
[oota-llvm.git] / lib / CodeGen /
2011-05-29 Charles DavisWhen generating against the Win64 EH scheme, set the...
2011-05-28 Nadav RotemRefactor the type legalizer. Switch TargetLowering...
2011-05-28 Benjamin KramerErase instructions _after_ checking their type.
2011-05-28 John McCallImplement and document the llvm.eh.resume intrinsic...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-28 Jakob Stoklund OlesenCreate two BlockInfo entries when a live range is disco...
2011-05-28 Jakob Stoklund OlesenAdd SplitAnalysis::getNumLiveBlocks().
2011-05-28 Devang PatelSelect DW_AT_const_value size based on global variable...
2011-05-28 Rafael EspindolaFix the root cause of the bootstrap failure:
2011-05-27 Charles DavisStub out support for Win64-style exceptions. Note that...
2011-05-27 Rafael EspindolaFix a regression I recently introduced by removing...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Nadav RotemRefactor getActionType and getTypeToTransformTo ; place...
2011-05-27 Devang PatelKeep this simple. Use DIType to get signness and size...
2011-05-27 Devang PatelHandle signed types gracefully.
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-27 Cameron ZwarichFix PR10029 - VerifyCoalescing failure on patterns_dfa...
2011-05-26 Devang PatelAdd comment.
2011-05-26 Devang PatelDuring branch folding avoid inserting redundant DBG_VAL...
2011-05-26 Charles DavisRevert r132111. I built Release (without Asserts),...
2011-05-26 Charles DavisAlign Win64 EH Table sections to 4 bytes.
2011-05-26 Stuart HastingsReverting 132105: it broke some LLVM-GCC DejaGNU tests.
2011-05-26 Stuart HastingsCorrectly handle a one-word struct passed byval on...
2011-05-25 Jakob Stoklund OlesenAdd a RAGreedy::canEvict function.
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-25 Devang PatelRemove unused statistical counter.
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-24 Devang PatelRemove dead code.
2011-05-24 Rafael EspindolaExplain FIXME.
2011-05-24 Rafael EspindolaFix the defaults for .eh_frame. We were marking it...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-24 Devang PatelFix debug info for blocks' variable.
2011-05-23 Devang PatelRemove unnecessary comment.
2011-05-23 Devang PatelRevert 121907 (it causes llc crash) and apply original...
2011-05-23 Devang PatelPreserve debug info during iSel by keeping DanglingDebu...
2011-05-23 Devang PatelWhile replacing all uses of a SDValue with another...
2011-05-22 Chris LattnerEliminate some temporary variables, and don't call...
2011-05-22 Chris Lattnereliminate dependence on StandardPasses.h. The code...
2011-05-21 Benjamin KramerImplement mulo x, 2 -> addo x, x in DAGCombiner.
2011-05-20 Cameron ZwarichFix PR9962 by properly constraining register classes...
2011-05-20 Charles DavisFix typo. When will I learn?
2011-05-20 Charles DavisAdd .pdata and .xdata sections to the COFF TLOF impleme...
2011-05-20 Jim GrosbachNo reason not to allow defining the CFA as a reg w...
2011-05-20 Jim GrosbachFix typo.
2011-05-20 Jim GrosbachAdd support for frame info use of the .cfi_def_cfa...
2011-05-20 Cameron ZwarichFix PR9960 by teaching SimpleRegisterCoalescing::Adjust...
2011-05-19 Cameron ZwarichFix PR9955 by only attaching load memory operands to...
2011-05-19 Stuart HastingsUpdate some currently-disabled code, preparing for...
2011-05-19 Cameron ZwarichRevert r128961 because it didn't include a test and...
2011-05-18 Duncan SandsRevert commit 131534 since it seems to have broken...
2011-05-18 Nadav RotemRefactor getActionType and getTypeToTransformTo ; place...
2011-05-18 Jakob Stoklund OlesenEliminate dead dead code elimination code.
2011-05-18 Jakob Stoklund OlesenAlso use shrinkToUses after AdjustCopiesBackFrom().
2011-05-18 Jakob Stoklund OlesenProperly shrink live ranges after deleting dead copies...
2011-05-17 Eli FriedmanMake fast-isel miss counting in -stats and -fast-isel...
2011-05-17 Dan GohmanMisc. code cleanups.
2011-05-17 Dan GohmanMisc. code cleanups.
2011-05-17 Stuart HastingsRevert 131467 due to buildbot complaint.
2011-05-17 Stuart HastingsFix an obscure issue in X86_64 parameter passing: if...
2011-05-17 Jakob Stoklund OlesenTweak cross-class coalescing to be more aggressive...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-16 Dan GohmanDelete unused variables.
2011-05-16 Dan GohmanTrim #includes.
2011-05-16 Dan GohmanFix whitespace and 80-column violations.
2011-05-16 Jim GrosbachTrack how many insns fast-isel successfully selects...
2011-05-16 Devang PatelPreserve debug info for unused zero extended boolean...
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Eli FriedmanFix silly typo.
2011-05-16 Eli FriedmanBasic fast-isel of extractvalue. Not too helpful on...
2011-05-16 Rafael EspindolaDon't do tail calls in a function that call setjmp...
2011-05-14 Eli FriedmanFix a FIXME by moving the fast-isel implementation...
2011-05-13 Rafael EspindolaMake codegen able to handle values of empty types....
2011-05-13 Stuart HastingsSince I can't reproduce the failures from 131261, re...
2011-05-13 Stuart HastingsRevert 131266 and 131261 due to buildbot complaints.
2011-05-12 Stuart HastingsNon-fast-isel followup to 129634; correctly handle...
2011-05-12 Evan ChengUpdate comment.
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Evan ChengRe-enable branchfolding common code hoisting optimizati...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-05-12 Evan ChengTemporarily disable the transformation. It's breaking...
2011-05-12 Evan ChengRe-commit 131172 with fix. MachineInstr identity checks...
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-11 Jakob Stoklund OlesenAvoid hoisting spills when looking at a copy from anoth...
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2011-05-11 Rafael EspindolaRevert 131172 as it is causing clang to miscompile...
2011-05-11 Bill WendlingGive the 'eh.sjlj.dispatchsetup' intrinsic call the...
2011-05-11 Evan ChengAdd a late optimization to BranchFolding that hoist...
2011-05-10 Rafael EspindolaInitialize moveTypeModule.
2011-05-10 Eli FriedmanDisable my little CopyToReg argument hack with fast...
2011-05-10 Stuart HastingsCorrectly walk through nested and adjacent CALLSEQ_STAR...
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-10 Jakob Stoklund OlesenFix PR9883. Make sure all caches are invalidated when...
2011-05-09 Devang PatelDo not ignore InlinedAt while walking up scope chain...
2011-05-09 Eric ChristopherLook through struct wrapped types for inline asm statments.
2011-05-09 Duncan SandsIndent properly, no functionality change.
2011-05-08 Jakob Stoklund OlesenRemove an assertion to fix PR9872.
2011-05-06 Jakob Stoklund OlesenEmit a proper error message when register allocators...
next