summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ScopBuilder] Set domain to empty instead of NULL.Michael Kruse2018-08-013-3/+42
* Fix -Wcovered-switch-default uncovered after r338630Reid Kleckner2018-08-011-1/+1
* Update for DWARF API changeReid Kleckner2018-08-012-3/+3
* [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane2018-08-015-125/+134
* [NFC][CodeGenCXX] Use -emit-llvm-only instead of -emit-llvm and ignoring it.Roman Lebedev2018-08-011-1/+1
* [AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...Erich Keane2018-08-016-53/+69
* [DWARFASTParser] Remove special cases for `llvm-gcc`Davide Italiano2018-08-011-26/+3
* Fix out-of-bounds read in Stream::PutCStringAsRawHex8Raphael Isemann2018-08-012-2/+5
* [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane2018-08-016-212/+269
* [llvm-objcopy] Add missing -I command line flag alias for --input-targetJordan Rupprecht2018-08-011-0/+1
* [DebugInfo/DWARF] [4/4] Unify handling of compile and type units. NFCPaul Robinson2018-08-014-85/+119
* [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFCPaul Robinson2018-08-018-33/+33
* AMDGPU: Use SPseudoInst helperMatt Arsenault2018-08-011-8/+5
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-019-312/+775
* [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFCPaul Robinson2018-08-017-100/+103
OpenPOWER on IntegriCloud