summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add `#ifdef __cplusplus` around `extern "C"` in Compiler.h. NFC.Kuba Brecka2016-08-091-0/+4
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-0916-895/+1214
* AVX-512: A new test for FMA intrinsicElena Demikhovsky2016-08-091-0/+111
* [sanitizers] Make it possible to XFAIL on the effective target, not just the ...Daniel Sanders2016-08-0911-9/+76
* [ELF] - Removed dead code. NFC.George Rimar2016-08-092-9/+0
* [X86][XOP] Add support for combining target shuffles to VPPERMSimon Pilgrim2016-08-092-0/+51
* [XRay] Test for xray_instr_map in object file. (NFC)Dean Michael Berris2016-08-092-3/+6
* [clang-rename] cleanup: use isWrittenKirill Bobyrev2016-08-092-4/+4
* Fix Wdocumentation unknown parameter warningSimon Pilgrim2016-08-091-1/+1
* [analyzer] Try to fix coverity CID 1360469.Vassil Vassilev2016-08-091-1/+1
* Revert 278107 which causes buildbot failures and in addition has wrong commit...Artur Pilipenko2016-08-092-145/+19
* [modules]Add missing include.Vassil Vassilev2016-08-091-0/+1
* Teach CorrelatedValuePropagation to mark adds as no wrapArtur Pilipenko2016-08-092-19/+145
* [X86][SSE] Fix memory folding of (v)roundsd / (v)roundssSimon Pilgrim2016-08-094-8/+64
* [LVI] NFC. Fix a typo Bofore -> BeforeArtur Pilipenko2016-08-091-1/+1
* [tests] Add two missing 'REQUIRES' linesTobias Grosser2016-08-092-0/+4
* [BlockGenerator] Also eliminate dead code not originating from BBTobias Grosser2016-08-095-33/+127
* [include-fixer] Support processing multiple files in one run.Haojian Wu2016-08-099-75/+116
* Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu2016-08-096-47/+83
* [GPGPU] Pass parameters always by using their own typeTobias Grosser2016-08-092-2/+47
* [clang-rename] fix bug with initializer listsKirill Bobyrev2016-08-093-19/+30
* [X86] Reduce duplicated code in the execution domain lookup functions by pass...Craig Topper2016-08-091-37/+17
* [AVX-512] Add support for execution domain switching masked logical ops betwe...Craig Topper2016-08-092-11/+287
* Remove unreachable `return`. NFC.Rui Ueyama2016-08-091-1/+0
* Remove isOutputDynamic and use Out<ELFT>::DynSymTab instead.Rui Ueyama2016-08-094-24/+19
* Remove redundant variable.Rui Ueyama2016-08-093-7/+4
* Separate {Preinit,Init,Fini}Arrays from Out<ELFT>::Dynamic.Rui Ueyama2016-08-093-23/+28
* [Profile] Implement new API __llvm_profile_dumpXinliang David Li2016-08-095-0/+120
* Do not pass the SymbolTable to writeResult.Rui Ueyama2016-08-093-42/+38
* [X86] Remove the Fv packed logical operation alias instructions. Replace them...Craig Topper2016-08-097-88/+133
* [X86] Cleanup patterns for AVX/SSE for PS operations. Always try to look for ...Craig Topper2016-08-091-9/+18
* [X86] Remove unnecessary bitcast from the front of AVX1Only 256-bit logical o...Craig Topper2016-08-096-54/+42
* Remove *super* old test suite results doc for Linux and Windows.Eric Fiselier2016-08-093-1005/+0
* X86InstrInfo: Update liveness in classifyLea()Matthias Braun2016-08-093-9/+71
* Remove redundant local variable.Rui Ueyama2016-08-091-4/+1
* Reduce dependency to OutputSectionFactory.Rui Ueyama2016-08-091-9/+15
* Do not initialize Out<ELFT>::Opd until needed.Rui Ueyama2016-08-091-10/+6
* [WebAssembly] Fix bugs in WebAssemblyLowerEmscriptenExceptions passDerek Schuff2016-08-093-40/+145
* Consistently use CGSCCAnalysisManagerSean Silva2016-08-091-2/+2
* Consistently use LoopAnalysisManagerSean Silva2016-08-0925-32/+43
* Consistently use ModuleAnalysisManagerSean Silva2016-08-0933-37/+37
* Consistently use FunctionAnalysisManagerSean Silva2016-08-0983-108/+108
* Add lib directory to linker paths when using libunwindPetr Hosek2016-08-091-0/+3
* CodeView: extract the OMF Directory HeaderSaleem Abdulrasool2016-08-095-28/+79
* [x86] split combineVSelectWithAllOnesOrZeros into a helper function; NFCISanjay Patel2016-08-091-47/+61
* [WebAssembly] Fix CFI index to account for padding nullptr functionDerek Schuff2016-08-085-10/+12
* The first string table entry should be a null terminated space, not just null.Pete Cooper2016-08-082-2/+71
* Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header i...Rui Ueyama2016-08-081-2/+1
* Revert r278065 while I investigate some build-bot breakage.Lang Hames2016-08-086-92/+2
* Allow building both shared and static libraryPetr Hosek2016-08-083-24/+63
OpenPOWER on IntegriCloud