summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-0211-76/+207
* clang-format: fix a crash in comment wraps.Martin Probst2018-08-023-25/+52
* [lld] Make tests calling llvm-ar more robustChris Jackson2018-08-0219-1/+20
* [llvm-ar] Correct help textBen Dunbobbin2018-08-021-29/+27
* [llvm-mca] Use a vector to store ResourceState objects in the ResourceManager.Andrea Di Biagio2018-08-022-81/+70
* [llvm-exegesis] Rename InstructionInstance into InstructionBuilder.Guillaume Chatelet2018-08-0210-129/+129
* Add header guard to asan_report.hFilipe Cabecinhas2018-08-021-0/+4
* [LLD][ELF] - Simplify. NFC.George Rimar2018-08-021-6/+1
* [X86][SSE] Add more UDIV nonuniform-constant vector testsSimon Pilgrim2018-08-021-0/+238
* [LLD] Do not overwrite LMAOffset of PT_LOAD headerGeorge Rimar2018-08-023-8/+55
* Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu2018-08-024-6/+10
* Unit test for Symtab::InitNameIndexesStefan Granitz2018-08-023-1/+261
* Add include guardStefan Granitz2018-08-021-0/+5
* [X86][SSE] Pull out duplicate VSELECT to shuffle mask code. NFCI.Simon Pilgrim2018-08-021-27/+29
* [GlobalISel] Fix typo with missed override specifierAlexander Ivchenko2018-08-021-1/+1
* [emacs] Indent statement continuation to match clang-formatAndrew Savonichev2018-08-021-1/+11
* [GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per V...Alexander Ivchenko2018-08-0216-128/+425
* [LLD] Only increase LMARegion if different from MemRegionGeorge Rimar2018-08-023-1/+37
* utils/release/tag.sh: add debuginfo-tests to project listHans Wennborg2018-08-021-1/+1
* [LLD] - Improve handling of AT> linker script commandsGeorge Rimar2018-08-023-5/+48
* lit: bump version numberHans Wennborg2018-08-021-1/+1
* [UnJ] Add debug messages for why loops are not unrolled. NFCDavid Green2018-08-021-18/+55
* Test commit accessMichael Wu2018-08-021-1/+0
* [AArch64] Add support for got relocated LDR'sDavid Green2018-08-024-0/+16
* Test commit.Kito Cheng2018-08-021-1/+1
* [LICM] Factor out fault legality from canHoistOrSinkInst [NFC]Philip Reames2018-08-023-25/+25
* [LICM] Expand tests to highlight an oddity in sinking implementationPhilip Reames2018-08-021-0/+33
* Added missing highlighter files to XCode projectRaphael Isemann2018-08-021-0/+16
* Implement P1023: constexpr comparison operators for std::arrayMarshall Clow2018-08-023-10/+56
* [analyzer] Extend NoStoreFuncVisitor to follow fields.George Karpenkov2018-08-024-131/+423
* Implement P0887: The identity metafunctionMarshall Clow2018-08-022-0/+50
* Fix FCOPYSIGN expansionLei Liu2018-08-022-19/+34
* Pass triple to RUN line to fix failing bots.Akira Hatanaka2018-08-021-2/+2
* [LICM] hoisting/sinking legality - bail early for unsupported instructionsPhilip Reames2018-08-021-8/+19
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-0231-8/+942
* [libFuzzer] use absolute distance in addition to the hamming distance in valu...Kostya Serebryany2018-08-022-11/+6
* [ADT] Add some documentation for GraphTraits.Tim Shen2018-08-021-0/+7
* [JSONExporter] Print instead of ignoring parser error.Michael Kruse2018-08-021-2/+3
* [PowerPC] Do not round values prior to converting to integerNemanja Ivanovic2018-08-023-207/+258
* Remove unnecessary target from TestCompletion patchRaphael Isemann2018-08-011-1/+0
* Serialize DoesNotEscape.Akira Hatanaka2018-08-014-0/+32
* [AArch64] DWARF: do not generate AT_location for thread localLei Liu2018-08-014-0/+50
* Add maybe-unused attribute to a variable.Nick Desaulniers2018-08-011-0/+1
* Reland r338431: "Add DebugCounters to DivRemPairs"George Burgess IV2018-08-012-0/+97
* [InstSimplify] move minnum/maxnum with same arg fold from instcombineSanjay Patel2018-08-015-22/+22
* Load from the GOT for external symbols in the large, PIC code modelReid Kleckner2018-08-012-1/+92
* [ASAN] Use the correct shadow offset for ASAN on FreeBSD/mips64.John Baldwin2018-08-012-1/+13
* [ORC] Add a 'Callable' flag to JITSymbolFlags.Lang Hames2018-08-018-45/+91
* [AST] Remove the static_assert check in ObjCMethodDecl::ObjCMethodDeclVlad Tsyrklevich2018-08-011-7/+0
* Re-submit r338596 with a bug fix and a test.Rui Ueyama2018-08-012-7/+5
OpenPOWER on IntegriCloud