summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-23250-1461/+1487
* [NFC][X86] Fix check prefixes and autogenerate fold-pcmpeqd-2.ll testRoman Lebedev2019-05-231-8/+168
* [MCA] Make the bool conversion operator in class InstRef explicit. NFCIAndrea Di Biagio2019-05-232-2/+8
* Add REQUIRES: lld to debug-types-address-ranges.sPavel Labath2019-05-231-0/+2
* [DwarfExpression] Refactor dwarf expression (NFC)Petar Jovanovic2019-05-232-23/+44
* [llvm-objdump][test] Improve testing of some switches #2James Henderson2019-05-236-16/+100
* Simplify InputFile::fetch().Rui Ueyama2019-05-233-13/+12
* Remove LazyObjFile::AddedToLink.Rui Ueyama2019-05-233-14/+8
* Reland: [WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg2019-05-235-8/+111
* [clangd-vscode] Do not customize uri converters in vscodeKadir Cetinkaya2019-05-231-12/+0
* Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.Rui Ueyama2019-05-237-351/+364
* Speed up --start-lib and --end-lib.Rui Ueyama2019-05-233-59/+108
* [LLD][ELF] - Improve diagnostic about unrecognized relocations.George Rimar2019-05-237-7/+7
* DWARFASTParserClang: Reduce indentationPavel Labath2019-05-231-1507/+1495
* [WebAssembly] Seal imports section before counting importsSam Clegg2019-05-233-14/+33
* Move SymbolTable::addCombinedLTOObject() to LinkerDriver.Rui Ueyama2019-05-234-34/+29
* Delete default constructors, copy constructors, move constructors, copy assig...Dmitri Gribenko2019-05-234-16/+28
* Enable queue_t and clk_event_t comparisons in C++ modeSven van Haastregt2019-05-232-1/+2
* [llvm-objcopy] - Many minor NFC changes to cleanup/improve the code in ELF/Ob...George Rimar2019-05-231-106/+85
* DWARF: Don't compute address ranges for type unitsPavel Labath2019-05-238-116/+456
* [clangd-vscode] Bump versions dependencies. NFCIlya Biryukov2019-05-231-20/+11
* Simplify `GetName`+`AppendTypeName` by `DWARFDIE`Jan Kratochvil2019-05-234-168/+131
* [ARM][CGP] Clear SafeWrap before each searchSam Parker2019-05-232-0/+76
* [CodeComplete] Complete a lambda when preferred type is a functionIlya Biryukov2019-05-232-0/+124
* [GlobalOpt] recognize dead struct fields and propagate valuesChristian Bruel2019-05-233-6/+50
* [Reproducer] Pass FileSpec by const-ref. (NFC)Jonas Devlieghere2019-05-232-3/+3
* [Utility] Modernize C-style catsJonas Devlieghere2019-05-2316-225/+263
* Remove unnecessary const&s; NFCGeorge Burgess IV2019-05-233-3/+3
* [CMake][Fuchsia] Use cannonical triples for runtimesPetr Hosek2019-05-231-49/+49
* Remove unused const version of CommandInterpreter::GetCommandHistory.Jim Ingham2019-05-231-2/+0
* [WebAssembly] Implement __builtin_return_address for emscriptenThomas Lively2019-05-236-3/+71
* [X86] Support -fno-plt __tls_get_addr callsFangrui Song2019-05-232-51/+102
* [libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany2019-05-234-156/+8
* [ARM64][AArch64] Update disassembler attributes to ARMv8.5 ISA with SVE exten...Omair Javaid2019-05-231-3/+3
* [llvm-objcopy] Add file names to error messagesSeiya Nuta2019-05-2311-39/+55
* gn build: Merge r361418.Peter Collingbourne2019-05-232-0/+2
* [libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany2019-05-236-3/+53
* Ack, added DWARFTypeUnit to the wrong target...Jim Ingham2019-05-234-12/+10
* [FileCheck] Introduce substitution subclassesThomas Preud'homme2019-05-236-80/+124
* FileCheck: Improve FileCheck variable terminologyThomas Preud'homme2019-05-239-189/+196
* [lldb] Fix use-of-uninitialized-value in DriverJorge Gorbe Moya2019-05-221-1/+1
* Expression: correct relocation model for WindowsSaleem Abdulrasool2019-05-221-10/+4
* [Target] Protect Processes' language runtimes map with a mutexAlex Langford2019-05-222-10/+23
* [ORC] Remove a stray decl that accidentally found its way in to r361322.Lang Hames2019-05-221-4/+0
* Actaully lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-05-222-5/+8
* Fix r361428 for Windows buildbots/manglingDavid Blaikie2019-05-221-1/+1
* Fix new enum-codegen.cpp testReid Kleckner2019-05-221-1/+1
* [docs] Make a note of the HowToUseLLJIT example in the ORCv2 design doc.Lang Hames2019-05-221-0/+3
* [Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtestChris Bieneman2019-05-221-0/+2
* Add a HowToUseLLJIT example project.Lang Hames2019-05-223-0/+85
OpenPOWER on IntegriCloud