summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replace the old kaleidoscope tutorial files with orphaned pages that forward ...Chris Lattner2019-07-1913-5638/+47
* Point to the dusted off version of the kaleidoscope tutorial.Chris Lattner2019-07-192-2/+4
* [test] [llvm-objcopy] Fix broken test caseAlex Brachet2019-07-191-8/+15
* [NFC][PowerPC] Modify the test case add_cmp.llKang Zhang2019-07-191-32/+12
* [libFuzzer] Set Android specific ALL_FUZZER_SUPPORTED_ARCHYi Kong2019-07-191-0/+2
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-1916-88/+234
* Use the MachineBasicBlock symbol for a callbr targetBill Wendling2019-07-193-10/+34
* [Target] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-192-204/+191
* [Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere2019-07-193-36/+33
* check for interrupt from fgets on WindowsNathan Lanza2019-07-191-0/+3
* [NFC] Remove instances of unused ClangASTContext headerAlex Langford2019-07-193-3/+2
* Fix formatting of inline argument comments. NFC.Sam Clegg2019-07-191-7/+6
* [Commands] Remove unused header from CommandObjectFrameAlex Langford2019-07-191-1/+0
* [GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs an...Amara Emerson2019-07-1915-123/+277
* [cmake] Fix typo where a varible was checked for Apple instead of DarwinNathan Lanza2019-07-191-1/+1
* [cmake] Convert the NATIVE llvm build process to be project agnosticNathan Lanza2019-07-192-28/+32
* [cmake] Update NATIVE build variables to account for standalone changesNathan Lanza2019-07-181-5/+4
* Reapply [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-188-18/+528
* Update the SimpleJIT class in the clang-interpreter example to use ORCv2.Lang Hames2019-07-181-44/+53
* Update polly test for SCEV change.Eli Friedman2019-07-181-1/+1
* [clang-scan-deps] Dependency directives source minimizer: handle #pragma onceAlex Lorenz2019-07-183-1/+40
* Remember to sort the Xcode project!!!Jim Ingham2019-07-181-2680/+2680
* Add an expectedFailure test for type finding.Jim Ingham2019-07-183-0/+83
* The switch to table-genning command options brokeJim Ingham2019-07-181-2680/+2705
* [AMDGPU] Drop Reg32 and use regular AsmNameStanislav Mekhanoshin2019-07-183-25/+21
* [WebAssembly] Use passive segments by default when memory is sharedThomas Lively2019-07-187-27/+23
* [GlobalISel][AArch64] Add support for base register + offset register loadsJessica Paquette2019-07-182-0/+183
* CodeGen: Allow !associated metadata to point to aliases.Peter Collingbourne2019-07-182-3/+9
* Revert [X86] EltsFromConsecutiveLoads - support common source loadsReid Kleckner2019-07-183-179/+249
* [WebAssembly] fix bug in finding .tdata segmentGuanzhong Chen2019-07-182-5/+6
* [WebAssembly] Fix __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-183-2/+13
* [cmake] Only run llvm-codesign if targetting apple on an apple hostNathan Lanza2019-07-181-1/+1
* Fix typo in r366494. Spotted by Yuanfang Chen.Peter Collingbourne2019-07-181-1/+1
* Remove the static initialize introduced in r365099Steven Wu2019-07-181-9/+11
* [Breakpoint] Replace use of ClangASTContext with TypeSystemAlex Langford2019-07-181-2/+3
* IR: Teach Constant::needsRelocation() that relative pointers don't need to be...Peter Collingbourne2019-07-182-11/+44
* Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2019-07-185-30/+84
* [NFC][pstl] Run clang-format on the sources, including the testsLouis Dionne2019-07-1836-118/+108
* [pstl] Fix test that checked the version number after version bumpLouis Dionne2019-07-181-2/+2
* [pstl] Declare main() as returning int, not int32_tLouis Dionne2019-07-1859-59/+59
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-186-9/+18
* [ASan] Support `{f}puts(NULL)` on Darwin, part 2Julian Lettner2019-07-181-2/+4
* gn build: Merge r366458.Peter Collingbourne2019-07-181-0/+1
* FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPEJordan Rose2019-07-181-1/+4
* [ORC] Suppress an ORCv1 deprecation warning.Lang Hames2019-07-181-1/+2
* [libc++] Add C++17 deduction guides for std::functionLouis Dionne2019-07-184-0/+337
* [OPENMP]Fix sharing of threadprivate variables with TLS support.Alexey Bataev2019-07-182-4/+30
* [compiler-rt] Complete revert of r366413Matthew Voss2019-07-181-42/+0
* Fix C++ modules buildRaphael Isemann2019-07-181-0/+1
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-1814-33/+1474
OpenPOWER on IntegriCloud