summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gn build: Merge r358554Nico Weber2019-04-171-0/+1
* [LLVM-C] Add DIFile Field AccesssorsRobert Widmann2019-04-172-0/+59
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-1724-299/+337
* [clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall2019-04-1714-33/+137
* [CostModel][X86] Add bool anyof/allof reduction costsSimon Pilgrim2019-04-175-184/+138
* Fixed memory leak reported in Bugzilla:Andrey Churbanov2019-04-171-2/+9
* [clangd] Include insertion: require header guards, drop other heuristics, tre...Sam McCall2019-04-178-139/+105
* clang-cl: Parse /openmp:experimentalHans Wennborg2019-04-172-0/+2
* [DWARF] llvm::Error -> Error. NFCFangrui Song2019-04-172-8/+9
* [libclang] Expose ext_vector_typeSven van Haastregt2019-04-174-5/+17
* [ELF] Use llvm::bsearch. NFCFangrui Song2019-04-172-8/+5
* Change some llvm::{lower,upper}_bound to llvm::bsearch. NFCFangrui Song2019-04-176-45/+34
* [llvm-objcopy] Support full list of bfd targets that lld uses.Jordan Rupprecht2019-04-174-48/+145
* [clangd] lower_bound -> bsearch, NFCSam McCall2019-04-172-8/+8
* [CVP] processOverflowIntrinsic(): don't crash if constant-holding happenedRoman Lebedev2019-04-172-4/+16
* [DWARF] Pass ReferenceToDIEOffsets elements by referenceFangrui Song2019-04-171-3/+3
* Fixed error message printing in write_cmake_config.pyDmitri Gribenko2019-04-171-1/+4
* [X86] Autogenerate complete checks. NFCCraig Topper2019-04-171-8/+38
* [X86] In CopyToFromAsymmetricReg, use VR128 instead of FR32 instructions for ...Craig Topper2019-04-171-12/+12
* [MCA] Moved the bottleneck analysis to its own file. NFCIAndrea Di Biagio2019-04-176-154/+260
* Revert "Add basic loop fusion pass." Per request.Eric Christopher2019-04-1713-2283/+0
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-174868-0/+575521
* Fix visibility for coroutine types on WindowsEric Fiselier2019-04-171-3/+3
* Clear the output string passed to GetHostName()Aaron Smith2019-04-172-0/+8
* clangd: Change Windows.h to windows.h.Peter Collingbourne2019-04-171-1/+1
* Remove the run-slp-after-loop-vectorization option.Eric Christopher2019-04-171-12/+3
* Fix a crash bug caused by a nested call of parallelForEach.Rui Ueyama2019-04-171-6/+6
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-174868-575521/+0
* lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_S...Rui Ueyama2019-04-174-12/+326
* [Driver] Simplify -g level computation and its interaction with -gsplit-dwarfFangrui Song2019-04-172-35/+24
* Add basic loop fusion pass.Kit Barton2019-04-1713-0/+2283
* [builtins] Add __cmpsf2 for ARM version of comparesf2Yi Kong2019-04-171-0/+5
* Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...Marshall Clow2019-04-174-0/+184
* [ADT] llvm::bsearch, binary search for mere mortalsSam McCall2019-04-162-0/+62
* [x86] adjust LEA tests for better coverage; NFCSanjay Patel2019-04-161-12/+41
* [NFC] Remove unused function (Sema::pushExternalDeclIntoScope)Leonard Chan2019-04-162-13/+0
* Modify test to use -S instead of -c so that it works when an external assembl...Douglas Yung2019-04-161-3/+3
* ELF: Move build id computation to Writer. NFCI.Peter Collingbourne2019-04-163-66/+77
* [HWASan] Fixed slow DWARF unwinding.Mitch Phillips2019-04-161-3/+3
* Fix list/forward_list implementations of remove_if and unique to deal with pr...Marshall Clow2019-04-166-6/+107
* [tools] Only build lldb-test when needed.Davide Italiano2019-04-161-1/+5
* [LLVM-C] Add Accessors For Global Variable Metadata PropertiesRobert Widmann2019-04-162-0/+75
* Fix a typo in comments. [NFC]Ali Tamur2019-04-161-1/+1
* [Process] Fix linux arm64 single step compilation failureAlex Langford2019-04-161-0/+1
* [NFC] Build libc++ verbosely in the macOS CILouis Dionne2019-04-161-2/+2
* [tools] Make vscode and lldb-instr optional.Davide Italiano2019-04-165-2/+16
* [NVPTXAsmPrinter] clean up dead code. NFCNick Desaulniers2019-04-162-45/+6
* [TargetLowering] Rename preferShiftsToClearExtremeBits and shouldFoldShiftPai...Simon Pilgrim2019-04-168-17/+16
* [debugserver] Relax the codesigning identity checkFrederic Riss2019-04-161-11/+7
* [libc++] Make sure we use new/delete from libc++abi on CI for Apple platformsLouis Dionne2019-04-161-0/+2
OpenPOWER on IntegriCloud