summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-2110-143/+13
* Fix an unused variable warning in ClangASTContext.cppPavel Labath2019-08-211-2/+1
* Properly EXCLUDE_FROM_ALL the testing support libraryPavel Labath2019-08-211-1/+1
* Be explicit about Windows coff name trailing character policySerge Guelton2019-08-211-6/+14
* [NFC] Mark CallTargetComparator() as const to fix libc++ warningsRaphael Isemann2019-08-211-1/+1
* Revert D65242 "[ELF] More dynamic relocation packing"Fangrui Song2019-08-212-221/+119
* [PPC Docs] Remove duplicate info about __builtin_setrnd()David Zarzycki2019-08-211-49/+1
* Revert r369472 and r369441Vitaly Buka2019-08-2111-346/+38
* [Symbol] Remove unused clang headers from TypeAlex Langford2019-08-212-4/+0
* [NFC] Return llvm::StringRef from StringExtractor::GetStringRef.Jonas Devlieghere2019-08-219-81/+71
* [NFC] Remove unused function GetHexWithFixedSizeJonas Devlieghere2019-08-214-68/+8
* [NFC] Simplify codeJonas Devlieghere2019-08-211-17/+13
* Fix 'fall through' annotationVitaly Buka2019-08-211-3/+3
* [ELF][test] Add CHECK lines omitted in r369488Fangrui Song2019-08-211-8/+34
* [ELF] More dynamic relocation packingFangrui Song2019-08-212-111/+187
* libcxx: Rename .hpp files in libcxx/benchmarks to .hNico Weber2019-08-2113-25/+25
* Autogenerate the shebang lines for tools/opt-viewerChris Bieneman2019-08-216-7/+24
* [NFC] Remove lldb_utility namespace.Jonas Devlieghere2019-08-2111-65/+44
* Update a few tests that may change the platform to save & restoreJason Molenda2019-08-214-4/+31
* Fix missing __muloti4 function with UBSANEric Fiselier2019-08-211-1/+1
* Attempt to fix MSAN failures in benchmarksEric Fiselier2019-08-211-1/+7
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-21447-723/+723
* [AArch64][GlobalISel] Add support for narrowScalar of G_ZEXTAmara Emerson2019-08-216-29/+95
* [Doxygen] Document private class members.Jonas Devlieghere2019-08-211-1/+1
* Remove llvm/utils/git/find-revNico Weber2019-08-201-50/+0
* [dotest] Don't set the DWARF version override in CFLAGS_EXTRA.Jonas Devlieghere2019-08-202-6/+5
* gn build: Merge r369467Nico Weber2019-08-201-0/+18
* [X86] Automatically generate shift tests. NFCAmaury Sechet2019-08-206-6/+1508
* Add triple to new test to try to pacify botsReid Kleckner2019-08-201-1/+1
* Add TinyPtrVector support for general pointer-like things.Andrew Trick2019-08-204-36/+101
* [AArch64][asan] fix typo in AsanStats::PrintSebastian Pop2019-08-201-1/+1
* Fix assert in XCOFFObjectWriter related to program code csects.Sean Fertile2019-08-201-3/+1
* [Attributor] Liveness for internal functions.Stefan Stipanovic2019-08-205-3/+145
* [X86] Autogenerate vec_* tests. NFCAmaury Sechet2019-08-2010-59/+109
* [Sanitizer] Remove unused functionsAlexandre Ganea2019-08-201-9/+0
* [RISCV GlobalISel] Adding initial GlobalISel infrastructureDaniel Sanders2019-08-2017-2/+446
* [MemorySSA] Make Phi cleanups consistent.Alina Sbirlea2019-08-202-24/+18
* [AArch64][GlobalISel] Select logical_imm32 and logical_imm64 patternsJessica Paquette2019-08-205-7/+153
* [MemorySSA] Fix existing phis when inserting defs.Alina Sbirlea2019-08-202-8/+64
* Add a missing _VSTD:: before a call to merge. Fixes PR43034. Checked the rest...Marshall Clow2019-08-201-1/+1
* Remove assert with tautological compare from XCOFFObjectWriter.Sean Fertile2019-08-201-1/+0
* [NFC] Fix -Wdocumentation warnings in Utility.Jonas Devlieghere2019-08-207-80/+61
* [AArch64][GlobalISel] Select patterns which use shifted register operandsJessica Paquette2019-08-206-1/+602
* [DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine (concat_vectors (conc...Craig Topper2019-08-2010-204/+199
* [DebugInfo] Add debug location to dynamic atexit destructorAlexandre Ganea2019-08-204-8/+31
* Revert [WinEH] Allocate space in funclets stack to save XMM CSRsReid Kleckner2019-08-207-241/+38
* [Symbol] Move VerifyDecl to ClangASTContextAlex Langford2019-08-204-35/+5
* Teach GlobalISelEmitter to treat used iPTRAny operands as pointer operandsJessica Paquette2019-08-204-7/+63
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-2014-25/+537
* [LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)Med Ismail Bennani2019-08-201-8/+0
OpenPOWER on IntegriCloud