[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and...
[oota-llvm.git] / lib /
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Hao Liu[ARM64]Fix a bug about incorrect operand order in an...
2014-04-29 Michael ZolotukhinFix a typo in comment
2014-04-29 Hao Liu[ARM64]Fix a bug when lowering shuffle vector to an...
2014-04-29 Eric ChristopherNone of these targets actually define their own CFI_INS...
2014-04-29 Eric Christopher80-column fixups.
2014-04-29 Eric Christopher80-column, tab characters, comment fixups.
2014-04-29 Eric ChristopherFix 80-columns, tab characters, and comments.
2014-04-28 David BlaikieRemove DwarfUnit::LabelRange since it's unused.
2014-04-28 Chandler CarruthRevert r207271 for now. This commit introduced a test...
2014-04-28 Alexey Samsonov[DWARF parser] DWARFDebugFrame: Make FrameEntry struct...
2014-04-28 David BlaikieAddressPool::HasBeenUsed: Add comment explaining the...
2014-04-28 Alexey Samsonov[DWARF parser] DWARFDebugFrame: use unique_ptr instead...
2014-04-28 David BlaikieDIE: Document some learnings about why the world isn...
2014-04-28 Alexey Samsonov[DWARF parser] Simplify DWARFDebugAranges generation.
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 Rafael EspindolaAdd an option for evaluating past symbols.
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 Duncan P. N. Exon... blockfreq: Remove more extra typenames from r207438
2014-04-28 Duncan P. N. Exon... Reapply "blockfreq: Approximate irreducible control...
2014-04-28 Quentin Colombet[X86] Add more details in the comments of X86TargetLowe...
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-28 Peter CollingbourneModify the assertion in DIBuilder.cpp to cover the...
2014-04-28 Hans WennborgInstCombine: don't drop 'inalloca' in PromoteCastOfAllo...
2014-04-28 Rafael EspindolaSimplify ELFObjectWriter::ExecutePostLayoutBinding.
2014-04-28 Chad Rosier[ARM64] Fix an issue where we were always assuming...
2014-04-28 Rafael EspindolaSimplify isLocal().
2014-04-28 Tim NorthoverARM: stop passing unused values up the TableGen hierarchy.
2014-04-28 Rafael EspindolaDon't include an invalid symbol in the symbol table.
2014-04-28 Rafael EspindolaProduce an error instead of a crash in an expr we canno...
2014-04-28 Patrik HagglundFix gcc -Wsign-compare warning in X86DisassemblerTables...
2014-04-28 Tim NorthoverARM64: diagnose use of v16-v31 in certain indexed NEON...
2014-04-28 Chandler Carruth[LCG] Add the most basic of edge insertion to the lazy...
2014-04-28 Chandler Carruth[LCG] Make the return of the IntraSCC removal method...
2014-04-28 Chandler CarruthFix rampant quadratic behavior in UpdatePHINodes. The...
2014-04-28 Chandler Carruth[inliner] Significantly improve the compile time in...
2014-04-28 Hao Liu[ARM64]Fix a bug cannot select UQSHL/SQSHL with constan...
2014-04-28 Craig TopperConvert more SelectionDAG functions to use ArrayRef.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-28 Saleem AbdulrasoolMC: range-loopify
2014-04-28 Chandler CarruthUse raw_ostream and Format.h on Windows so that we...
2014-04-28 Chandler CarruthUpdate the Windows TimeValue formatting to match the...
2014-04-27 Chandler CarruthTeach the pass manager's execution dump to print the...
2014-04-27 Craig TopperConvert AddNodeIDNode and SelectionDAG::getNodeIfExiist...
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
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 Benjamin KramerX86: If SSE4.1 is missing lower SMUL_LOHI of v4i32...
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 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
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-27 Saleem AbdulrasoolARM: MSVC does not support = default
2014-04-27 Saleem AbdulrasoolMC: restore behaviour of defaulting to ELF
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-27 Saleem AbdulrasoolMC: rename WinCOFFStreamer and move declaration out...
2014-04-27 Saleem AbdulrasoolMC: style tweaks to WinCOFFStreamer
2014-04-27 Saleem AbdulrasoolARM: Support SingleParameterDotFile on WoA
2014-04-27 Chandler Carruth[LCG] Re-organize the methods for mutating a call graph...
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 TopperReplace std::vector with SmallVector for some small...
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 Benjamin KramerPrint X86ISD::PMULDQ nodes properly in debug output.
2014-04-26 David BlaikieDwarfDebug: Minor refactoring around type unit construction
2014-04-26 Benjamin KramerX86TTI: i16/i32 vector div with a constant (splat)...
2014-04-26 Benjamin KramerX86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1...
2014-04-26 Benjamin KramerX86: Add patterns for MULHU/MULHS of v8i16 and v16i16.
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 Benjamin KramerX86: Custom lower v4i32 UMUL_LOHI into 2 pmuludqs.
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-26 Chandler Carruth[LCG] Rather than removing nodes from the SCC entry...
2014-04-26 Chandler Carruth[LCG] Rotate the full SCC finding algorithm to avoid...
2014-04-26 Chandler Carruth[LCG] Hoist the main DFS loop out of the edge removal...
next