summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop redundant ->Repl.Rafael Espindola2018-03-231-1/+1
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-235-2/+150
* Partially Revert "Workaround GCC bug PR78489 - SFINAE order is not respected."Eric Fiselier2018-03-231-12/+17
* [GuardWidening] Group code by class [NFC]Philip Reames2018-03-231-39/+40
* [X86] Fix Windows `i1 zeroext` conventions to use i8 instead of i32Reid Kleckner2018-03-239-7/+91
* [HWASan] Port HWASan to Linux x86-64 (compiler-rt)Alex Shlyapnikov2018-03-236-43/+96
* [libFuzzer] Use OptForFuzzing attribute with -fsanitize=fuzzer.Matt Morehouse2018-03-236-10/+19
* Remove CommandObjectStats.cpp & CleanUpTest.cpp fromJason Molenda2018-03-231-2/+0
* Put CommandObjectStats.cpp in lldb-core target, remove CommandObjectStats.h f...Jason Molenda2018-03-231-4/+4
* Remove "FIXME" from a comment.Rui Ueyama2018-03-231-7/+6
* Change for an LLVM header file moveDavid Blaikie2018-03-231-1/+1
* Fix Layering, move instrumentation transform headers into Instrumentation sub...David Blaikie2018-03-239-11/+11
* [Commands] Add a (currently empty) `stats` command.Davide Italiano2018-03-235-0/+66
* [PM][FunctionAttrs] add NoUnwind attribute inference to PostOrderFunctionAttr...Fedor Sergeev2018-03-2332-97/+382
* FreeBSD sanitizer common, intercept couple of more functionsVitaly Buka2018-03-2310-13/+26
* Revert "Mmap interceptor providing mprotect support"Vitaly Buka2018-03-234-46/+8
* Change the darwin-debug target to build the standardJason Molenda2018-03-231-23/+8
* [CMakeLists] Update file list after recent changes.Davide Italiano2018-03-231-1/+0
* [InstCombine] simplify code for FP intrinsic shrinking; NFCISanjay Patel2018-03-231-10/+5
* [InstCombine] increase test coverage for intrinsic shrinking; NFCSanjay Patel2018-03-231-48/+48
* [Commands] Remove dead code for unused `args` command.Davide Italiano2018-03-234-293/+0
* Mmap interceptor providing mprotect supportVitaly Buka2018-03-234-8/+46
* [Command] Remove dead code for the syntax command.Davide Italiano2018-03-235-148/+0
* [Hexagon] Make findLoopInstr member of HexagonInstrInfoKrzysztof Parzyszek2018-03-232-3/+11
* [Hexagon] Correct update of instruction offet in HW loop fixupKrzysztof Parzyszek2018-03-231-3/+7
* Log ObjC Runtime messages only in verbose modeAdrian Prantl2018-03-231-2/+2
* [Hexagon] Boost profit for word-mask immediates, reduce for othersKrzysztof Parzyszek2018-03-233-10/+179
* [PDB] Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-2317-3/+531
* [CUDA] Fixed false error reporting in case of calling H->G->HD->D.Artem Belevich2018-03-232-3/+13
* [HWASan] Port HWASan to Linux x86-64 (clang)Alex Shlyapnikov2018-03-236-47/+90
* [Hexagon] Assume all extendable branches to be of size 8 in relaxationKrzysztof Parzyszek2018-03-231-1/+8
* [AMDGPU] Fix codegen for inline assemblyYaxun Liu2018-03-234-1/+27
* [llvm-mca] Split the InstructionInfoView from the SummaryView.Andrea Di Biagio2018-03-236-106/+155
* [Hexagon] Incorrectly removing dead flag and adding kill flagKrzysztof Parzyszek2018-03-231-3/+4
* [Hexagon] Silence unused variable warning in Release buildsBenjamin Kramer2018-03-231-2/+2
* [Hexagon] Fold offset in base+immediate loads/storesKrzysztof Parzyszek2018-03-232-9/+238
* Fix misuse of llvm::YAML in clangd test.Jordan Rose2018-03-231-1/+1
* [X86] Add itinerary to RCPSS*_Int and similar instructions.Craig Topper2018-03-231-2/+2
* [X86] Add itineraries to ADD.*_DB instructions to match their normal counterp...Craig Topper2018-03-231-11/+20
* [AMDGPU] Update OpenCL to use 48 bytes of implicit arguments for AMDGPUTony Tye2018-03-233-11/+15
* [AMDGPU] Update OpenCL to use 48 bytes of implicit arguments for AMDGPU (CLANG)Tony Tye2018-03-232-26/+26
* [AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye2018-03-237-55/+159
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-2322-303/+267
* [AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye2018-03-233-28/+42
* [Hexagon] Always generate mux out of predicated transfers if possibleKrzysztof Parzyszek2018-03-238-9/+77
* Delete the copy constructor for llvm::yaml::NodeJordan Rose2018-03-231-0/+5
* [Hexagon] Avoid early if-conversion for one sided branchesKrzysztof Parzyszek2018-03-232-12/+99
* [X86][Btver2] Cleanup TEST instructions to use JFPA (+JFPX on ymms) function ...Simon Pilgrim2018-03-233-41/+41
* [HWASan] Port HWASan to Linux x86-64 (LLVM)Alex Shlyapnikov2018-03-235-13/+314
* [ARM] Fix "Constant pool entry out of range!" in Thumb1 modeAna Pazos2018-03-232-0/+360
OpenPOWER on IntegriCloud