summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix very poor compile-time in PR19499 due to excessive tree walks inChandler Carruth2014-04-281-0/+15
* clang-format: Improve binary operator detection.Daniel Jasper2014-04-282-1/+2
* If building with LLVM_ENABLE_DOXYGEN and using CMake thenDan Liew2014-04-281-1/+1
* [inliner] Significantly improve the compile time in cases like PR19499Chandler Carruth2014-04-282-3/+83
* clang-format: Fixes spaces in case statements.Daniel Jasper2014-04-282-2/+7
* [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.Hao Liu2014-04-282-10/+18
* clang-format: Don't wrap after @interface.Daniel Jasper2014-04-282-0/+12
* [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.Hao Liu2014-04-282-2/+23
* Fixed up lldb-gdbserver to match slightly different debugserver listener host...Todd Fiala2014-04-282-2/+11
* Convert more SelectionDAG functions to use ArrayRef.Craig Topper2014-04-2810-43/+42
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-282-10/+12
* Added two new test types: @debugserver_test and @llgs_test.Todd Fiala2014-04-284-38/+157
* [C++] Use 'nullptr'.Craig Topper2014-04-28124-341/+350
* MC: range-loopifySaleem Abdulrasool2014-04-281-62/+49
* libclang: split out the documentation comment APIAlp Toker2014-04-286-536/+574
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-284-49/+9
* CodeGen: remove an unused variableSaleem Abdulrasool2014-04-281-3/+0
* Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth2014-04-281-5/+10
* Update the Windows TimeValue formatting to match the new formatting onChandler Carruth2014-04-281-9/+5
* Update tests to use the new format of printing a TimeValue. It's a bitChandler Carruth2014-04-282-13/+13
* [SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a m...Argyrios Kyrtzidis2014-04-282-1/+12
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-272-4/+8
* CodeGen/AsmPrinter.h: Fix \param in r207369. [-Wdocumentation]NAKAMURA Takumi2014-04-271-2/+2
* Convert AddNodeIDNode and SelectionDAG::getNodeIfExiists to use ArrayRef<SDVa...Craig Topper2014-04-273-44/+43
* [Index/DocComments] When cloning a full comment, pick the template parameters...Argyrios Kyrtzidis2014-04-272-0/+17
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-275-30/+35
* Fix an assert I accidentally broke to hopefully fix the build bots.Craig Topper2014-04-271-1/+1
* Convert SelectionDAGISel::MorphNode to use ArrayRef.Craig Topper2014-04-272-6/+4
* Convert SelectionDAG::MorphNodeTo to use ArrayRef.Craig Topper2014-04-276-15/+18
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-278-68/+60
* Convert one last signature of getNode to take an ArrayRef of SDUse.Craig Topper2014-04-274-11/+11
* Convert SDNode constructor to use ArrayRef.Craig Topper2014-04-272-19/+16
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-2719-74/+71
* Const-correct SelectionDAG::getAtomic.Craig Topper2014-04-273-5/+5
* Clarify the doxygen comment for AsmPrinter::EmitDwarfRegOpPiece and addAdrian Prantl2014-04-272-9/+16
* X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.Benjamin Kramer2014-04-273-3/+8
* X86: If SSE4.1 is missing lower SMUL_LOHI of v4i32 to pmuludq and fix up the ...Benjamin Kramer2014-04-272-25/+57
* Debug info: Refactor EmitDwarfRegOpPiece to be a member function ofAdrian Prantl2014-04-272-18/+55
* Debug Info: Prepare DebugLocEntry to handle more than a single value perAdrian Prantl2014-04-272-90/+86
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-277-20/+4
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-273-42/+13
* MC: duplicate .file test for WoA (SVN r207341)Saleem Abdulrasool2014-04-272-7/+24
* Now with correct -disable-checks=Alexander Kornienko2014-04-271-1/+1
* Specify checks in a more reliable way.Alexander Kornienko2014-04-271-1/+1
* remove less relevant information + about packaging/Mac OS X + link to cfe-devSylvestre Ledru2014-04-272-4/+3
* Remove no longer relevant information in the gcc/llvm comparison page + minor...Sylvestre Ledru2014-04-271-9/+2
* remove useless codeSylvestre Ledru2014-04-271-1/+0
* Make helper functions static.Benjamin Kramer2014-04-272-3/+3
* Remove deprecated information about performances:Sylvestre Ledru2014-04-271-57/+4
* Remove redundant explicit default initialization of non-trivially constructed...David Blaikie2014-04-271-1/+1
OpenPOWER on IntegriCloud