summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-08-301-2/+2
* [llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson2019-08-3011-23/+111
* [ASTImporter] Propagate errors during import of overridden methods.Balazs Keri2019-08-302-5/+55
* [Attributor] Implement AANoAliasCallSiteArgument initializationHideto Ueno2019-08-302-7/+14
* [Clangd] ExtractFunction Added checks for broken control flowShaurya Gupta2019-08-302-17/+75
* [LoopIdiomRecognize] BCmp loop idiom recognitionRoman Lebedev2019-08-306-588/+1271
* [NFC] SCEVExpander: add SetCurrentDebugLocation() / getCurrentDebugLocation()...Roman Lebedev2019-08-301-2/+10
* [clangd] Collecting main file macro expansion locations in ParsedAST.Johan Vikstrom2019-08-303-1/+94
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-3021-185/+154
* dotest: improvements to the pexpect testsPavel Labath2019-08-306-192/+56
* [LiveDebugValues] Insert entry values after bundlesDavid Stenberg2019-08-304-2/+154
* [clangd] Add .vscode-test to .gitignore.Haojian Wu2019-08-301-0/+1
* [CodeGen]: fix error message for "=r" asm constraintAlexander Potapenko2019-08-302-3/+18
* vim: add `immarg` keywordSven van Haastregt2019-08-301-0/+1
* gn build: Merge r370441Nico Weber2019-08-301-1/+0
* [ADT] Removed VariadicFunctionDmitri Gribenko2019-08-303-440/+0
* [lldb][NFC] Move Clang-specific flags to ClangUserExpressionRaphael Isemann2019-08-303-19/+18
* [ELF] Set `referenced` bit of Undefined created by BitcodeFileFangrui Song2019-08-303-1/+30
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-3012-43/+477
* [WindowsResource] Remove use of global variables in WindowsResourceParserMartin Storsjo2019-08-302-70/+62
* [WindowsResource] Avoid duplicating the input filenames for each resource. NFC.Martin Storsjo2019-08-301-4/+5
* [COFF] Add a ResourceSectionRef method for getting resource contentsMartin Storsjo2019-08-306-1/+193
* [MIPS GlobalISel] Lower uitofpPetar Avramovic2019-08-303-1/+493
* [MIPS GlobalISel] Lower fptouiPetar Avramovic2019-08-305-0/+536
* [CodeGen] Fix lowering for returning the result of an extractvalueDan Gohman2019-08-302-1/+201
* [clangd] Add distinct highlightings for static fields and methodsNathan Ridge2019-08-304-14/+33
* [PowerPC][NFC] Use inline Subtarget->isPPC64()Jinsong Ji2019-08-301-7/+6
* [PowerPC][NFC] Use -mtriple in RUN line, remove target triple in tls.llJinsong Ji2019-08-301-4/+4
* [PPC32] Emit R_PPC_GOT_TPREL16 instead R_PPC_GOT_TPREL16_LOFangrui Song2019-08-302-4/+6
* [clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumerAlex Lorenz2019-08-303-43/+117
* [X86] Explicitly list all the always trivially rematerializable instructions.Craig Topper2019-08-301-5/+40
* DebugInfo: add CodeView register mapping for ARM NTSaleem Abdulrasool2019-08-301-0/+121
* [Modules] Make ReadModuleMapFileBlock errors reliableBruno Cardoso Lopes2019-08-292-9/+11
* [CMake][Fuchsia] Enable experimental pass manager by defaultPetr Hosek2019-08-292-0/+2
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-2911-8/+101
* Fix silent wrong-code bugs and crashes with designated initialization.Richard Smith2019-08-293-176/+388
* Refactor InitListChecker to check only a single (explicit) initializerRichard Smith2019-08-292-48/+15
* Refactor InitListChecker to make it a bit clearer that hasError is onlyRichard Smith2019-08-291-44/+36
* [WebAssembly] Implement NO_STRIPDan Gohman2019-08-297-7/+26
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-2912-18/+39
* [Tests] Precommit a few cases where we're missing oppurtunities for block loc...Philip Reames2019-08-291-0/+66
* [lit] Print exit code in for unresolved (lldb)tests.Jonas Devlieghere2019-08-291-2/+2
* [NFC] Test commit - sorted headers.Nandor Licker2019-08-291-1/+1
* [PowerPC] Support extended mnemonics mffprwz etc.Jinsong Ji2019-08-2922-109/+276
* [AArch64][GlobalISel] Select arithmetic extended register patternsJessica Paquette2019-08-295-41/+906
* [X86] Don't emit unreachable stack adjustmentsReid Kleckner2019-08-293-2/+129
* Allow '@' to appear in x86 mingw symbolsReid Kleckner2019-08-292-0/+21
* [InstCombine] add possible bswap as widening shuffle test; NFCSanjay Patel2019-08-291-2/+13
* [CFG] Fix CFG for statement-expressions in return values.Artem Dergachev2019-08-293-4/+61
* Fix the build for MSVC builds using M_PIReid Kleckner2019-08-291-0/+7
OpenPOWER on IntegriCloud