summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Fix alignment of trailing multiline columns.Daniel Jasper2016-02-012-10/+22
* clang-format: [JS] Treat "in" as a proper operator.Daniel Jasper2016-02-012-0/+21
* WebAssembly NFC: simplify control flowJF Bastien2016-02-011-43/+63
* DWARF RenderScript vendor extensionEwan Crawford2016-02-011-0/+1
* ScopInfo: Drop dead code in schedule descriptionTobias Grosser2016-02-011-9/+0
* AVX512: fix mask handling for gather/scatter/prefetch intrinsics.Igor Breger2016-02-012-43/+77
* [analyzer] Use a wider integer type for an array index.Artem Dergachev2016-02-012-1/+40
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-014-15/+58
* [X86][SSE] Find source of the inserted element of INSERTPSSimon Pilgrim2016-02-012-19/+33
* AVX512 : Fix SETCCE lowering for KNL 32 bit.Igor Breger2016-02-012-19/+68
* [dsymutil] Skip mach-o paired relocationsFrederic Riss2016-02-011-0/+34
* [X86] Cleanup the WinEHState passDavid Majnemer2016-02-011-25/+14
* [dsymutil] Support scattered relocs.Frederic Riss2016-02-015-2/+228
* Revert r258580 and r258581.David Majnemer2016-02-015-213/+4
* ScopInfo: use std::distance to shorten code [NFC]Tobias Grosser2016-02-011-6/+1
* [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper2016-02-015-15/+11
* Mark DR1250 as implementedDavid Majnemer2016-02-013-13/+19
* [MCDwarf] Fix encoding of line tables with weird custom parametersFrederic Riss2016-01-313-2/+185
* Replace utostr_32 use with utostr to match removal from llvm.Craig Topper2016-01-311-1/+1
* cmake: Add additional libraries to fix the darwin shared library buildTobias Grosser2016-01-311-0/+7
* Remove utostr_32 as it has no uses anymore.Craig Topper2016-01-311-16/+0
* Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less ...Craig Topper2016-01-311-20/+20
* Merge utohex_buffer into utohexstr, it's only caller. Also change utohexstr t...Craig Topper2016-01-311-21/+6
* add helper function for minnum/maxnum ; NFCSanjay Patel2016-01-311-74/+80
* use range-based for loop; NFCSanjay Patel2016-01-311-3/+3
* fix formatting; NFCSanjay Patel2016-01-311-13/+13
* simplify; NFCSanjay Patel2016-01-311-8/+5
* clean up; NFCSanjay Patel2016-01-311-57/+60
* WebAssembly: more failures are goneJF Bastien2016-01-311-24/+0
* WebAssembly: update expected failuresJF Bastien2016-01-311-16/+0
* [dsymutil] Fix FileCheck command.Frederic Riss2016-01-311-1/+1
* [dsymutil] Fix handling of common symbols.Frederic Riss2016-01-319-16/+43
* [dsymutil] Allow debug map mappings with no object file address. NFCFrederic Riss2016-01-314-21/+31
* Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less e...Craig Topper2016-01-311-1/+1
* [SelectionDAG] Eliminate exponential behavior in WalkChainUsersTim Shen2016-01-311-5/+20
* No need to use utostr/utohexstr when writing into a raw_ostream. NFCCraig Topper2016-01-311-24/+30
* Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...Craig Topper2016-01-311-1/+1
* Use std::end instead of repeating buffer sizes.Craig Topper2016-01-312-7/+7
* [Parser] Update CachedTokens while parsing ObjectiveC template argument listBruno Cardoso Lopes2016-01-314-0/+57
* No need to use utostr when putting integers into a raw_ostream. NFCCraig Topper2016-01-311-5/+5
* Convert an unsigned to Twine instead of using utostr since we're already buil...Craig Topper2016-01-311-1/+1
* Convert int to Twine instead of using utostr since it was already being added...Craig Topper2016-01-311-1/+1
* [doc] improve the doc for CUDAJingyue Wu2016-01-301-17/+21
* [WebAssembly] Fix uses of FrameIndex as store valuesDerek Schuff2016-01-303-6/+17
* WebAssembly: don't optimize frameindex storeJF Bastien2016-01-303-6/+24
* [AST] Pull simple method inline.Benjamin Kramer2016-01-302-5/+3
* WebAssembly NFC: fix build warningJF Bastien2016-01-301-3/+3
* assert(false) -> llvm_unreachable().Davide Italiano2016-01-303-3/+3
* Fix build with VS2015Ismail Donmez2016-01-301-0/+2
* [BasicAA] NFC - revised comment for function adjustToPointerSize()Gerolf Hoflehner2016-01-301-1/+1
OpenPOWER on IntegriCloud