summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] NFC. Adding a number of packet correctness tests.Colin LeMahieu2015-11-135-0/+88
* Revert r252990.Akira Hatanaka2015-11-139-230/+45
* Add PythonExceptionState.cppto the xocde project file.Jason Molenda2015-11-131-0/+8
* [WebAssembly] Inline asm support.Dan Gohman2015-11-135-0/+133
* LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules.NAKAMURA Takumi2015-11-131-1/+1
* Update .gitignore to exclude pyproj folder (used for Python IDE)Zachary Turner2015-11-131-0/+1
* Introduce a `PythonExceptionState` class.Zachary Turner2015-11-136-85/+385
* gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner2015-11-134-17/+74
* Delete `PyObjectToString` and use `PythonObject::Str()`.Zachary Turner2015-11-131-43/+12
* Fix buildJonathan Roelofs2015-11-131-1/+1
* Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka2015-11-139-45/+230
* [Hexagon] Adding relaxation functionality to backend and test.Colin LeMahieu2015-11-133-3/+56
* [WebAssembly] Un-mangle the conversion instruction names.Dan Gohman2015-11-131-75/+75
* [WebAssembly] Rename BR_IF_ to BR_IFDan Gohman2015-11-133-6/+6
* Add support for function attribute 'disable_tail_calls'.Akira Hatanaka2015-11-138-7/+142
* [WebAssembly] Remove unneeded TODO items. NFC.Dan Gohman2015-11-132-19/+0
* [WebAssembly] Tidy up and update a TODO item. NFC.Dan Gohman2015-11-131-14/+9
* [WinEH] Find root frame correctly in CLR funcletsJoseph Tremoulet2015-11-135-27/+146
* [elf2] get{Local,Global}DynamicReloc -> is{LocalGlobal}DynamicReloc.Michael J. Spencer2015-11-134-8/+12
* [scan-build] Create share directory similar to scan-view'sJonathan Roelofs2015-11-134-10/+10
* Revert "Another little stepping optimization: if any of the source step comma...Ying Chen2015-11-131-9/+2
* [elf2] Implement global dynamic tls.Michael J. Spencer2015-11-137-9/+72
* ELF2: Add comments and reorganize option list a bit.Rui Ueyama2015-11-131-5/+9
* [scan-view] Rename 'Resources' --> 'share'Jonathan Roelofs2015-11-136-10/+10
* compiler-rt: add make solution to bootstrap mingw-w64Martell Malone2015-11-131-0/+30
* [WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman2015-11-136-12/+40
* X86-FMA3: Implemented commute transformations FMA*_Int instructions.Vyacheslav Klochkov2015-11-134-172/+515
* clang/test/Driver/mips-mti-linux.c: Remove XFAIL. It shouldn't fail for targe...NAKAMURA Takumi2015-11-121-1/+1
* 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
OpenPOWER on IntegriCloud