summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-0212-20/+573
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-0210-308/+21
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-0210-21/+308
* [clang-tidy] Clean up installation rulesShoaib Meenai2017-11-021-5/+6
* Revert "Remove some of the go specific C bindings for debug info now that the...Eric Christopher2017-11-022-0/+29
* [X86] Fix fast-isel-int-float-conversion testSteven Wu2017-11-021-12/+0
* Fix for go bindings header to match previous commit.Eric Christopher2017-11-021-10/+0
* Remove some of the go specific C bindings for debug info now that they've bee...Eric Christopher2017-11-021-19/+0
* [clang-rename] Use add_clang_toolShoaib Meenai2017-11-021-3/+1
* [clang-reorder-fields] Switch to add_clang_toolShoaib Meenai2017-11-021-3/+1
* [cmake] Switch FATAL_ERROR to SEND_ERRORShoaib Meenai2017-11-021-2/+2
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-023-0/+34
* CodeGen: simplify EH personality selection (NFC)Saleem Abdulrasool2017-11-021-8/+9
* [Core] Comparison for unsigned >= 0 is redundant. NFCI.Davide Italiano2017-11-011-1/+1
* [XML] Simplify lambda removing unused capture. NFCI.Davide Italiano2017-11-011-1/+1
* [Interpreter] Remove unused variable usage. NFCI.Davide Italiano2017-11-011-2/+1
* Revert "[libc++] Don't alias quick_exit if __ANDROID_API__ < 21"Dan Albert2017-11-011-5/+1
* Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>Mitch Phillips2017-11-012-6/+6
* Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith2017-11-014-2/+16
* [yaml2obj][ELF] Add support for setting alignment in program headersJake Ehrlich2017-11-014-8/+77
* loop-unroll: teach remapInstruction to update dbg.value intrinsics.Adrian Prantl2017-11-012-1/+90
* [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-018-180/+327
* Revert "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic2017-11-0199-1689/+32
* [LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark2017-11-017-1/+338
* [X86] Use foreach in X86.td to combine some of the CPU names that are obvious...Craig Topper2017-11-011-52/+40
* [X86] Add CMOV feature to 'i686' processor, making it a proper alias of penti...Craig Topper2017-11-011-1/+1
* [globalisel][regbank] Warn about MIR ambiguities when register bank/class nam...Daniel Sanders2017-11-013-0/+19
* dotest: consistently call finalize_build_dictionary in debug info variantsPavel Labath2017-11-011-0/+2
* add LibCxxTuple.cpp, LibCxxQueue.cpp to xcode project file.Jason Molenda2017-11-011-0/+8
* [X86][SSE] Add PACKUS support to LowerTruncateSimon Pilgrim2017-11-016-111/+101
* Rewrite FileOutputBuffer as two separate classes.Rui Ueyama2017-11-012-107/+129
* [libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21Dan Albert2017-11-011-0/+8
* [libc++] Don't alias quick_exit if __ANDROID_API__ < 21Dan Albert2017-11-011-1/+5
* [dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You U...Eugene Zelenko2017-11-0110-253/+491
* [X86] Add custom code to EVEX to VEX pass to turn unmasked 128-bit VPALIGND/Q...Craig Topper2017-11-013-5/+32
* loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.Adrian Prantl2017-11-012-0/+26
* loop-rotate: eliminate duplicate debug intrinsics after splicing.Adrian Prantl2017-11-012-1/+112
* [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-11-012-0/+120
* Include GUIDs from the same module when computing GUIDs that needs to be impo...Dehao Chen2017-11-014-27/+48
* [globalisel][tablegen] Add support for multi-insn emissionDaniel Sanders2017-11-016-30/+238
* Revert 317016 and 317048Philip Reames2017-11-011-44/+50
* [OpenMP] Fix race condition in omp_init_lockJonathan Peyton2017-11-012-3/+46
* AMDGPU: Fix set but not used warnings related to AMDGPUASKonstantin Zhuravlyov2017-11-017-36/+32
* [clang-format] Make parseUnaryOperator non-recursive, NFCIKrasimir Georgiev2017-11-011-10/+8
* [X86] Prevent fast isel from folding loads into the instructions listed in ha...Craig Topper2017-11-014-6/+177
* Adds code to PPC ISEL lowering to recognize half-word inserts from vector_shu...Graham Yiu2017-11-014-5/+439
* Revert r317105 to investigate bot breakage.Adrian Prantl2017-11-012-109/+1
* Revert r317106 to facilitate reverting r317105.Adrian Prantl2017-11-012-26/+0
* LTO: Apply global DCE to ThinLTO modules at LTO opt level 0.Peter Collingbourne2017-11-014-32/+59
* [X86] Regnerate test to attempt to fix build bot failure.Craig Topper2017-11-011-0/+8
OpenPOWER on IntegriCloud