summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...Yaron Keren2015-10-0310-15/+15
* Driver: follow WoA ABI recommendationsSaleem Abdulrasool2015-10-032-0/+44
* [libcxx] Use newest supported language dialect when running the test suite.Eric Fiselier2015-10-031-1/+14
* [WebAssembly] Implement the remaining conversion operations.Dan Gohman2015-10-032-34/+257
* Use early return. NFC.Rafael Espindola2015-10-031-12/+12
* Fix clang/test/CodeGenCXX/strict-vtable-pointers.cpp for -Asserts. It missed ...NAKAMURA Takumi2015-10-031-1/+1
* Try to appease MSVC, NFCI.Sanjoy Das2015-10-031-90/+91
* AMDGPU/SI: Remove unused tablegen multiclassTom Stellard2015-10-031-16/+0
* Disallow assigning symbol a null section.Rafael Espindola2015-10-034-14/+2
* Try to appease the MSVC bots, NFCI.Sanjoy Das2015-10-031-1/+1
* [WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman2015-10-0321-304/+304
* [WebAssembly] Update this test for the new loop scheme.Dan Gohman2015-10-021-1/+1
* Try to appease the MSVC bots, NFC.Sanjoy Das2015-10-021-1/+2
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany2015-10-022-2/+4
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany2015-10-0223-42/+77
* [Headers][X86] Fix stream_load (movntdqa) to accept const*.Ahmed Bougacha2015-10-025-8/+8
* Fix comment ASCII art to unbreak the gcc 4.9.1 buildSanjoy Das2015-10-021-8/+8
* [SCEV] Recognize simple br-phi patternsSanjoy Das2015-10-023-143/+396
* Do not attempt to join the remote paths if none existEnrico Granata2015-10-021-1/+1
* Re-disable TestBuiltinTrap on Windows.Zachary Turner2015-10-021-0/+1
* Updated xfail / skip status on a few tests.Zachary Turner2015-10-024-2/+2
* Remove instance reference of static member function.Zachary Turner2015-10-021-9/+8
* Have a clean(er) shutdown when detaching from a process.Zachary Turner2015-10-021-20/+19
* Don't nil check non-nil class receiver of AArch64 stret calls.Ahmed Bougacha2015-10-022-7/+10
* [elf2] Remove unused flag in test.Michael J. Spencer2015-10-021-1/+1
* Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...Oleksiy Vyalov2015-10-021-0/+2
* [CMake] We need to explicitly add llvm-config before clang so that LLVM_BUILD...Chris Bieneman2015-10-021-2/+3
* [ELF/AArch64] Fix a couple of typos. My bad, sorry.Davide Italiano2015-10-021-1/+1
* ELF2: Use less templates so that we can use struct assignment. NFC.Rui Ueyama2015-10-021-33/+20
* [CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libsChris Bieneman2015-10-021-5/+11
* [ELF2/AArch64] Add comment and change name to match the one of the ABI.Davide Italiano2015-10-021-2/+5
* Emiting invariant.group.barrier for ctors bugfixPiotr Padlewski2015-10-023-26/+43
* inariant.group handling in GVNPiotr Padlewski2015-10-0210-39/+521
* [ELF2/AArch64] Add support for R_AARCH64_ADR_PREL_PG_H121Davide Italiano2015-10-022-5/+37
* [libFuzzer] remove experimental flag and functionalityKostya Serebryany2015-10-025-38/+3
* [elf2] Add STB_GNU_UNIQUE support.Michael J. Spencer2015-10-022-0/+25
* [libcxx] Attempt to fix __throw_future_error in C++03 Eric Fiselier2015-10-021-31/+30
* [asan] Disable pthread_create_version test on mips.Evgeniy Stepanov2015-10-021-0/+1
* ELF2: Make Writer::assignAddress() a bit shorter. NFC.Rui Ueyama2015-10-021-23/+20
* Fix the CMake buildEnrico Granata2015-10-021-0/+1
* Fix variable names.Rui Ueyama2015-10-021-8/+8
* [WebAssembly] Fix CFG stackification of nested loops.Dan Gohman2015-10-022-4/+45
* Rename alias definitions by both aliased and alias nameEd Maste2015-10-021-7/+7
* Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata2015-10-0210-389/+596
* [WebAssembly] Support calls marked as "tail", fastcc, and coldcc.Dan Gohman2015-10-022-5/+38
* Call the correct overload.Richard Trieu2015-10-022-5/+7
* Fix race on subprocess.Popen return values.Todd Fiala2015-10-022-1/+49
* [libFuzzer] add a flag -max_total_timeKostya Serebryany2015-10-026-1/+13
* [WebAssembly] Add a __builtin_wasm_resize_memory() intrinsic.Dan Gohman2015-10-023-0/+12
* [WebAssembly] Add a resize_memory intrinsic.Dan Gohman2015-10-024-0/+29
OpenPOWER on IntegriCloud