summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* MC: range-loopifySaleem Abdulrasool2014-04-28
* Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth2014-04-28
* Update the Windows TimeValue formatting to match the new formatting onChandler Carruth2014-04-28
* Update tests to use the new format of printing a TimeValue. It's a bitChandler Carruth2014-04-28
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-27
* CodeGen/AsmPrinter.h: Fix \param in r207369. [-Wdocumentation]NAKAMURA Takumi2014-04-27
* Convert AddNodeIDNode and SelectionDAG::getNodeIfExiists to use ArrayRef<SDVa...Craig Topper2014-04-27
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-27
* Fix an assert I accidentally broke to hopefully fix the build bots.Craig Topper2014-04-27
* Convert SelectionDAGISel::MorphNode to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::MorphNodeTo to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-27
* Convert one last signature of getNode to take an ArrayRef of SDUse.Craig Topper2014-04-27
* Convert SDNode constructor to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-27
* Const-correct SelectionDAG::getAtomic.Craig Topper2014-04-27
* Clarify the doxygen comment for AsmPrinter::EmitDwarfRegOpPiece and addAdrian Prantl2014-04-27
* X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.Benjamin Kramer2014-04-27
* X86: If SSE4.1 is missing lower SMUL_LOHI of v4i32 to pmuludq and fix up the ...Benjamin Kramer2014-04-27
* Debug info: Refactor EmitDwarfRegOpPiece to be a member function ofAdrian Prantl2014-04-27
* Debug Info: Prepare DebugLocEntry to handle more than a single value perAdrian Prantl2014-04-27
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-27
* MC: duplicate .file test for WoA (SVN r207341)Saleem Abdulrasool2014-04-27
* Make helper functions static.Benjamin Kramer2014-04-27
* Remove redundant explicit default initialization of non-trivially constructed...David Blaikie2014-04-27
* Add the default constructor DwarfAccelTable::DataArray() to initialize (MCSym...NAKAMURA Takumi2014-04-27
* Revert r206989, "Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak."...NAKAMURA Takumi2014-04-27
* Update test not to check for a shuffle of an all-zero vector.Benjamin Kramer2014-04-27
* SelectionDAG: Aggressively fold shuffles of constant splats.Benjamin Kramer2014-04-27
* ARM: MSVC does not support = defaultSaleem Abdulrasool2014-04-27
* MC: restore behaviour of defaulting to ELFSaleem Abdulrasool2014-04-27
* tests: Windows ARM now supports object emissionSaleem Abdulrasool2014-04-27
* COFF: move ARM COFF test to ARM directorySaleem Abdulrasool2014-04-27
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-27
* MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool2014-04-27
* MC: style tweaks to WinCOFFStreamerSaleem Abdulrasool2014-04-27
* ARM: Support SingleParameterDotFile on WoASaleem Abdulrasool2014-04-27
* [LCG] Re-organize the methods for mutating a call graph to make theirChandler Carruth2014-04-27
* DAGCombiner: Simplify code a bit, make more transforms work with vectors.Benjamin Kramer2014-04-26
* [LCG] Add some pedantry to the use of ptrdiff_t to appease build bots.Chandler Carruth2014-04-26
* [LCG] Eliminate more boiler plate by using the iterator facade baseChandler Carruth2014-04-26
* [LCG] Switch the node iterator to use the new fancy adaptor base. ThisChandler Carruth2014-04-26
* DwarfDebug: Roll argument into call.David Blaikie2014-04-26
* DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...David Blaikie2014-04-26
* Mark the growing path in SmallVector::push_back as cold.Benjamin Kramer2014-04-26
* Replace std::vector with SmallVector for some small, known size vectors.Craig Topper2014-04-26
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-26
* Trivial test commit.Dan Liew2014-04-26