Fix broken build
[oota-llvm.git] / lib / CodeGen /
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-08 Quentin Colombet[TargetInstrInfo] Fix the implementation of commuteInst...
2014-05-08 David BlaikieReapply r207876 (Try simplifying LexicalScopes ownershi...
2014-05-08 Hal FinkelFix a spelling error
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-07 Matt ArsenaultFix using wrong result type for setcc.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Zinovy Nis[BUG][REFACTOR]
2014-05-06 David BlaikieRevert "Try simplifying LexicalScopes ownership again."
2014-05-06 Benjamin KramerTTI: Estimate @llvm.fmuladd cost as fmul + fadd when...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-02 David BlaikieTry simplifying LexicalScopes ownership again.
2014-05-02 Benjamin KramerSatisfy GCC's urgent need for parentheses around ‘...
2014-05-02 Tim NorthoverDAGCombine: prevent formation of illegal ConstantFP...
2014-05-02 Benjamin KramerAllow SelectionDAG::FoldConstantArithmetic to work...
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 BlaikieForgotten reformatting.
2014-04-30 David BlaikieLexicalScopes: use unique_ptr to own LexicalScope objects.
2014-04-30 Alexey SamsonovUse a single data structure to store all user variables...
2014-04-30 David BlaikieRevert "Emit DW_AT_object_pointer once, on the declarat...
2014-04-30 Joerg SonnenbergerPrepare support of Itanium ABI on ARM as opposed to...
2014-04-30 David BlaikieDebugInfo: Omit DW_AT_artificial on DW_TAG_formal_param...
2014-04-30 Alexey SamsonovConvert more loops to range-based equivalents
2014-04-30 Alexey SamsonovSlightly simplify code in DwarfDebug::beginFunction
2014-04-30 Alexey SamsonovMove logic for calculating DBG_VALUE history map into...
2014-04-30 David BlaikieEmit DW_AT_object_pointer once, on the declaration...
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-30 Reid KlecknerFix the clang-cl self-host build by defining ~DwarfDebu...
2014-04-30 Alexey SamsonovConvert several loops over MachineFunction basic blocks...
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-29 David BlaikieFix some 80 cols violations committed in r207539
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Jim GrosbachTidy up whitespace.
2014-04-29 David BlaikieDwarfDebug: Split the initialization of abstract and...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 David BlaikieRemove DwarfUnit::LabelRange since it's unused.
2014-04-28 David BlaikieAddressPool::HasBeenUsed: Add comment explaining the...
2014-04-28 David BlaikieDIE: Document some learnings about why the world isn...
2014-04-28 David BlaikieSatisfy sub-optimal GCC warning.
2014-04-28 Eric ChristopherWe already calculate WideVT above, just reuse it.
2014-04-28 Eli BenderskyAdd (...) around && clause to appeace gcc 4.8's warning
2014-04-28 David BlaikieDebugInfo: Just store the DIE by value in the DwarfUnit
2014-04-28 David BlaikiePass DIEs to DwarfUnit constructors by unique_ptr.
2014-04-28 Eric ChristopherReformat, 80-col, tab characters, etc.
2014-04-28 David BlaikieImprove explicit memory ownership of DIEs
2014-04-28 David BlaikieDwarfDebug: Omit DW_AT_object_pointer on inlined_subrou...
2014-04-28 Craig TopperConvert more SelectionDAG functions to use ArrayRef.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert AddNodeIDNode and SelectionDAG::getNodeIfExiist...
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 Benjamin KramerX86TTI: Adjust sdiv cost now that we can lower it on...
2014-04-27 Adrian PrantlDebug info: Refactor EmitDwarfRegOpPiece to be a member...
2014-04-27 Adrian PrantlDebug Info: Prepare DebugLocEntry to handle more than...
2014-04-27 Benjamin KramerMake helper functions static.
2014-04-27 David BlaikieRemove redundant explicit default initialization of...
2014-04-27 NAKAMURA TakumiAdd the default constructor DwarfAccelTable::DataArray...
2014-04-27 Benjamin KramerSelectionDAG: Aggressively fold shuffles of constant...
2014-04-26 Benjamin KramerDAGCombiner: Simplify code a bit, make more transforms...
2014-04-26 David BlaikieDwarfDebug: Roll argument into call.
2014-04-26 David BlaikieDebugInfo: Fix and test a regression caused by r207263...
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-26 David BlaikieDWARF Type Units: Avoid emitting type units under fissi...
2014-04-26 David BlaikieDwarfDebug: Minor refactoring around type unit construction
2014-04-26 Benjamin KramerRip out X86-specific vector SDIV lowering, make the...
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-26 Juergen Ributzka[DAG] During DAG legalization keep opaque constants...
2014-04-25 Eric ChristopherMake sure that rangelists are also relative to the...
2014-04-25 David BlaikieDwarfAccelTable: Store the string symbol in the acceler...
2014-04-25 David BlaikieEncapsulate the DWARF string pool in a separate type.
2014-04-25 Adrian PrantlThis reapplies r207235 with an additional bugfixes...
2014-04-25 David BlaikieDwarfUnit: Remove unused function
2014-04-25 David BlaikieDIE: Pass ownership of children via std::unique_ptr...
2014-04-25 David BlaikieDIEEntry: Refer to the specified DIE via reference...
2014-04-25 David BlaikieDwarfUnit: return by reference from createAndAddDIE
2014-04-25 David BlaikieReturn DIE by reference instead of pointer from DwarfUn...
2014-04-25 David BlaikieDwarfUnit: Suddently, DIE references, everywhere.
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 David BlaikieRefactor some common logic in DwarfUnit::constructVaria...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 David BlaikieAdd missing cpp file header
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 SmithRemove C++11ism (specializing a template in a surroundi...
2014-04-24 Richard Smith[modules] "Specialize" a function by actually specializ...
next