summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [TableGen][X86] Fix formatting I accidentally messed up in r304099. NFCCraig Topper2017-05-281-1/+1
* [ItaniumDemangle] Fix a exponential string copying bugErik Pilkington2017-05-281-0/+3
* [demangler] Fix a exponential string copying bugErik Pilkington2017-05-282-0/+5
* Prune trailing whitespace. (To regenerate makefiles)NAKAMURA Takumi2017-05-281-2/+2
* DebugInfo: Omit an empty CU when a subprogram was moved into its useDavid Blaikie2017-05-282-8/+64
* [libcxxabi] Disable DLL annotations on staticMartell Malone2017-05-281-1/+1
* [AArch64][Falkor] Combine sched details files into one. NFC.Geoff Berry2017-05-282-514/+503
* [AArch64][Falkor] Fix some sched details.Geoff Berry2017-05-284-294/+461
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-287-1/+31
* Correct XFAIL's in coroutine tests to only list ubsanEric Fiselier2017-05-282-9/+10
* Fix use of uninitialized memoryEric Fiselier2017-05-281-1/+1
* XFAIL tests which trigger coroutine debug info crash in ClangEric Fiselier2017-05-282-0/+8
* Add hack to allow test to run w/o C++17 copy elisionEric Fiselier2017-05-281-2/+9
* Remove XFAIL's for recently fixed bugEric Fiselier2017-05-281-4/+0
* [coroutines] Add end-to-end tests within libc++Eric Fiselier2017-05-289-0/+884
* [TableGen][X86] Use CHAR_BIT with sizeof instead of hardcoded 8. NFCCraig Topper2017-05-281-1/+2
* [TableGen][X86] Mark a couple global tables as const. NFCCraig Topper2017-05-281-2/+2
* [TableGen][X86] Improve formatting of the fold table output by indenting the ...Craig Topper2017-05-281-2/+2
* [TableGen][X86] Add an llvm_unreachable to a switch so we get an error if we ...Craig Topper2017-05-281-0/+1
* [TableGen][X86] Remove unnecessary std::string creations. NFCCraig Topper2017-05-281-4/+4
* [TableGen][X86] Replace a global std::vector with a regular array. llvm::find...Craig Topper2017-05-281-2/+2
* [coroutines] Diagnose invalid result types for `await_resume` and `await_sus...Eric Fiselier2017-05-283-0/+78
* [TableGen][X86] getValueAsString returns a std::string not a StringRef. Captu...Craig Topper2017-05-281-1/+1
* [coroutines] www/cxx_status.html: add non-breaking hyphenGor Nishanov2017-05-281-1/+1
* [coroutines] www/cxx_status.html: add non-breaking hyphenGor Nishanov2017-05-281-1/+1
* [x86] auto-generate better checks; NFCSanjay Patel2017-05-282-59/+204
* [InstrProf] Use more ArrayRef/StringRef.Benjamin Kramer2017-05-282-11/+11
* [X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...Ayman Musa2017-05-289-3427/+745
* [X86] Adding FoldGenRegForm helper field (for memory folding tables tableGen ...Ayman Musa2017-05-288-89/+175
* [X86] Fixing VPOPCNTDQ feature set lookup.Oren Ben Simhon2017-05-281-1/+1
* baremetal.cpp: Fix tests where lib suffix is 64Ismail Donmez2017-05-281-6/+6
* Reverted r304083 as it seems there is a desire to address this in the googlet...Galina Kistanova2017-05-281-6/+3
* Added braces to address gcc warning: suggest explicit braces to avoid ambiguo...Galina Kistanova2017-05-281-3/+6
* ClangdTests.cpp: Use "clang/Config/config.h" instead of "llvm/Config/config.h".NAKAMURA Takumi2017-05-271-1/+1
* [coroutines] Mark cxx_status.html of Coroutines TS as (SVN)Gor Nishanov2017-05-271-3/+3
* DebugInfo: Add source code/build instructions for split-dwarf-dwp symbolizer ...David Blaikie2017-05-271-0/+12
* Cloning: Fix debug info cloningGor Nishanov2017-05-274-11/+145
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-2718-42/+101
* [TableGen] Prevent DagInit from leaking its Args and ArgNames when they excee...Craig Topper2017-05-272-31/+42
* [TableGen] Use the correct type for the first template for the ListInit Trail...Craig Topper2017-05-271-1/+1
* Delinearize memory accesses that reference parameters coming from function callsTobias Grosser2017-05-275-5/+188
* Allow side-effect free function calls in valid affine SCEVsTobias Grosser2017-05-274-3/+143
* [SCEV] Assume parameters coming from function calls contain IVsTobias Grosser2017-05-272-1/+84
* [DAGCombiner] use narrow load to avoid vector extractSanjay Patel2017-05-2713-144/+142
* Update some tests to changes in isl's internal representationTobias Grosser2017-05-275-9/+11
* Update isl to isl-0.18-662-g17e172eTobias Grosser2017-05-2767-812/+2673
* Update information on isl C++ bindings in Polly release notesTobias Grosser2017-05-271-9/+8
* ClangdTests.cpp: Fix a possible typo, it was "if (TmpDir2 != TmpDir2)"NAKAMURA Takumi2017-05-271-1/+1
* [TableGen] Remove all the static vectors named TheActualPool.Craig Topper2017-05-271-12/+0
* [coroutines] Define getPassName() for coroutine passesGor Nishanov2017-05-274-0/+6
OpenPOWER on IntegriCloud