summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [modules] When a declaration has non-trivial visibility, check whether it'sRichard Smith2015-11-132-2/+8
* clang/test/Driver/mips-mti-linux.c: Tweak to match DOSish paths.NAKAMURA Takumi2015-11-131-4/+2
* [modules] Follow the C++ standard's rule for linkage of enumerators: they haveRichard Smith2015-11-139-47/+105
* [llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland2015-11-1312-29/+98
* Fix commit 252963 to work around a bug on some platforms where they don't Jim Ingham2015-11-131-3/+13
* [ELF2/AArch64] Add support for R_AARCH64_CALL26 and R_AARCH64_JUMP26.Igor Kudrin2015-11-134-0/+64
* [libFuzzer] more trophiesKostya Serebryany2015-11-131-0/+2
* [lib/Linker] Convert assert(false) to llvm_unreachable().Davide Italiano2015-11-131-1/+1
* Add PythonTestSuite.cpp to project file for lldb-gtest.Jason Molenda2015-11-131-0/+6
* [libFuzzer] make libFuzzer build even with a compiler that does not have sani...Kostya Serebryany2015-11-133-10/+26
* Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner2015-11-133-0/+66
* [CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it for determining the insta...Argyrios Kyrtzidis2015-11-132-8/+31
* [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
OpenPOWER on IntegriCloud