summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [HIP] Fix device only compilationYaxun Liu2018-11-142-10/+20
* [CMake] Include clang-apply-replacements in Fuchsia toolchainPetr Hosek2018-11-141-0/+1
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-14164-539/+538
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-1434-116/+708
* [PowerPC] Enhance the selection(ISD::VSELECT) of vector typeZi Xuan Wu2018-11-145-20/+133
* Revert r346810 "Preserve loop metadata when splitting exit blocks"Reid Kleckner2018-11-142-80/+0
* [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directoryAlex Lorenz2018-11-144-1/+22
* [CodeGen] Fix forward scan in MachineBasicBlock::computeRegisterLiveness.Eli Friedman2018-11-142-15/+45
* [CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek2018-11-144-0/+12
* Complete reverting r346191Tatyana Krasnukha2018-11-140-0/+0
* Complete reverting r346191Tatyana Krasnukha2018-11-130-0/+0
* [PDB] Simplify symbol handling code, NFCReid Kleckner2018-11-131-25/+22
* [MachineOutliner][NFC] Use flags set in all candidates to check for callsJessica Paquette2018-11-131-6/+11
* Make dsymutil more robust when parsing load commands.Adrian Prantl2018-11-133-15/+20
* [InstCombine] fold funnel shift amount based on demanded bitsSanjay Patel2018-11-132-14/+24
* Make the ExpandTilde unit test expect "\" (not "/") on Win32Matthew Voss2018-11-131-0/+6
* Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.Adrian Prantl2018-11-133-17/+228
* Add cxx-benchmark-unittests targetEric Fiselier2018-11-133-22/+78
* Preserve loop metadata when splitting exit blocksCraig Topper2018-11-132-0/+80
* [MachineOutliner][NFC] Use MBB flags to avoid call checks in getOutliningInfoJessica Paquette2018-11-133-25/+39
* Fix "use of" uninitialized memory in benchmark.Eric Fiselier2018-11-131-1/+1
* [InstCombine] canonicalize rotate patterns with cmp/selectSanjay Patel2018-11-132-37/+121
* OpenCL: Don't warn on v printf modifierMatt Arsenault2018-11-135-0/+53
* Mark #2184 as complete; the tests are fine. (I thought that they were wrong b...Marshall Clow2018-11-131-1/+1
* [lsan] [FIXUP] Fixup for http://reviews.llvm.org/D54484George Karpenkov2018-11-131-1/+1
* [MachineOutliner][NFC] Exit getOutliningType if there are < 2 candidatesJessica Paquette2018-11-132-4/+5
* [Driver] Support g++ headers in include/g++David Greene2018-11-136-0/+15
* [AST] Revert r346793 and r346781Bruno Ricci2018-11-133-115/+102
* [AMDGPU] combine extractelement into several selectsStanislav Mekhanoshin2018-11-1310-51/+432
* [NFC] Mark LWG3128 and LWG3132 as requiring no workLouis Dionne2018-11-131-2/+2
* [MemorySSA] Create query after checking if instruction is a fence.Alina Sbirlea2018-11-131-2/+3
* [AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790Fangrui Song2018-11-131-1/+1
* [ELF] Add a better test for the multi-CU .gdb_index bug that D54361 fixedFangrui Song2018-11-133-2/+82
* Fixed DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT i1 handlingStanislav Mekhanoshin2018-11-132-0/+37
* [ELF] Rename NameTypeEntry to NameAttrEntry and its field "Type" to CuIndexAn...Fangrui Song2018-11-132-12/+12
* [AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.tdBruno Ricci2018-11-131-63/+80
* [lsan] [NFC] Change ARRAY_SIZE to internal_strnlenGeorge Karpenkov2018-11-131-1/+3
* [MS Demangler] Print public:, protected:, private: if set in FunctionClass or...Nico Weber2018-11-139-31/+42
* [AsmPrinter] Rename a comment of .debug_gnu_pubnames entryFangrui Song2018-11-132-3/+3
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-137-1/+31
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-1311-105/+157
* [NativePDB] Add support for S_CONSTANT records.Zachary Turner2018-11-136-8/+1249
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-135-4/+233
* Add fneg instruction to syntax highlighting listsMatt Arsenault2018-11-133-2/+3
* [SelectionDAG][X86] Relax restriction on the width of an input to *_EXTEND_VE...Craig Topper2018-11-138-227/+263
* [Cocoa] Implement formatter for the new NSDate representation.Davide Italiano2018-11-131-1/+63
* [llvm-objcopy] Rename --keep to --keep-section.Jordan Rupprecht2018-11-1311-17/+19
* [AST][NFC] Style fixes for UnaryOperatorBruno Ricci2018-11-132-39/+35
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-1332-260/+1599
* Fix UB in string.bench.cpp.Eric Fiselier2018-11-131-6/+6
OpenPOWER on IntegriCloud