summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Attempt to unbreak little-endian buildbots.Rui Ueyama2014-03-051-3/+6
* DR status page: add link targets for individual DRs, and link duplicates.Richard Smith2014-03-052-1878/+1877
* Tests for DR370-380.Richard Smith2014-03-056-17/+125
* [Mips] Testcase typo fix. No functionality change.Jack Carter2014-03-051-33/+33
* Now that we don't use libtool, we don't need to upgrade it :-)Rafael Espindola2014-03-051-35/+0
* Add a DIELocList class to handle pointers into the location list.Eric Christopher2014-03-056-14/+81
* Add a document about Windows support.Rui Ueyama2014-03-052-0/+90
* [-Wunreachable-code] generalize configuration value checking to all compariso...Ted Kremenek2014-03-052-1/+9
* With PPC CR bit registers, handle int_to_fp on older coresHal Finkel2014-03-052-6/+37
* Updating this test case to appease build bots which support ANSI escape seque...Aaron Ballman2014-03-051-1/+1
* Fix typoMatt Arsenault2014-03-051-3/+3
* Capabilities are required to pass a name specifying what type of capability i...Aaron Ballman2014-03-054-2/+20
* Fix datalayout test that I broke with my previous LinkModules warning improve...JF Bastien2014-03-051-1/+1
* Attempt to re-enable the VFS unittests on WindowsBen Langmuir2014-03-052-74/+76
* Improve LinkModules warningsJF Bastien2014-03-051-5/+9
* LoopVectorizer: Preserve fast-math flagsArnold Schwaighofer2014-03-053-6/+48
* Don't produce an alias between destructors with different calling conventions.Rafael Espindola2014-03-052-2/+24
* When building a module from the command line via -emit-module, add an entry toRichard Smith2014-03-053-5/+16
* If a #include finds a file relative to the current file, don't forget to checkRichard Smith2014-03-057-27/+75
* Fix broken link.Rui Ueyama2014-03-051-1/+1
* Visual Studio 11 = VS2012Rui Ueyama2014-03-051-1/+1
* Mention clang-cl in MSVCCompatibility.rstNico Weber2014-03-051-1/+4
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-059-17/+18
* Update for llvm change.Rafael Espindola2014-03-051-2/+5
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-052-8/+34
* Add "override" to member functions where appropriate.Rui Ueyama2014-03-059-116/+117
* ConstantFolding: Also fold the vector overloads of our math intrinsics.Benjamin Kramer2014-03-052-34/+81
* Lower AVX v4i64->v4i32 truncate to one shuffle.Cameron McInally2014-03-052-15/+7
* [code-completion] Add a couple of test cases suggested by Jordan, and a FIXME.Argyrios Kyrtzidis2014-03-051-1/+9
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-0517-8/+91
* AST: Remove layering violation with SemaDavid Majnemer2014-03-056-14/+29
* Fix clang -Werror build break due to mismatched sign comparison.David Blaikie2014-03-051-1/+1
* Mark is_final as a C++14 feature.Marshall Clow2014-03-052-2/+2
* Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...Marshall Clow2014-03-052-7/+3
* [C++11] Using std::unique_ptr to ensure that Argument objects do not leak (si...Aaron Ballman2014-03-051-50/+45
* Work around MSVC bug in IntrusiveRefCntPtr.hHans Wennborg2014-03-051-1/+1
* Fixed a crash when handling diagnostics without a valid file location, e.g. '...Alexander Kornienko2014-03-052-9/+13
* Use ThreadSafeRefCountedBase for vfs::FileSystemBen Langmuir2014-03-051-1/+1
* ARM: Correctly align arguments after a byval struct is passed on the stackOliver Stannard2014-03-058-67/+245
* Add a ThreadSafeRefCountedBaseBen Langmuir2014-03-051-0/+26
* asan_symbolize.py: use llvm-symbolizer results even if it returned function n...Alexey Samsonov2014-03-051-2/+2
* Improve llvm-symbolizer discovery in asan_symbolize.pyAlexey Samsonov2014-03-052-18/+25
* Enable memrchr interceptor only on LinuxAlexey Samsonov2014-03-051-1/+1
* Build JITLoader on FreeBSD alsoEd Maste2014-03-055-5/+8
* tsan: add missing header file to sanitizer_common cmake fileDmitry Vyukov2014-03-051-0/+1
* Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping codeTimur Iskhodzhanov2014-03-055-74/+76
* tsan: fix deadlock detector build for SANITIZER_DEADLOCK_DETECTOR_VERSION=2Dmitry Vyukov2014-03-053-9/+5
* Put "jit" in alpha order in log category listEd Maste2014-03-051-2/+2
* tsan: implement new version of standalong deadlock detectorDmitry Vyukov2014-03-059-204/+635
* tsan: include what you useDmitry Vyukov2014-03-051-0/+1
OpenPOWER on IntegriCloud