Add missing #include, found by modules build.
[oota-llvm.git] / include / llvm / CodeGen /
2015-05-11 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes; 2nd...
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-05-11 Sanjay Patelgroup getNode() variants by purpose and add comments...
2015-05-11 Tom StellardCodeGen: Make MachineInstr::untieRegOperand() a public...
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-07 Sergey DmitroukDisable r235989 "Reapply r235977 "[DebugInfo] Add debug...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Akira HatanakaFactor out a function which determines the cpu and...
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-05-06 Matt ArsenaultAdd ChangeTo* to MachineOperand for symbols
2015-05-06 NAKAMURA TakumiReformat.
2015-05-06 NAKAMURA TakumiRevert r236546, "propagate IR-level fast-math-flags...
2015-05-05 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes (NFC)
2015-05-05 Pete CooperRefactor UpdatePredRedefs and StepForward to avoid...
2015-05-05 Pete CooperRevert "Refactor UpdatePredRedefs and StepForward to...
2015-05-05 Pete CooperRefactor UpdatePredRedefs and StepForward to avoid...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-29 Jonathan RoelofsFix doxygen comment typo. NFC
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-29 Elena Demikhovskyfixed comments, blanks, nullptr; NFC
2015-04-28 Sanjay Patelmove IR-level optimization flags into their own struct
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-28 Elena DemikhovskyMasked gather and scatter: Added code for SelectionDAG.
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-23 Reid KlecknerRe-commit "[SEH] Remove the old __C_specific_handler...
2015-04-23 Reid KlecknerRevert "[SEH] Remove the old __C_specific_handler code...
2015-04-22 Reid Kleckner[SEH] Remove the old __C_specific_handler code now...
2015-04-22 Pete CooperChange MachineOperand::OpKind from unsigned char to...
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-21 Reid KlecknerRe-land r235154-r235156 under the existing -sehprepare...
2015-04-19 Eric ChristopherRemove the FCFI option from TargetOptions as it is...
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-19 Eric ChristopherRemove the CFIType TargetOption as it is unused.
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
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-10 Jingyue WuDivergence analysis for GPU programs
2015-04-10 David Majnemer[WinEHPrepare] Don't rely on the order of IR
2015-04-07 Sanjay Patelmove helper function closer to use; NFC
2015-04-07 Rafael EspindolaClear the stub map in getSortedStubs.
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-04 Sanjay Patelremove function/variable names from comments; NFC
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-03 David Majnemer[WinEH] Fill out CatchHigh in the TryBlockMap
2015-04-03 David Majnemer[WinEH] Fill out .xdata for catch objects
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-03 Andrew Kaylor[WinEH] Handle nested landing pads in outlined catch...
2015-04-03 Duncan P. N. Exon... CodeGen: Assert that inlined-at locations agree
2015-04-03 Matthias BraunMachineRegisterInfo: Make it clear that hints are for...
2015-04-02 Philip Reames[gcroot] Remove unused items from an enum
2015-04-01 Matthias BraunRemove declarations for nonexistent methods
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-30 Duncan P. N. Exon... DebugLoc: Remove getFromDILexicalBlock()
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use debug info hierarchy pervasively
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use MDLocation directly instead of DebugLoc
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-24 Benjamin KramerInternalize the StackMapLiveness pass.
2015-03-21 Eric ChristopherChange getISAEncoding to use the target triple to determine
2015-03-20 Eric ChristopherRemove dead calls and function arguments dealing with...
2015-03-20 Eric ChristopherRewrite StackMap location handling to pre-compute the...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-18 NAKAMURA TakumiSplit comma-separated \param(s). [-Wdocumentation]
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 David MajnemerRevert "COFF: Let globals with private linkage reside...
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-03-17 Michael ZolotukhinTTI: Add getCallInstrCost.
2015-03-17 Rafael EspindolaRemove the error prone GetTempSymbol API.
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Akira Hatanaka[AsmPrinter] Use the per-function subtarget to emit...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-11 Rafael EspindolaPut jump tables in unique sections on COFF.
2015-03-10 Bruno Cardoso Lopes[AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Chad Rosier[BranchFolding] Remove MMOs during tail merge to preser...
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-07 Simon Pilgrim[DAGCombiner] Add a shuffle mask commutation helper...
2015-03-06 Frederic RissAdd DIEInteger::setValue() method.
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-05 Benjamin KramerSDAG: Merge the meat of two ExpandAtomic implementations.
2015-03-04 Sanjay Pateldon't repeat class / function / variable names in comme...
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
next