[opaque pointer type] Use pointee type retrieved from asm, rather than accessing...
[oota-llvm.git] / lib / CodeGen /
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.
2015-04-14 Reid Kleckner[WinEH] Avoid emitting xdata tables twice for cleanups
2015-04-14 David BlaikieDebugInfo: Pubnames: Do not include variable declaratio...
2015-04-14 Daniel Jasper[MachineLICM] Use newer model of register pressure...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DINamespace and DITemplate*Parameter
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DIVariable::printExtendedName() to...
2015-04-14 Duncan P. N. Exon... DebugInfo: Inline DIVariable::isBlockByrefVariable...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIObjCProperty and DIImportedEntity
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DILocation
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIExpression
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIObjCProperty attribute accessors...
2015-04-13 Ahmed Bougacha[CodeGen] Combine concat_vectors of scalars into build_...
2015-04-13 Duncan P. N. Exon... SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIGlobalVariable::getGlobal()
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
2015-04-13 Jan VeselyRevert revisions r234755, r234759, r234760
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-13 Matthias BraunDAGCombiner: Fix crash in select(select) opt.
2015-04-13 David BlaikieRemove default in fully-covered switch (to fix Clang...
2015-04-13 Jan VeselyLegalizeDAG: Try to use Overflow operations when expand...
2015-04-13 John Brawn[ARM] Align global variables passed to memory intrinsics
2015-04-13 Duncan P. N. Exon... Revert "Verifier: Check for incompatible bit piece...
2015-04-11 Duncan P. N. Exon... Verifier: Check for incompatible bit piece expressions
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Ahmed Bougacha[CodeGen] Split -enable-global-merge into ARM and AArch...
2015-04-10 Reid Kleckner[WinEH] Recognize SEH finally block inserted by the...
2015-04-10 Benjamin Kramer[CodeGenPrepare] Report all changes made during instruc...
next