summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LowerTypeTests: Thread summary and action from the API and command line into ...Peter Collingbourne2017-01-073-38/+87
* [libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej2017-01-075-8/+8
* Remove useless Forward Declaration from header (NFC)Mehdi Amini2017-01-071-1/+0
* [AVR] Parenthesize a boolean expressionDylan McKay2017-01-071-2/+2
* PR20090: Add (passing) test from this bug; it's been fixed for a while.Richard Smith2017-01-071-0/+7
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-0715-117/+218
* [MachineBasicBlock] Add a non-assert live-in accessor for debug mode.Quentin Colombet2017-01-071-0/+10
* Revert "Enable weak hooks on darwin"Francis Ricci2017-01-079-42/+1
* [WebAssembly] Add a pass to create wrappers for function bitcasts.Dan Gohman2017-01-075-0/+210
* Enable weak hooks on darwinFrancis Ricci2017-01-079-1/+42
* Provide default implementations for sanitizer interface functionsFrancis Ricci2017-01-072-0/+18
* Test commit. Comment formatting, it's -> its.Jacob Gravelle2017-01-071-2/+1
* Get all tuple tests passing on WindowsEric Fiselier2017-01-072-2/+3
* [ThinLTO] Specify target triple in new testTeresa Johnson2017-01-071-1/+1
* Fix linking of DLL's on WindowsEric Fiselier2017-01-073-23/+63
* NewGVN: Fix PR 31501.Daniel Berlin2017-01-073-38/+223
* ModuleSummaryIndexYAML: Make a few fields optional to make it easier to write...Peter Collingbourne2017-01-071-6/+6
* Configure default ABI library as NONE on WindowsEric Fiselier2017-01-061-1/+6
* Follow-up for r291277: Increase buffer size in uuid.cc testcase.Kuba Mracek2017-01-061-1/+1
* [ThinLTO] Handle conflicting local names gracefullyTeresa Johnson2017-01-064-6/+72
* [ThinLTO] Optionally ignore empty index fileTeresa Johnson2017-01-062-16/+29
* [ThinLTO] Optionally ignore empty index fileTeresa Johnson2017-01-061-0/+8
* [PM] Edit comments on PM Proxy and utility classes.Justin Lebar2017-01-061-67/+60
* Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini2017-01-066-1/+12
* [gtest] Detect warning flags using the positive spelling.Chandler Carruth2017-01-063-7/+7
* Fix breakage caused when _LIBCPP_HAS_THREAD_API_PTHREAD is manually definedEric Fiselier2017-01-061-4/+3
* [BPF] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-066-45/+42
* [InstSimplify] Optimize away udivs in the presence of range metadataDavid Majnemer2017-01-062-0/+25
* Revisit PR10177: don't instantiate a variable if it's only referenced in aRichard Smith2017-01-065-67/+75
* Ensure that only one compiler-rt component is created for lsanFrancis Ricci2017-01-061-2/+1
* Handle versioned undefined symbols.Rafael Espindola2017-01-063-6/+94
* Follow-up for r291289: Fix failing global_metadata_darwin.ll testKuba Mracek2017-01-061-1/+1
* Install lldb Python module on Windows.Zachary Turner2017-01-061-6/+9
* Convert MSF Stream iterators to use llvm iterator facade.Zachary Turner2017-01-061-40/+71
* [asan] Change the visibility of ___asan_globals_registered to hiddenKuba Mracek2017-01-061-0/+1
* Fix use after freeXin Tong2017-01-061-1/+1
* [sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek2017-01-0612-36/+184
* Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier2017-01-065-32/+32
* [llvm-config] Print --system-libs only when static linkingMichal Gorny2017-01-066-5/+17
* [cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny2017-01-069-22/+39
* [test] Remove unused 'test_examples' config varMichal Gorny2017-01-062-5/+0
* [InstSimplify] Optimize away urems in the presence of range metadataDavid Majnemer2017-01-063-24/+52
* Fix LoopLoadElimination to keep original alignment on the inital hoisted storeMehdi Amini2017-01-062-4/+6
* [asan] Teach asan_symbolize.py to use :arch with atos and llvm-symbolizer on ...Kuba Mracek2017-01-061-26/+51
* AMDGPU/R600: Don't use REGISTER_{LOAD,STORE} ISD nodesJan Vesely2017-01-068-368/+1162
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-0612-50/+79
* [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek2017-01-0612-11/+123
* Use CodegenOpts::less when creating a TargetMachine for clang `-O1`Mehdi Amini2017-01-061-4/+15
* [libc++] Cleanup and document <__threading_support>Eric Fiselier2017-01-0610-46/+111
* [X86][SSE] Standardized triples in vector shift testsSimon Pilgrim2017-01-069-596/+596
OpenPOWER on IntegriCloud