summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove -Wobjc-weak-compat; there isn't a compelling use case for this.John McCall2015-11-123-20/+15
* [SimplifyLibCalls] Make a function shorter. NFC.Davide Italiano2015-11-121-10/+2
* [Hexagon] Adding checks for values out of operand range and correct new-value...Colin LeMahieu2015-11-122-0/+82
* [Hexagon] Adding test to make sure labels and register pairs are correctly pa...Colin LeMahieu2015-11-121-0/+26
* Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due...Richard Smith2015-11-123-5/+7
* [CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embeddedChris Bieneman2015-11-121-1/+2
* [CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm.Chris Bieneman2015-11-122-2/+0
* [CMake] [Darwin] [Builtins] Sorting and uniquing blacklists. NFC.Chris Bieneman2015-11-122-92/+10
* Another little stepping optimization: if any of the source step commands are ...Jim Ingham2015-11-121-2/+9
* specify triple and tighten checks using update_llc_test_checks.pySanjay Patel2015-11-121-61/+62
* Mark clang/test/Driver/ms-bitfields.c as REQUIRES:clang-driver.NAKAMURA Takumi2015-11-121-0/+2
* [modules] Simplify and generalize the existing rule for finding hiddenRichard Smith2015-11-1215-72/+115
* DR407: Rationalize how we handle tags being hidden by typedefs. Even withRichard Smith2015-11-123-27/+48
* [Windows] Fix halt_on_error-1.c test on Windows with %env_asan_optsReid Kleckner2015-11-121-2/+2
* Revert r240335.Richard Smith2015-11-127-14/+7
* Revert "Remove unnecessary call to getAllocatableRegClass"Tom Stellard2015-11-126-17/+23
* Additional tests from r252690 that I forgot to 'svn add'.Richard Smith2015-11-122-0/+45
* Add debug trace message for hierarchical barrierJonathan Peyton2015-11-121-0/+2
* Remove outdated commentJonathan Peyton2015-11-121-3/+0
* Fix for ittnotify loop reportingJonathan Peyton2015-11-121-1/+3
* Revert r252949.Akira Hatanaka2015-11-129-230/+45
* Implement RegisterContext for Mini Dumps.Adrian McCarthy2015-11-1216-307/+304
* Provide a way to specify inliner's attribute compatibility and mergingAkira Hatanaka2015-11-129-45/+230
* Revert r243347 "Add TargetTransformInfo::isZExtFree."Sanjoy Das2015-11-124-19/+0
* [ImplicitNulls] Fix wrapping by breaking up a condition, NFCSanjoy Das2015-11-121-4/+4
* [ImplicitNull] Extract out a HazardDetector class, NFCSanjoy Das2015-11-121-53/+96
* disabling sancov tests: too many failures on different platforms.Mike Aizatsky2015-11-122-0/+0
* sancov tests - platform independent separatorsMike Aizatsky2015-11-121-4/+4
* [FIX] Bail if access function is not divisible by element size.Johannes Doerfert2015-11-123-5/+38
* Consistenly use getTypeAllocSize for size estimation.Johannes Doerfert2015-11-124-18/+23
* My first/test commit. Removed a trailing whitespace.Vyacheslav Klochkov2015-11-121-1/+1
* Finish PyCallable -> PythonCallable conversion.Zachary Turner2015-11-121-258/+88
* Revert "Fix bug 25440: GVN assertion after coercing loads"Tobias Grosser2015-11-122-107/+13
* Early continue. NFC.Rui Ueyama2015-11-121-8/+8
* ELF2: Make type a bit stricter. NFC.Rui Ueyama2015-11-121-4/+4
* sancov test suiteMike Aizatsky2015-11-129-10/+61
* [ThinLTO] Update test to be more tolerant of ordering changesTeresa Johnson2015-11-121-40/+40
* [Hexagon] Allocate MCInst in the MCContext to avoid leaking it.Benjamin Kramer2015-11-123-8/+11
* [asan] Mark halt_on_error-torture test unsupported on android.Evgeniy Stepanov2015-11-121-0/+1
* [CMake] [builtins] Removing a few non-source files from the arm list.Chris Bieneman2015-11-121-2/+0
* [CMake] Actually adding the TODO comment I mentioned in r252927.Chris Bieneman2015-11-121-0/+3
* [CMake] [builtins] Adding missing architecture-specific builtins.Chris Bieneman2015-11-121-0/+8
* [LIR] Minor refactoring. NFCI.Chad Rosier2015-11-121-21/+44
* Roll an expression into an assert to fix -Wunused-variable in a -Asserts buildDavid Blaikie2015-11-121-2/+1
* ELF2: Simplify -z option handling. NFC.Rui Ueyama2015-11-121-10/+11
* ELF2: Print an error message for --relocatable.Rui Ueyama2015-11-123-0/+18
* tsan: fix windows Go buildDmitry Vyukov2015-11-122-1/+3
* reverting r252916 to investigate test failureNathan Slingerland2015-11-1211-97/+28
* Correct atomic libcall support for __atomic_*_fetch builtins.James Y Knight2015-11-122-45/+52
* Fix bug 25440: GVN assertion after coercing loadsWeiming Zhao2015-11-122-13/+107
OpenPOWER on IntegriCloud