summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give compiler-rt a chance to compile with mingw-w64.Anton Korobeynikov2013-07-162-0/+8
* [arcmt] Remove some dead code.Argyrios Kyrtzidis2013-07-162-28/+14
* Related to r181161 - Indirect branches may not be the last branch in a basicLang Hames2013-07-161-0/+7
* ObjectiveC migrator. If a class implements a protocol'sFariborz Jahanian2013-07-163-9/+44
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-162-0/+7
* Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain2013-07-163-8/+43
* Fix typeos.Jason Molenda2013-07-161-3/+3
* Don't break line comments with escaped newlines.Alexander Kornienko2013-07-163-2/+76
* clang-format: Improve handling of unterminated string literals.Daniel Jasper2013-07-164-29/+49
* Update the examples for an API change.Rafael Espindola2013-07-161-1/+1
* Fix crash on complex constant zero.Eli Friedman2013-07-162-3/+6
* Fix the build with clang and libstdc++4.7.Rafael Espindola2013-07-161-2/+2
* Update for llvm API change.Rafael Espindola2013-07-161-1/+1
* Update for llvm API change.Rafael Espindola2013-07-161-2/+2
* Update for llvm API change.Rafael Espindola2013-07-1610-31/+25
* Add a wrapper for open.Rafael Espindola2013-07-1627-119/+130
* Add tests for 'thread step out' for multithreaded programsDaniel Malea2013-07-163-0/+216
* Finally, force the target for this test. Should unbreak non-x86 buildbots.Benjamin Kramer2013-07-161-3/+3
* XFAIL this test on mingw.Rafael Espindola2013-07-161-0/+1
* ObjectiveC migration: complete migrating classFariborz Jahanian2013-07-163-22/+118
* Label names also differ between platforms. Use a relaxed regex.Benjamin Kramer2013-07-161-4/+4
* build lld unittests as part of lld-test targetNick Kledzik2013-07-161-0/+1
* Fix Driver tests to check return value of parse(), simplify subclassing, and ...Nick Kledzik2013-07-164-124/+126
* Fix test not to fail when the target doesn't use leading underscores on symbols.Benjamin Kramer2013-07-161-18/+18
* FileCheckize test/Driver/immediate-options.cHans Wennborg2013-07-161-6/+14
* Fix formatting. No functional change.Craig Topper2013-07-161-7/+5
* Cleanup testing case by using a shorter name for types.Manman Ren2013-07-161-39/+39
* Remove floats from live range splitting costs.Jakob Stoklund Olesen2013-07-162-26/+28
* Reapply r185393.Jakob Stoklund Olesen2013-07-162-82/+80
* Revamp the formatting of C++11 braced init lists.Daniel Jasper2013-07-164-21/+34
* [X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka2013-07-162-2/+148
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-162-1/+17
* Bug 16599 part 2: Make std::pair's constructors and comparison operators (and...Marshall Clow2013-07-168-30/+135
* Test commit to verify write access.Juergen Ributzka2013-07-161-0/+1
* [WinLink] Add /LargeAddressAware command line option.Rui Ueyama2013-07-165-3/+30
* Fix broken unittest for GnuLDDriver.Rui Ueyama2013-07-161-1/+2
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-164-2/+143
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-163-2/+203
* tsan: extend suppressions format with ^ and $ symbolsDmitry Vyukov2013-07-162-5/+40
* On error, close the temporary file descriptor.Rafael Espindola2013-07-162-1/+12
* Add more types to ASTNodeKind. Refactor common instantiation code.Samuel Benzaquen2013-07-163-107/+107
* This patch removes unused parameter allProperties and converts remainingFariborz Jahanian2013-07-163-17/+9
* SLPVectorizer: Reduce the compile time of the consecutive store lookup.Nadav Rotem2013-07-161-5/+13
* Ensure a correct order between memory accesses.Hongbin Zheng2013-07-167-11/+406
* IndependentBlock: Add option to disable scalar to array rewriting.Hongbin Zheng2013-07-165-1/+69
* Make sure the each instruction is mapped to one memory access.Hongbin Zheng2013-07-161-0/+2
* Fix and re-enable R600 vload/vstore assemblyAaron Watry2013-07-165-56/+233
* libclc: vload/vstore disable assembly and fix offset calculationAaron Watry2013-07-165-245/+20
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-162-1/+14
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-162-2/+5
OpenPOWER on IntegriCloud