Switch lowering: Take branch weight into account when ordering for fall-through
[oota-llvm.git] / lib / CodeGen /
2015-04-27 Hans WennborgSwitch lowering: Take branch weight into account when...
2015-04-27 Hans WennborgSwitch lowering: order bit tests by branch weight.
2015-04-26 Philip ReamesMake the message associated with a fatal error slightly...
2015-04-24 Andrew KaylorFix build error from accidental change
2015-04-24 Andrew Kaylor[WinEH] Find correct cloned entry block for outlined...
2015-04-24 Andrew Kaylor[WinEH] Find correct cloned entry block for outlined...
2015-04-24 Quentin Colombet[DAGCombiner] Fix the type used in canFoldInAddressingM...
2015-04-24 Kaelyn TakataRemove an unused variable to prevent -Werror build...
2015-04-24 Reid Kleckner[SEH] Implement GetExceptionCode in __except blocks
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-24 Hans WennborgSwitch lowering: fix APInt overflow causing infinite...
2015-04-24 Reid Kleckner[WinEH] Split the landingpad BB instead of cloning it
2015-04-24 Matthias BraunRegisterCoalescer: implicit phsreg uses are fine when...
2015-04-23 Matthias BraunRegisterCoalescer: Avoid unnecessary register class...
2015-04-23 Reid KlecknerRe-commit "[SEH] Remove the old __C_specific_handler...
2015-04-23 Andrew Kaylor[WinEH] Ignore filter clauses while mapping landing...
2015-04-23 Reid KlecknerRemove trivial assert to fix NDEBUG Werror builds
2015-04-23 Reid Kleckner[WinEH] Replace more lpad value uses with undef
2015-04-23 Quentin Colombet[MachineCopyPropagation] Handle undef flags conservativ...
2015-04-23 Andrew Kaylor[WinEH] Handle stubs for outlined functions that have...
2015-04-23 Reid KlecknerRevert "[SEH] Remove the old __C_specific_handler code...
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-23 Simon Pilgrim[DAGCombiner] Remove extra bitcasts surrounding vector...
2015-04-23 Andrew Kaylor[WinEH] Don't skip landing pads that end with an unreac...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-22 Reid Kleckner[SEH] Remove the old __C_specific_handler code now...
2015-04-22 Reid Kleckner[WinEH] Demote values and phis live across exception...
2015-04-22 Luqman AdenTest commit: fix typo in comment.
2015-04-22 Olivier SallenaveFixed logic to enable complex FMA formation.
2015-04-22 Hal Finkel[DAGCombine] Disable select(c, load,load) for indexed...
2015-04-22 Lang Hames[patchpoint] Add support for symbolic patchpoint target...
2015-04-22 Reid Kleckner[WinEH] Correctly handle inlined __finally blocks with...
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-21 Duncan P. N. Exon... DebugInfo: Assert dbg.declare/value insts are valid
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-21 Simon PilgrimCONCAT_VECTOR of BUILD_VECTOR - minor fix
2015-04-21 Pawel BylicaFix generic shift expansion when shift amount is 0
2015-04-20 Andrew Kaylor[WinEH] Fix problem with landing pad return values...
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-20 Andrew Kaylor[WinEH] Fix problem with mapping shared empty handler...
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete old subclasses of DIType
2015-04-20 Duncan P. N. Exon... DwarfUnit: Split MDSubroutineType version of constructT...
2015-04-20 Duncan P. N. Exon... DwarfUnit: Cleanup comments
2015-04-20 Olivier SallenaveRefactoring and enhancement to FMA combine.
2015-04-20 Tom StellardDAGCombine: Remove redundant NaN checks around ISD...
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIType
2015-04-20 Andrew Kaylor[WinEH] Fix memory leak with catch-all mapping.
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove typedefs for DITypeRef, etc.
2015-04-20 Hal Finkel[InlineAsm] Remove EarlyClobber on registers that are...
2015-04-19 Eric ChristopherRemove CFIFuncName from TargetOptions as it is currentl...
2015-04-19 Eric ChristopherRemove the CFIEnforcing flag from TargetOptions as...
2015-04-18 Ahmed Bougacha[GlobalMerge] Look at uses to create smaller global...
2015-04-18 Duncan P. N. Exon... DebugInfo: Delete DIDescriptor (but not its subclasses)
2015-04-17 Andrew KaylorFix build wanrings and line endings
2015-04-17 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DebugInfo API
2015-04-17 Andrew Kaylor[WinEH] Fixes for a few cppeh failures.
2015-04-17 Duncan P. N. Exon... AsmPrinter: Create a unified .debug_loc stream
2015-04-17 Duncan P. N. Exon... Remove dead code, NFC
2015-04-17 David Majnemer[WinEH] Reusing HandlerType entries leads to small...
2015-04-17 Pirama Arumuga NainarFix build errors introduced by r235215
2015-04-17 Pirama Arumuga NainarAdd support to promote f16 to f32
2015-04-17 David Majnemer[WinEH] Allow CatchHigh to be equal to TryHigh
2015-04-17 Duncan P. N. Exon... AsmPrinter: Store MDExpression directly instead of...
2015-04-17 Duncan P. N. Exon... AsmPrinter: Stop storing MDLocalVariable in DebugLocEntry
2015-04-17 Duncan P. N. Exon... AsmPrinter: Calculate type upfront for location lists...
2015-04-17 James MolloyFix TRUNCATE splitting helper logic.
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 Reid KlecknerFix unused variable warning
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-16 Duncan P. N. Exon... DebugInfo: Fix UserValue::match() in LiveDebugVariables...
2015-04-16 Duncan P. N. Exon... AsmPrinter: Remove dead code, NFC
2015-04-16 Duncan P. N. Exon... AsmPrinter: Simplify logic for debug info intrinsics...
2015-04-16 Reid Kleckner[WinEH] Handle a landingpad, resume, and cleanup all...
2015-04-16 Hans WennborgRevert the switch lowering change (r235101, r235103...
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-16 Simon PilgrimTRUNCATE constant folding - minor fix for rL233224
2015-04-16 Ahmed Bougacha[CodeGen] Re-apply r234809 (concat of scalars), with...
2015-04-16 Duncan P. N. Exon... DebugInfo: DIRef<> => TypedDebugNodeRef<>
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-16 Nick LewyckyRevert r234809 because it caused PR23246.
2015-04-16 Reid Kleckner[SEH] Deal with users of the old lpad for SEH catch...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove unnecessary API from DIDerivedType...
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: factor out dead variable in NDEBUG from...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-04-15 Reid KlecknerReland "[WinEH] Use the parent function when computing...
2015-04-15 Reid KlecknerRevert "[WinEH] Use the parent function when computing...
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-04-15 Reid Kleckner[WinEH] Use the parent function when computing frameesc...
2015-04-15 Chandler Carruth[MBP] Spell the conditions the same way through out...
2015-04-15 Chandler Carruth[MBP] Sink a comment into the if block to which it...
2015-04-15 Chandler Carruth[MBP] Fix a really misleading typo in a comment.
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
next