summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support little-endian encodings in the FixedLenDecoderEmitterHal Finkel2013-12-174-37/+47
* [DiagnosticPrinter] Use the appropriate method to print a Twine object in aQuentin Colombet2013-12-171-1/+1
* Documentation comment parsing: when checking if we have typedef to somethingDmitri Gribenko2013-12-172-0/+17
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-172-0/+5
* Documentation comment parsing: allow \param and \returns on std::function,Dmitri Gribenko2013-12-172-0/+57
* Added missing header files to the Xcode project.Greg Clayton2013-12-171-1/+7
* On APCS, only try to align aggregates to 32 bits instead of 64.Rafael Espindola2013-12-171-3/+3
* None of these attributes currently make use of an AST node, so setting ASTNod...Aaron Ballman2013-12-171-0/+9
* Handle i64 first for clarity. No functionality change.Rafael Espindola2013-12-171-5/+6
* Add mangling macros for Unwind's inline assembly.Nico Weber2013-12-173-29/+56
* Use triples that match the -target-abi option.Rafael Espindola2013-12-171-2/+2
* Use the integrated assembler by default on FreeBSD/ppc and ppc64.Roman Divacky2013-12-171-1/+6
* Assert that the last operand is actually EFLAGSDuncan P. N. Exon Smith2013-12-171-0/+6
* [ms-cxxabi] The 'most derived' ctor parameter usually comes lastReid Kleckner2013-12-1710-107/+170
* Documentation comment parsing: rearrange tests to clarify the intent of these...Dmitri Gribenko2013-12-171-14/+22
* Fix line endings in microsoft-dtor-lookup-cxx11.cppHans Wennborg2013-12-171-13/+13
* Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian2013-12-177-19/+57
* Disabled subregister copy coalescing during MachineCSE.Andrew Trick2013-12-173-6/+17
* Fix strange indentation and remove trailing whitespace on empty linesDmitri Gribenko2013-12-171-10/+10
* [lsan] Remove the LSan-specific verbosity flag.Sergey Matveev2013-12-174-24/+11
* Bring order to the OpenCL keywordsAlp Toker2013-12-172-26/+13
* [lsan] Introduce print_suppressions flag.Sergey Matveev2013-12-174-8/+48
* [ms-cxxabi] Don't do destructor check on declarations if the dtor is deletedHans Wennborg2013-12-173-7/+23
* Add warning capabilities in LLVM.Quentin Colombet2013-12-1712-9/+497
* Fix indentation from r197490 plus some typosAlp Toker2013-12-173-11/+10
* [mips] Fix off by one issue when applying a fixup.Matheus Almeida2013-12-173-2/+22
* Setting the CPU in the new vaargs testDuncan P. N. Exon Smith2013-12-171-1/+1
* Remove -f128:128 from the DataLayout strings. It is the default.Rafael Espindola2013-12-172-12/+12
* Revert "Revert "Mark vastart_save_xmm_regs as changing EFLAGS""Duncan P. N. Exon Smith2013-12-174-3/+94
* The PS3 is a ppc64 and has 64 bit registers. Update DataLayout accordingly.Rafael Espindola2013-12-172-3/+2
* Fix the pointer size for the PS3 datalayout.Rafael Espindola2013-12-171-2/+5
* Remove -f16:16:32 from the XCore DataLayout string.Rafael Espindola2013-12-172-2/+2
* Add some simple COFF files with Z7 debug infoTimur Iskhodzhanov2013-12-174-0/+0
* Fix code sample in NVPTX examples: now it compiles to PTX and runs as expected.Eli Bendersky2013-12-171-2/+2
* Refactor and micro-optimize ConsumeToken()Alp Toker2013-12-176-147/+102
* Simplify RevertibleTypeTraits as a form of contextual keywordAlp Toker2013-12-174-73/+47
* Update comment of changed parameter of ModuleMap constructor.Daniel Jasper2013-12-171-2/+1
* clang-format: Don't adapt local format to macros.Daniel Jasper2013-12-172-8/+39
* Fix gen_dynamic_list.py for Python 3. Patch by Marcoen Hirschberg.Alexey Samsonov2013-12-171-4/+4
* Fix for PR18045:Stepan Dyatkovskiy2013-12-172-3/+37
* [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov2013-12-178-20/+18
* LIBRARY_PATH environment variable should only be supported on a native compiler.Richard Barton2013-12-174-1/+21
* [lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev2013-12-174-3/+145
* [LSan] Add a real test for suppressions file instead of duplicated test case.Alexey Samsonov2013-12-172-10/+1
* Add missing file from r197485.Daniel Jasper2013-12-171-0/+2
* Modules: Don't warn upon missing headers while reading the module map.Daniel Jasper2013-12-1713-49/+86
* [msan] Tweak gethostbyname_r interceptor some more.Evgeniy Stepanov2013-12-171-8/+8
* There are no __register_frame and __deregister_frame functions Yaron Keren2013-12-171-1/+1
* AVX-512: Added implementation of CONCAT_VECTORS for v8i1 vectors (by Alexey B...Elena Demikhovsky2013-12-175-1/+37
* Revert "Mark vastart_save_xmm_regs as changing EFLAGS"Duncan P. N. Exon Smith2013-12-172-24/+1
OpenPOWER on IntegriCloud