summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [XRay][tools] Support arg1 logging entries in the basic logging modeDean Michael Berris2017-10-053-21/+66
* Remove dead code.Rafael Espindola2017-10-051-7/+0
* [libc++] Clarify names of ABI forcing macrosShoaib Meenai2017-10-053-9/+15
* Enabling new pass manager in LTO (and thinLTO) link step.Sean Fertile2017-10-052-0/+15
* Enabling new pass manager in LTO (and thinLTO) link step.Sean Fertile2017-10-051-0/+7
* Revert r314928 to investigate thinLTO bootstrap failureXinliang David Li2017-10-056-536/+0
* [Analyzer Tests] Fix misc bugs in analyzer reference results updater.George Karpenkov2017-10-051-4/+16
* Work around a bug in the C++ expression parser.Jim Ingham2017-10-051-47/+47
* Another silly little thing you can do with Python commands.Jim Ingham2017-10-051-0/+24
* Add testcase for r314956:Richard Smith2017-10-051-0/+43
* PR33924: Merge block-scope anonymous declarations if there are multiple defin...Richard Smith2017-10-052-2/+3
* Remove PendingBody mechanism for function and ObjC method deserialization.Richard Smith2017-10-053-77/+76
* Refactor duplicated code.Rafael Espindola2017-10-052-5/+5
* [X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-10-059-132/+239
* AMDGPU: Add comment about clampsMatt Arsenault2017-10-051-0/+2
* AMDGPU: Do not fold clamp instructions when sources are differentMatt Arsenault2017-10-052-0/+23
* [libc++] Move cache variable definition. NFCShoaib Meenai2017-10-041-1/+1
* [libc++] Allow users to explicitly specify ABIShoaib Meenai2017-10-043-5/+19
* [sanitizer] Move cxx-abi library earlier in link flags.Evgeniy Stepanov2017-10-043-9/+3
* Fix accidental assignment inside test assertsEric Fiselier2017-10-042-2/+2
* [libc++] Add site config option for ABI macrosShoaib Meenai2017-10-044-1/+23
* [InstCombine] Improve support for ashr in foldICmpAndShiftCraig Topper2017-10-042-9/+56
* AMDGPU: Fix not accounting for instruction size in bundlesMatt Arsenault2017-10-043-1/+68
* AMDGPU: Correctly set EI_OSABI based on the osKonstantin Zhuravlyov2017-10-046-10/+70
* clang-format file.Adrian Prantl2017-10-041-30/+27
* delete commented out code.Adrian Prantl2017-10-041-2/+0
* Initial cut at infastructure for fuzzing support for OSS-fuzzMarshall Clow2017-10-048-0/+483
* Fix 'section' warning behavior with tentatively-defined valuesErich Keane2017-10-042-1/+10
* Do not call Loop::getName on possibly dead loopsSanjoy Das2017-10-042-10/+12
* [MachineBlockPlacement] Make sure PreferredLoopExit is cleared everytime new ...Xin Tong2017-10-041-0/+10
* Fix a -Wparentheses warning. NFC.Hans Wennborg2017-10-041-1/+1
* Convert an APInt to int64_t properly in TTI::getGEPCost().Justin Lebar2017-10-042-2/+5
* [LoopDeletion] Move deleteDeadLoop to to LoopUtils. NFCMarcello Maggioni2017-10-043-134/+138
* Revert "Revert r314810: Use sched_getaffinity instead of std::thread::hardwar...Rafael Espindola2017-10-041-2/+2
* [OpenCL] Clean up and add missing fields for block structYaxun Liu2017-10-047-128/+276
* Bring r314809 back.Rafael Espindola2017-10-048-8/+40
* [SimplifyCFG] put the optional assumption cache pointer in the options struct...Sanjay Patel2017-10-046-59/+54
* LLDB cmake fix: define LLDB_CONFIGURATION_xxx based on the build typeLeonard Mosescu2017-10-042-9/+7
* Recommit r314561 after fixing msan build failureXinliang David Li2017-10-046-0/+536
* [TargetTransformInfo] Check if function pointer is valid before calling isLow...Guozhi Wei2017-10-042-1/+7
* [Hexagon] Move getHexagonTargetFeatures to Hexagon.cpp (NFC)Sumanth Gundapaneni2017-10-043-16/+21
* Add vstore_half helpers for ptxJeroen Ketema2017-10-044-0/+38
* Revert r314810: Use sched_getaffinity instead of std::thread::hardware_concur...Rui Ueyama2017-10-041-2/+2
* Recommit : Use the basic cost if a GEP is not used as addressing modeJun Bum Lim2017-10-0410-10/+139
* Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson2017-10-048-35/+8
* [X86][AVX] Improve (i8 bitcast (v8i1 x)) handling for v8i64/v8f64 512-bit vec...Simon Pilgrim2017-10-042-20/+11
* [Hexagon] Add a member Subtarget to HexagonInstrInfo, NFCKrzysztof Parzyszek2017-10-042-51/+25
* Revert r314886 "[X86] Improvement in CodeGen instruction selection for LEAs (...Hans Wennborg2017-10-0420-639/+187
* [llvm-objcopy] Fix major layout bugs in llvm-objcopyJake Ehrlich2017-10-043-20/+72
* [Dominators] Take fast path when applying <=1 updatesJakub Kuderski2017-10-042-1/+19
OpenPOWER on IntegriCloud