Debug info: Refactor EmitDwarfRegOpPiece to be a member function of
[oota-llvm.git] / include / llvm / CodeGen /
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...
2014-03-17 Owen AndersonReally REALLY finish adding const to the MachineRegiste...
2014-03-17 Matt ArsenaultMake DAGCombiner work on vector bitshifts with constant...
2014-03-17 Owen AndersonAdd one more const marker that I missed.
2014-03-17 Owen AndersonMark MachineRegisterInfo's iterator range methods as...
2014-03-17 Owen AndersonAdd iterator range definitions for the MachineRegisterI...
2014-03-17 Adam Nemet[VectorLegalizer/X86] Don't unvectorize fp_to_uint...
2014-03-17 Lang HamesDeleted copy-constructor/copy-assignment broke a buildb...
2014-03-17 Lang HamesRename PBQP RegAllocSolver local variables to conform...
2014-03-14 Patrik HagglundSeparate out MVT in a separate header file: MachineValu...
2014-03-14 Owen AndersonRevert r203883 (which was more of a bandaid) and fix...
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-13 Owen AndersonFix a subtle issue introduced my my recent changes...
2014-03-13 Ekaterina RomanovaFix for http://llvm.org/bugs/show_bug.cgi?id=18590
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-11 David BlaikieAccept Twine's to AsmPrinter::getTempSymbol (refactorin...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Matt ArsenaultAdd helpers for getting scalar sizes of vector value...
2014-03-10 Manuel JacobTest commit: Remove trailing whitespace.
2014-03-09 Benjamin KramerMachineModuleInfo: Turn nested std::pairs into a proper...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
2014-03-07 Eric ChristopherTwo part patch:
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael Espindolaclang-format a bit of code to make the next patch easie...
2014-03-07 Owen AndersonAdd iterator_range support for MachineInstr's operand...
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-06 Matt ArsenaultR600: Fix extloads from i8 / i16 to i64.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Oliver StannardARM: Correctly align arguments after a byval struct...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Timur IskhodzhanovRemove unused typedef
2014-03-04 Patrik HagglundFix gcc -Wunused-but-set-variable warning.
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: Prune @return in setNodeCosts, possibly...
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
next