[opaque pointer type] Serialize the type of an llvm::Function as a function type...
[oota-llvm.git] / lib / CodeGen /
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...
2015-04-10 Sanjoy Das[InstCombine][CodeGenPrep] Create llvm.uadd.with.overfl...
2015-04-10 Reid Kleckner[WinEH] Try to make outlining invokes work a little...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-10 David Majnemer[WinEHPrepare] Don't rely on the order of IR
2015-04-10 Ahmed Bougacha[AArch64] Promote f16 operations to f32.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Ahmed Bougacha[CodeGen] Combine concat_vector of trunc'd scalar to...
2015-04-09 Rafael EspindolaRevert "Refactoring and enhancement to FMA combine."
2015-04-09 Olivier SallenaveRefactoring and enhancement to FMA combine.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaUse the cast machinery to remove dummy uses of formatte...
2015-04-08 Andrew KaylorFormmatting correction
2015-04-08 Andrew Kaylor[WinEH] Minor bug fixes.
2015-04-08 Akira Hatanaka[DAGCombine] Fix a bug in MergeConsecutiveStores.
2015-04-08 Daniel Jasper[MachineLICM] Cleanup, remove unused parameters. NFC.
2015-04-08 Matthias BraunOops, didn't mean to commit my debug fprintfs
2015-04-08 Matthias BraunLiveInterval: Fix computeFromMainRange() producing...
2015-04-07 Andrew Kaylor[WinEH] Add invoke of llvm.donothing to outlined catch...
2015-04-07 Reid Kleckner[WinEH] Fix xdata generation when no catch object is...
2015-04-07 Duncan P. N. Exon... Revert "Try a third time to fix MSVC build after r234290"
2015-04-07 Daniel JasperCleanup register pressure calculation in MachineLICM.
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-07 Rafael EspindolaClear the stub map in getSortedStubs.
2015-04-07 Daniel Jasper[MachineLICM] Remove obsolete comment about not conside...
2015-04-07 Duncan P. N. Exon... Try a third time to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... Try again to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... Try to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove special iterators from DIExpression
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Rafael EspindolaUse sext in fast isel.
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Reid Kleckner[WinEH] Don't sink allocas into child handlers
2015-04-06 Simon Pilgrim[DAGCombiner] Add support for FCEIL, FFLOOR and FTRUNC...
2015-04-05 Simon Pilgrim[DAGCombiner] Merge FMUL Scalar and Vector constant...
2015-04-04 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-04 Sanjay Patelless space; NFC
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-04 Simon Pilgrim[DAGCombiner] Canonicalize vector constants for ADD...
next