2014-04-29 |
Craig Topper | [C++11] Add 'override' keywords and remove 'virtual... |
tree | commitdiff |
2014-04-29 |
Craig Topper | [C++11] Add 'override' keywords and remove 'virtual... |
tree | commitdiff |
2014-04-29 |
Craig Topper | [C++11] Add 'override' keywords and remove 'virtual... |
tree | commitdiff |
2014-04-29 |
Craig Topper | [C++11] Add 'override' keywords and remove 'virtual... |
tree | commitdiff |
2014-04-29 |
Craig Topper | [C++11] Add 'override' keywords and remove 'virtual... |
tree | commitdiff |
2014-04-29 |
Craig Topper | [C++11] Add 'override' keywords and remove 'virtual... |
tree | commitdiff |
2014-04-29 |
Hao Liu | [ARM64]Fix a bug about incorrect operand order in an... |
tree | commitdiff |
2014-04-29 |
Michael Zolotukhin | Fix a typo in comment |
tree | commitdiff |
2014-04-29 |
Hao Liu | [ARM64]Fix a bug when lowering shuffle vector to an... |
tree | commitdiff |
2014-04-29 |
Eric Christopher | None of these targets actually define their own CFI_INS... |
tree | commitdiff |
2014-04-29 |
Eric Christopher | 80-column fixups. |
tree | commitdiff |
2014-04-29 |
Eric Christopher | 80-column, tab characters, comment fixups. |
tree | commitdiff |
2014-04-29 |
Eric Christopher | Fix 80-columns, tab characters, and comments. |
tree | commitdiff |
2014-04-28 |
David Blaikie | Remove DwarfUnit::LabelRange since it's unused. |
tree | commitdiff |
2014-04-28 |
Chandler Carruth | Revert r207271 for now. This commit introduced a test... |
tree | commitdiff |
2014-04-28 |
Alexey Samsonov | [DWARF parser] DWARFDebugFrame: Make FrameEntry struct... |
tree | commitdiff |
2014-04-28 |
David Blaikie | AddressPool::HasBeenUsed: Add comment explaining the... |
tree | commitdiff |
2014-04-28 |
Alexey Samsonov | [DWARF parser] DWARFDebugFrame: use unique_ptr instead... |
tree | commitdiff |
2014-04-28 |
David Blaikie | DIE: Document some learnings about why the world isn... |
tree | commitdiff |
2014-04-28 |
Alexey Samsonov | [DWARF parser] Simplify DWARFDebugAranges generation. |
tree | commitdiff |
2014-04-28 |
David Blaikie | Satisfy sub-optimal GCC warning. |
tree | commitdiff |
2014-04-28 |
Eric Christopher | We already calculate WideVT above, just reuse it. |
tree | commitdiff |
2014-04-28 |
Eli Bendersky | Add (...) around && clause to appeace gcc 4.8's warning |
tree | commitdiff |
2014-04-28 |
David Blaikie | DebugInfo: Just store the DIE by value in the DwarfUnit |
tree | commitdiff |
2014-04-28 |
David Blaikie | Pass DIEs to DwarfUnit constructors by unique_ptr. |
tree | commitdiff |
2014-04-28 |
Rafael Espindola | Add an option for evaluating past symbols. |
tree | commitdiff |
2014-04-28 |
Eric Christopher | Reformat, 80-col, tab characters, etc. |
tree | commitdiff |
2014-04-28 |
David Blaikie | Improve explicit memory ownership of DIEs |
tree | commitdiff |
2014-04-28 |
David Blaikie | DwarfDebug: Omit DW_AT_object_pointer on inlined_subrou... |
tree | commitdiff |
2014-04-28 |
Duncan P. N. Exon... | blockfreq: Remove more extra typenames from r207438 |
tree | commitdiff |
2014-04-28 |
Duncan P. N. Exon... | Reapply "blockfreq: Approximate irreducible control... |
tree | commitdiff |
2014-04-28 |
Quentin Colombet | [X86] Add more details in the comments of X86TargetLowe... |
tree | commitdiff |
2014-04-28 |
Juergen Ributzka | [PM] Add pass run listeners to the pass manager. |
tree | commitdiff |
2014-04-28 |
Peter Collingbourne | Modify the assertion in DIBuilder.cpp to cover the... |
tree | commitdiff |
2014-04-28 |
Hans Wennborg | InstCombine: don't drop 'inalloca' in PromoteCastOfAllo... |
tree | commitdiff |
2014-04-28 |
Rafael Espindola | Simplify ELFObjectWriter::ExecutePostLayoutBinding. |
tree | commitdiff |
2014-04-28 |
Chad Rosier | [ARM64] Fix an issue where we were always assuming... |
tree | commitdiff |
2014-04-28 |
Rafael Espindola | Simplify isLocal(). |
tree | commitdiff |
2014-04-28 |
Tim Northover | ARM: stop passing unused values up the TableGen hierarchy. |
tree | commitdiff |
2014-04-28 |
Rafael Espindola | Don't include an invalid symbol in the symbol table. |
tree | commitdiff |
2014-04-28 |
Rafael Espindola | Produce an error instead of a crash in an expr we canno... |
tree | commitdiff |
2014-04-28 |
Patrik Hagglund | Fix gcc -Wsign-compare warning in X86DisassemblerTables... |
tree | commitdiff |
2014-04-28 |
Tim Northover | ARM64: diagnose use of v16-v31 in certain indexed NEON... |
tree | commitdiff |
2014-04-28 |
Chandler Carruth | [LCG] Add the most basic of edge insertion to the lazy... |
tree | commitdiff |
2014-04-28 |
Chandler Carruth | [LCG] Make the return of the IntraSCC removal method... |
tree | commitdiff |
2014-04-28 |
Chandler Carruth | Fix rampant quadratic behavior in UpdatePHINodes. The... |
tree | commitdiff |
2014-04-28 |
Chandler Carruth | [inliner] Significantly improve the compile time in... |
tree | commitdiff |
2014-04-28 |
Hao Liu | [ARM64]Fix a bug cannot select UQSHL/SQSHL with constan... |
tree | commitdiff |
2014-04-28 |
Craig Topper | Convert more SelectionDAG functions to use ArrayRef. |
tree | commitdiff |
2014-04-28 |
Craig Topper | [C++] Use 'nullptr'. |
tree | commitdiff |
2014-04-28 |
Saleem Abdulrasool | MC: range-loopify |
tree | commitdiff |
2014-04-28 |
Chandler Carruth | Use raw_ostream and Format.h on Windows so that we... |
tree | commitdiff |
2014-04-28 |
Chandler Carruth | Update the Windows TimeValue formatting to match the... |
tree | commitdiff |
2014-04-27 |
Chandler Carruth | Teach the pass manager's execution dump to print the... |
tree | commitdiff |
2014-04-27 |
Craig Topper | Convert AddNodeIDNode and SelectionDAG::getNodeIfExiist... |
tree | commitdiff |
2014-04-27 |
Rafael Espindola | Add emitThumbSet to the arm target streamer. |
tree | commitdiff |
2014-04-27 |
Craig Topper | Convert SelectionDAGISel::MorphNode to use ArrayRef. |
tree | commitdiff |
2014-04-27 |
Craig Topper | Convert SelectionDAG::MorphNodeTo to use ArrayRef. |
tree | commitdiff |
2014-04-27 |
Craig Topper | Convert SelectionDAG::SelectNodeTo to use ArrayRef. |
tree | commitdiff |
2014-04-27 |
Craig Topper | Convert one last signature of getNode to take an ArrayR... |
tree | commitdiff |
2014-04-27 |
Craig Topper | Convert SDNode constructor to use ArrayRef. |
tree | commitdiff |
2014-04-27 |
Craig Topper | Convert SelectionDAG::getMergeValues to use ArrayRef. |
tree | commitdiff |
2014-04-27 |
Craig Topper | Const-correct SelectionDAG::getAtomic. |
tree | commitdiff |
2014-04-27 |
Adrian Prantl | Clarify the doxygen comment for AsmPrinter::EmitDwarfRe... |
tree | commitdiff |
2014-04-27 |
Benjamin Kramer | X86TTI: Adjust sdiv cost now that we can lower it on... |
tree | commitdiff |
2014-04-27 |
Benjamin Kramer | X86: If SSE4.1 is missing lower SMUL_LOHI of v4i32... |
tree | commitdiff |
2014-04-27 |
Adrian Prantl | Debug info: Refactor EmitDwarfRegOpPiece to be a member... |
tree | commitdiff |
2014-04-27 |
Adrian Prantl | Debug Info: Prepare DebugLocEntry to handle more than... |
tree | commitdiff |
2014-04-27 |
Rafael Espindola | Make getOrCreateSymbolData non virtual. |
tree | commitdiff |
2014-04-27 |
Rafael Espindola | Avoid using MCSymbolData on the asm streamer. |
tree | commitdiff |
2014-04-27 |
Benjamin Kramer | Make helper functions static. |
tree | commitdiff |
2014-04-27 |
David Blaikie | Remove redundant explicit default initialization of... |
tree | commitdiff |
2014-04-27 |
NAKAMURA Takumi | Add the default constructor DwarfAccelTable::DataArray... |
tree | commitdiff |
2014-04-27 |
Benjamin Kramer | SelectionDAG: Aggressively fold shuffles of constant... |
tree | commitdiff |
2014-04-27 |
Saleem Abdulrasool | ARM: MSVC does not support = default |
tree | commitdiff |
2014-04-27 |
Saleem Abdulrasool | MC: restore behaviour of defaulting to ELF |
tree | commitdiff |
2014-04-27 |
Saleem Abdulrasool | Add WoA object file emission support |
tree | commitdiff |
2014-04-27 |
Saleem Abdulrasool | MC: create X86WinCOFFStreamer for target specific behaviour |
tree | commitdiff |
2014-04-27 |
Saleem Abdulrasool | MC: rename WinCOFFStreamer and move declaration out... |
tree | commitdiff |
2014-04-27 |
Saleem Abdulrasool | MC: style tweaks to WinCOFFStreamer |
tree | commitdiff |
2014-04-27 |
Saleem Abdulrasool | ARM: Support SingleParameterDotFile on WoA |
tree | commitdiff |
2014-04-27 |
Chandler Carruth | [LCG] Re-organize the methods for mutating a call graph... |
tree | commitdiff |
2014-04-26 |
Benjamin Kramer | DAGCombiner: Simplify code a bit, make more transforms... |
tree | commitdiff |
2014-04-26 |
David Blaikie | DwarfDebug: Roll argument into call. |
tree | commitdiff |
2014-04-26 |
David Blaikie | DebugInfo: Fix and test a regression caused by r207263... |
tree | commitdiff |
2014-04-26 |
Craig Topper | Replace std::vector with SmallVector for some small... |
tree | commitdiff |
2014-04-26 |
Craig Topper | Convert getMemIntrinsicNode to take ArrayRef of SDValue... |
tree | commitdiff |
2014-04-26 |
Craig Topper | Convert SelectionDAG::getNode methods to use ArrayRef... |
tree | commitdiff |
2014-04-26 |
Craig Topper | Remove an unused version of getMemIntrinsicNode and... |
tree | commitdiff |
2014-04-26 |
David Blaikie | DWARF Type Units: Avoid emitting type units under fissi... |
tree | commitdiff |
2014-04-26 |
Benjamin Kramer | Print X86ISD::PMULDQ nodes properly in debug output. |
tree | commitdiff |
2014-04-26 |
David Blaikie | DwarfDebug: Minor refactoring around type unit construction |
tree | commitdiff |
2014-04-26 |
Benjamin Kramer | X86TTI: i16/i32 vector div with a constant (splat)... |
tree | commitdiff |
2014-04-26 |
Benjamin Kramer | X86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1... |
tree | commitdiff |
2014-04-26 |
Benjamin Kramer | X86: Add patterns for MULHU/MULHS of v8i16 and v16i16. |
tree | commitdiff |
2014-04-26 |
Benjamin Kramer | Rip out X86-specific vector SDIV lowering, make the... |
tree | commitdiff |
2014-04-26 |
Benjamin Kramer | DAGCombiner: Turn divs of vector splats into vectorized... |
tree | commitdiff |
2014-04-26 |
Benjamin Kramer | X86: Custom lower v4i32 UMUL_LOHI into 2 pmuludqs. |
tree | commitdiff |
2014-04-26 |
Michael Zolotukhin | Revert r206749 till a final decision about the intrinsi... |
tree | commitdiff |
2014-04-26 |
Chandler Carruth | [LCG] Rather than removing nodes from the SCC entry... |
tree | commitdiff |
next |