- c1899b1 Revert r231104, "unique_ptrify FullDependenceAnalysis::DV", to appease msc18 C2280. by NAKAMURA Takumi · 11 years ago
- c2f4077 [sanitizer] add nosanitize metadata to more coverage instrumentation instructions by Kostya Serebryany · 11 years ago
- 4197c13 [MBP] Revert r231238 which attempted to fix a nasty bug where MBP is by Chandler Carruth · 11 years ago
- d12ce78 ScalarEvolution.cpp: Appease g++-4.7. He missed implicit "this" in lambda. by NAKAMURA Takumi · 11 years ago
- 0610964 Remove the conditional addition of the execution dependency fixing by Eric Christopher · 11 years ago
- b56d7b0 Cleanup and remove a chunk of getARMSubtarget calls in the by Eric Christopher · 11 years ago
- 948b2db Turn off .debug_pubnames/pubtypes for PS4. by Paul Robinson · 11 years ago
- 5451090 Initializer lists are supported in MSVC 2013. Since that's our minimum required version, we can move that to the list of acceptable C++11 features. by Aaron Ballman · 11 years ago
- 05b7eaf [Support] Increase timeout for the LockFileManager back to 5 mins. by Argyrios Kyrtzidis · 11 years ago
- 29aeaf5 Improve test robustness by Matthias Braun · 11 years ago
- 295be84 [IndVarSimplify] use the "canonical" way to infer no-wrap. by Sanjoy Das · 11 years ago
- 12aa70b [SCEV] make SCEV smarter about proving no-wrap. by Sanjoy Das · 11 years ago
- 274eae8 Provide an explicit move ctor because MSVC can't synthesize one by David Blaikie · 11 years ago
- d0d92e7 [dsymutil] Add minimal code to emit DIE trees. by Frederic Riss · 11 years ago
- 17b5682 DWARFFormValue: Add getAsSignedConstant method. by Frederic Riss · 11 years ago
- 13d5de3 Teach DIEInteger to emit FORM_strp and FORM_ref_addr attributes. by Frederic Riss · 11 years ago
- c7e4df3 Make the DWARFAbbreviationDeclaration::AttributeSpec type public. by Frederic Riss · 11 years ago
- 0effae8 Update LangRef for explicit type changes to 'load' instruction by David Blaikie · 11 years ago
- 236aa85 Expand variables when evaluating absolute expressions. by Rafael Espindola · 11 years ago
- af9251f Update LangRef for getelementptr explicit type changes by David Blaikie · 11 years ago
- 198cef7 don't repeat class / function / variable names in comments; NFC by Sanjay Patel · 11 years ago
- 4ceab42 Support standard DWARF TLS opcode; Darwin and PS4 use it. by Paul Robinson · 11 years ago
- b69d556 Add LLVM support for PPC cryptography builtins by Nemanja Ivanovic · 11 years ago
- c56226c Try to satisfy sanitizer lint check by Reid Kleckner · 11 years ago
- 5109ec0 Add a FIXME for PR22796, broken ordering of ClassInfo in TableGen by David Blaikie · 11 years ago
- 671944f Fix the build of the gold-plugin and examples. by Rafael Espindola · 11 years ago
- b34736c Add missing <atomic> include to PassRegistry.h by Reid Kleckner · 11 years ago
- 953be88 Add a lock() function in PassRegistry to speed up multi-thread synchronization. by Erik Eckstein · 11 years ago
- be61f2b Recommit r231221: "Devirtualize ~parser<T> by making it protected in base classes and making derived classes final" by David Blaikie · 11 years ago
- c90e7f7 Bring r231132 back with a fix. by Rafael Espindola · 11 years ago
- c94da20 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
- 2337c1f Revert "unique_ptrify ValID::ConstantStructElts" by Reid Kleckner · 11 years ago
- a2b8275 Revert the test commit. by Wei Mi · 11 years ago
- f1bc8c3 Test commit. It will be reverted in the next commit. by Wei Mi · 11 years ago
- 2e74dde Update the out-of-date dwarf expressions in these testcases. by Adrian Prantl · 11 years ago
- 8dd4cf1 Fix DwarfExpression::AddMachineRegExpression so it doesn't read past the by Adrian Prantl · 11 years ago
- 506d4b2 R600/SI: Add an intrinsic for S_FLBIT_I32 / V_FFBH_I32 by Marek Olsak · 11 years ago
- 34173c4 Test commit. Removed an unnecessary space by Nemanja Ivanovic · 11 years ago
- 40e20ea Explicitly default ilistTest::Node's copy constructor by David Blaikie · 11 years ago
- b74289c Revert r231221, "Devirtualize ~parser<T> by making it protected in base classes and making derived classes final" by NAKAMURA Takumi · 11 years ago
- 69de093 Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now, to suppress log floodng in LTO. by NAKAMURA Takumi · 11 years ago
- 81338a4 Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how AtomicRMWInsts are expanded. by JF Bastien · 11 years ago
- 2e37a6f [mips][microMIPS] Make usage of ADDU16 and SUBU16 by code generator by Jozef Kolek · 11 years ago
- a558232 [PowerPC] Remove unnecessary and incomplete commentary by Bill Schmidt · 11 years ago
- da5e568 [X86][FastISel] Simplify the logic in method X86SelectSIToFP. by Andrea Di Biagio · 11 years ago
- 826cbaf asan: do not instrument direct inbounds accesses to stack variables by Dmitry Vyukov · 11 years ago
- dee2f990 [mips] Rename the LA/LI/DLI TableGen definitions and classes. NFC. by Toma Tabacu · 11 years ago
- 2a817f8 [mips] Keep the parameter list of Filler::searchRange() consistent. NFC. by Vasileios Kalintiris · 11 years ago
- 67fade9 [MBP] Fix a really horrible bug in MachineBlockPlacement, but behind by Chandler Carruth · 11 years ago
- ab4d9a3 [mips] Specify the correct value type when combining a CMovFP node. by Vasileios Kalintiris · 11 years ago
- f68f28a Add a flag to experiment with outlining optional branches. by Daniel Jasper · 11 years ago
- 78c4ef5 Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot handle yet. by Kristof Beyls · 11 years ago
- b660ece [Tablegen] Use correct result number variables with the pattern nodes they go with when handling SDTCisSameAs. No functional change as they are always both 0 unless you try to define a multi result type profile that uses SDTCisSame on one of the other results. by Craig Topper · 11 years ago
- 5edbe7e Explicitly default DenseMapTest::CtorTest::operator= by David Blaikie · 11 years ago
- ee118f3 Remove explicit RNSuccIterator copy assignment in favor of implicit default by David Blaikie · 11 years ago
- 5651a7b use = default instead of {} by David Blaikie · 11 years ago
- d4b0124 Make format_object_base explicitly copyable, so format_objects can be copied without relying on the implicit copy ctor by David Blaikie · 11 years ago
- ca12616 Devirtualize ~parser<T> by making it protected in base classes and making derived classes final by David Blaikie · 11 years ago
- dcc6701 Avoid copying parser objects by David Blaikie · 11 years ago
- bbfda9c [DAGCombine] Fix a bug in a BUILD_VECTOR combine by Michael Kuperstein · 11 years ago
- 4e942d6 Make OptionValue explicitly copyable by David Blaikie · 11 years ago
- 11c03fe Devirtualize OptionValue::~OptionValue in favor of protected in the base, with final derived classes by David Blaikie · 11 years ago
- 8667ab7 [MC][Target] Implement support for R_X86_64_SIZE{32,64}. by Davide Italiano · 11 years ago
- b9c28bc [llvm-pdbdump] Display full enum definitions. by Zachary Turner · 11 years ago
- cc8f2c2 Revert "[ADT] fail-fast iterators for DenseMap" by Chaoren Lin · 11 years ago
- 79664f9 Move emitDIE and emitAbbrevs to AsmPrinter. NFC. by Frederic Riss · 11 years ago
- 1deab9b Constify AsmPrinter passed to DIE methods. by Frederic Riss · 11 years ago
- 7eefc24 Fix the test for r231201. We don't crash anymore. by Filipe Cabecinhas · 11 years ago
- 6d031a3 Workaround MSVC not providing implicit move members by David Blaikie · 11 years ago
- 2701736 Object: Add range iterators to Archive symbols by Rui Ueyama · 11 years ago
- 5a04a31 Use report_fatal_error instead of unreachable for -fast-isel-abort by Mehdi Amini · 11 years ago
- cca1f37 unique_ptrify ValID::ConstantStructElts by David Blaikie · 11 years ago
- de2cab9 LLParser: Avoid copying ValIDs, the copy ctor is deprecated in C++11 due to the presence of a user-declared dtor by David Blaikie · 11 years ago
- bd490c1 Use the vanilla func_end symbol for .size. by Rafael Espindola · 11 years ago
- 7ac9da5 Remove MCStreamer include which isn't used here. NFC by Pete Cooper · 11 years ago
- ba7c430 This file should always have included MCAssembler and not MCStreamer. NFC by Pete Cooper · 11 years ago
- 05be9b1 Remove MCStreamer.h include from MCContext.h and explictly include it where necessary. NFC by Pete Cooper · 11 years ago
- 41cf463 Recommit r231168: unique_ptrify LiveRange::segmentSet by David Blaikie · 11 years ago
- 1df6d33 Weaken the check for a specific movl on the twoaddr-coalesce-3 by Eric Christopher · 11 years ago
- e4c5d93 Reverse the order libc++ and libc++abi are added in CMake. by Eric Fiselier · 11 years ago
- 9aa29a4 Recommit r231175: Change LiveStackAnalysis::SS2IntervalMap from std::map to std::unordered_map by David Blaikie · 11 years ago
- 08efe82 Fix the x86-upgrade-avx2-vbroadcast.ll test by commenting the CHECK lines by Filipe Cabecinhas · 11 years ago
- b6aa399 RegisterCoalescer: Gracefully continue if subrange merging fails. by Matthias Braun · 11 years ago
- c82398a Drop the "eh_" from eh_func_begin and eh_func_end. by Rafael Espindola · 11 years ago
- ed7eabb Revert "unique_ptrify LiveRange::segmentSet" by David Blaikie · 11 years ago
- 9f3ecd0 [RewriteStatepointsForGC] Fix a relocation bug w.r.t values defined by invoke instructions by Philip Reames · 11 years ago
- e49da9a Remove 'llvm.x86.avx2.vbroadcasti128' intrinsic. by Juergen Ributzka · 11 years ago
- 258b771 Document the LLVM "thunk" attribute added back in r226708 by Reid Kleckner · 11 years ago
- f2bf51c Update twoaddr-coalesce-3.ll to run on darwin and linux machines: by Eric Christopher · 11 years ago
- 5c82e57 Add missing header include by David Blaikie · 11 years ago
- 19af066 Recommit r231168: unique_ptrify LiveRange::segmentSet by David Blaikie · 11 years ago
- 5d9a5fd Change LiveStackAnalysis::SS2IntervalMap from std::map to std::unordered_map by David Blaikie · 11 years ago
- c4a7446 Revert "unique_ptrify LiveRange::segmentSet" by David Blaikie · 11 years ago
- 87a61e9 Move TargetLibraryInfo data from two files into one common .def file. by Jan Wen Voung · 11 years ago
- 45499d3 unique_ptrify LiveRange::segmentSet by David Blaikie · 11 years ago
- ae0620c [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fuzzing). by Kostya Serebryany · 11 years ago
- 0e5fc6e Remove subtarget dependence in pass pipeline setup for AArch64. by Eric Christopher · 11 years ago
- ec0a396 WinEH: Remove vestigial EH object by Reid Kleckner · 11 years ago
- 9ab9224 LangRef: Clarify select's semantics with vector arguments by David Majnemer · 11 years ago
- 8db493c InstCombine: Ensure select condition types are identical before merging by David Majnemer · 11 years ago