Add support for missed and analysis optimization remarks.
[oota-llvm.git] / include / llvm / CodeGen /
2014-05-21 Eric ChristopherRemove getTargetLowering from TargetPassConfig as the...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-16 Pete CooperUse a sized enum for MachineOperandType. No functional...
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Jay FoadUpdate the comments for ComputeMaskedBits, which lost...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-12 Pete CooperUse a logical not when inverting SetCC. This unfortuna...
2014-05-11 David BlaikieDebugInfo: Include lexical scopes in inlined subroutines.
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-09 Rafael EspindolaDon't indent inside a namespace. Don't duplicate a...
2014-05-08 David BlaikieReapply r207876 (Try simplifying LexicalScopes ownershi...
2014-05-07 Matt ArsenaultFix using wrong result type for setcc.
2014-05-06 David BlaikieRevert "Try simplifying LexicalScopes ownership again."
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 David BlaikieUpdate comment from a recent commit.
2014-05-05 Rafael EspindolaRemove the -disable-cfi option.
2014-05-02 David BlaikieTry simplifying LexicalScopes ownership again.
2014-05-01 Juergen Ributzka[Stackmaps] Pacify windows buildbot.
2014-05-01 Juergen Ributzka[Stackmaps] Add command line option to specify the...
2014-05-01 Juergen Ributzka[Stackmaps] Refactor serialization code. No functional...
2014-05-01 Juergen Ributzka[Stackmaps] Replace the custom ConstantPool class with...
2014-05-01 Richard SmithSpeculatively roll back r207724-r207726, which are...
2014-04-30 David BlaikieLexicalScopes: Use unique_ptr to manage ownership of...
2014-04-30 David BlaikieLexicalScopes: use unique_ptr to own LexicalScope objects.
2014-04-28 Craig TopperConvert more SelectionDAG functions to use ArrayRef.
2014-04-27 NAKAMURA TakumiCodeGen/AsmPrinter.h: Fix \param in r207369. [-Wdocumen...
2014-04-27 Craig TopperConvert AddNodeIDNode and SelectionDAG::getNodeIfExiist...
2014-04-27 Craig TopperFix an assert I accidentally broke to hopefully fix...
2014-04-27 Craig TopperConvert SelectionDAGISel::MorphNode to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::MorphNodeTo to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-27 Craig TopperConvert one last signature of getNode to take an ArrayR...
2014-04-27 Craig TopperConvert SDNode constructor to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-27 Craig TopperConst-correct SelectionDAG::getAtomic.
2014-04-27 Adrian PrantlClarify the doxygen comment for AsmPrinter::EmitDwarfRe...
2014-04-27 Adrian PrantlDebug info: Refactor EmitDwarfRegOpPiece to be a member...
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-26 Craig TopperRemove an unused version of getMemIntrinsicNode and...
2014-04-25 Adrian PrantlThis reapplies r207235 with an additional bugfixes...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "Debug info for optimized code: Support variable...
2014-04-24 Richard SmithFunction defined in a header should be inline. Found...
2014-04-24 Richard Smith[modules] "Specialize" a function by actually specializ...
2014-04-24 Adrian PrantlDebug info for optimized code: Support variables that...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-21 David BlaikieUse unique_ptr to manage objects owned by the ScheduleD...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-18 Benjamin KramerMake the copy member of StringRef/ArrayRef generic...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-16 Jim Grosbach[c++11] Tidy up AsmPrinter.cpp.
2014-04-16 Jim Grosbachiterator_range for machine block terminators.
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-15 Tim NorthoverFastISel: constrain the RegClass of operands when emitt...
2014-04-15 Nick LewyckyFix broken build of llvm using clang.
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCFunctionInfos...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCStrategy object...
2014-04-15 Jim GrosbachAdd iterator_range for MachineInstr defs.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-11 Duncan P. N. Exon... blockfreq: Remove unnecessary template parameters
2014-04-11 Duncan P. N. Exon... blockfreq: Rename BlockFrequencyImpl to BlockFrequencyI...
2014-04-11 Matt ArsenaultMove ExtractVectorElements to SelectionDAG.
2014-04-11 Jim GrosbachSDNode: Add uses() iterator_range convenience methods.
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-10 Adrian PrantlRevert "Follow-up to r205973: change the return type...
2014-04-10 Adrian PrantlFollow-up to r205973: change the return type to const...
2014-04-10 Adrian PrantlDebug info: Factor the retrieving of the DIVariable...
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-05 David BlaikieMachineInstr: introduce explicit_operands and implicit_...
2014-04-05 David BlaikieRemove unnecessary "inline" of inline defined member...
2014-04-04 Jim GrosbachTidy up naming.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-04 Jim GrosbachFix spelling. Sigh.
2014-04-04 Jim GrosbachAdd iterator_ranges for block pred/succ.
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-30 Lang Hames[PBQP] Move invalid graph nodeId/edgeId methods into...
2014-03-29 Tim NorthoverMake GetCPISymbol a virtual method.
2014-03-27 David BlaikiePBQP: Minor cleanups to r204857
2014-03-26 Lang HamesSimplify PBQP graph removeAdjEdgeId implementation.
2014-03-26 Lang HamesRemove PBQP-cost dimension sanity assertion in PBQP...
2014-03-26 Lang HamesChange the PBQP graph adjacency list structure from...
2014-03-25 Duncan P. N. Exon... blockfreq: Implement Pass::releaseMemory()
2014-03-25 Duncan P. N. Exon... blockfreq: Use const in MachineBlockFrequencyInfo
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-22 Andrea Di Biagio[DAG] Fix an assertion failure caused by an invalid...
next