summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-284-30/+188
* [asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-us...Kostya Serebryany2013-08-283-11/+26
* Fix use of uninitialized value added in r189400 (found by MemorySanitizer)Alexey Samsonov2013-08-281-4/+3
* clang-format: Don't insert space in __has_includeDaniel Jasper2013-08-282-1/+5
* Generate list of symbols exported from sanitizer runtimes only on 64-bit UnixAlexey Samsonov2013-08-283-13/+20
* clang-format: Fix corner case in ObjC interface definitions.Daniel Jasper2013-08-282-1/+11
* [analyzer] Assume new returns non-null even under -fno-exceptionsPavel Labath2013-08-283-130/+51
* clang-format: Improve braced init list detection:Daniel Jasper2013-08-282-1/+8
* clang-format: Fix corner case in overloaded operator definitions.Daniel Jasper2013-08-282-1/+6
* clang-format: Fix space in decltype-constexprs.Daniel Jasper2013-08-282-1/+3
* Add missing includeCraig Topper2013-08-281-0/+1
* Revert r189442 "Change default # of digits for APFloat::toString"Ted Kremenek2013-08-282-13/+9
* Remove comment on the availability of boxed expressions. They have been avai...Ted Kremenek2013-08-281-6/+0
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-284-11/+14
* Richard makes a good point, clean up this test.David Majnemer2013-08-281-8/+3
* [CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_O...Ted Kremenek2013-08-281-7/+7
* Change default # of digits for APFloat::toStringEli Friedman2013-08-282-9/+13
* Revert r189440 - Disable loop vectorizer unrolling when no unrolling requestedHal Finkel2013-08-282-14/+1
* Disable loop vectorizer unrolling when no unrolling requestedHal Finkel2013-08-282-1/+14
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-285-122/+0
* Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper2013-08-284-39/+68
* X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64.NAKAMURA Takumi2013-08-281-1/+1
* X86Subtarget.h: Recognize x86_64-cygwin.NAKAMURA Takumi2013-08-281-4/+1
* cmake: install a cl.exe binary in the tools/msbuild-bin dirHans Wennborg2013-08-281-0/+9
* cmake: Add msbuild integration to the installHans Wennborg2013-08-284-0/+83
* [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...Argyrios Kyrtzidis2013-08-282-9/+13
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-2813-51/+233
* [mips] Clean up definitions of move word from/to coprocessor instructions.Akira Hatanaka2013-08-282-46/+20
* [mips] Set isAllocatable and CoveredBySubRegs.Akira Hatanaka2013-08-281-1/+3
* Some of this test doesn't want -std=c++11David Majnemer2013-08-281-1/+6
* Add a TODO here.Eric Christopher2013-08-281-0/+1
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-283-2/+14
* Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for ins...Ted Kremenek2013-08-281-4/+4
* This test now needs C++11David Majnemer2013-08-281-1/+1
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-284-88/+54
* Remove an option starting an uppercase character so that the test does not de...Rui Ueyama2013-08-281-1/+0
* AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer2013-08-282-7/+16
* Revert "PR14569: Omit debug info for thunks"David Blaikie2013-08-279-28/+27
* ObjectiveC migrator: minor refactoring of my lastFariborz Jahanian2013-08-271-10/+10
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-275-30/+65
* Move some debug testcases to the debug info directory.Eric Christopher2013-08-2716-0/+0
* Modify test to adopt r189416.Rui Ueyama2013-08-271-1/+1
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-274-54/+88
* [CMake] Put back the add_llvm_external_project() calls for specific projects.Argyrios Kyrtzidis2013-08-271-0/+4
* Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing ...Ted Kremenek2013-08-271-4/+4
* Use do-while instead of a magic number. No functionality change.Rui Ueyama2013-08-271-3/+3
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-2726-228/+756
* Add xml files for msbuild integrationReid Kleckner2013-08-272-0/+12
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-272-19/+29
* ObjectiveC migrator: Do not add explicit cf annotation forFariborz Jahanian2013-08-272-147/+169
OpenPOWER on IntegriCloud