- 66a92f3 Reapply "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
- dcefe31 Revert "Replace the use of MaxFunctionCount module flag" by Eric Liu · 9 years ago
- ae5612e [AMDGPU][llvm-mc] s_setreg* - Fix order of operands by Artem Tamazov · 9 years ago
- 4ebefaf Silence some "initialized but unused" warnings from MSVC -- the function being called is a static function, so there's no need for an instance variable. NFC. by Aaron Ballman · 9 years ago
- 1806169 Revert 266581 (and follow-up 266588), it doesn't build on Windows. by Nico Weber · 9 years ago
- 5504404 Unbreak building unit tests on Windows after r266595. by Nico Weber · 9 years ago
- 2e7ff2c Unbreak building LLVMTarget on Windows after r266595. by Nico Weber · 9 years ago
- a3a95e8 Unbreak building llvm-pdbdump on Windows after r266595. by Nico Weber · 9 years ago
- 9251559 [mips][ias] Prevent double-filling of delay slots by generating '.set noreorder' regions. by Daniel Sanders · 9 years ago
- e87a43e Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h by Eric Liu · 9 years ago
- d30dbb6 [ARM] AArch32 v8 NEON is still not IEEE-754 compliant by Renato Golin · 9 years ago
- b144c8f [mips][ias] Stream macro expansions to output instead of buffering them. NFC. by Daniel Sanders · 9 years ago
- 895fbaa [PowerPC] add comment to test by Strahinja Petrovic · 9 years ago
- f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- 8149973 [Orc] Tweak some of the new RPC code to silence a warning (extraneous ';') and by Lang Hames · 9 years ago
- 35f771e BitcodeWriter: WorkList => Worklist, NFC by Duncan P. N. Exon Smith · 9 years ago
- bd1968a [ORC] Generalize the ORC RPC utils to support RPC function return values and by Lang Hames · 9 years ago
- 034f0ee Linker: Share a single Metadata map for the lifetime of IRMover by Duncan P. N. Exon Smith · 9 years ago
- 6a6cda1 [X86] Be explicit about calls to setOperationAction for AVX2 and AVX512 rather than just looping over all vector types and conditinally matching them. NFC by Craig Topper · 9 years ago
- d6634d6 Revert "NFC: unify clang / LLVM atomic ordering" by JF Bastien · 9 years ago
- 537951f NFC: unify clang / LLVM atomic ordering by JF Bastien · 9 years ago
- ab6ed64 When building with LLVM_ENABLE_MODULES, put the module cache into the build by Richard Smith · 9 years ago
- 6b8e359 Transforms: Try harder to fix bootstrap after r266565 by Duncan P. N. Exon Smith · 9 years ago
- 31d315e Linker: Don't double-schedule appending variables by Duncan P. N. Exon Smith · 9 years ago
- 8bef6e2 [ParallelCG] SmallVector<char> -> SmallString. by Davide Italiano · 9 years ago
- 60d75fe Transforms: Fix bootstrap after r266565 by Duncan P. N. Exon Smith · 9 years ago
- 3aba53b Fix a use after move. by Rafael Espindola · 9 years ago
- f1f1181 ValueMapper: Don't allow explicit null mappings of Values, NFC by Duncan P. N. Exon Smith · 9 years ago
- ec86ae2 Keep only the splitCodegen version that takes a factory. by Rafael Espindola · 9 years ago
- 3a804b2 IRMover: Remove dead code, NFC by Duncan P. N. Exon Smith · 9 years ago
- ca89139 Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes from TargetLoweringBase and probably other places. by Craig Topper · 9 years ago
- 2cd2d0a [X86][SSE] Added 16i8 -> 8i64 sext test by Simon Pilgrim · 9 years ago
- 68566f9 [X86] Added TODO comment for target shuffle mask decoding of bitcasted masks by Simon Pilgrim · 9 years ago
- 74bdb66 [X86] Remove unneeded variables by Asaf Badouh · 9 years ago
- 6b892ee [AVX512] ISD::MUL v2i64/v4i64 should only be legal if DQI and VLX features are enabled. by Craig Topper · 9 years ago
- d9827ce IR: Fix type-refs in testcase from r266548 by Duncan P. N. Exon Smith · 9 years ago
- 2b7fe3c IR: Use getRawScope() when verifying by Duncan P. N. Exon Smith · 9 years ago
- 0fd5dc0 Fix a typo in rL265762 by Sanjoy Das · 9 years ago
- 499c2d4 Revert "use range loop, try to make comments more meaningful; NFCI" by Duncan P. N. Exon Smith · 9 years ago
- 9bb5d5d IR: Use an explicit map for debug info type uniquing by Duncan P. N. Exon Smith · 9 years ago
- 12a8b14 IR: Use ODR to unique DICompositeType members by Duncan P. N. Exon Smith · 9 years ago
- 9e15d9a [Target] Reduce size of the LoadExtActions array in TargetLoweringBase by half. Saving ~18K bytes from the array. by Craig Topper · 9 years ago
- 664e2c8 [Target] Remove checks for Simple VTs before calling routines that can handle Extended VTs too. NFC by Craig Topper · 9 years ago
- bf8d6bc [Target] Fix an assertion that should have been updated when the code below it was changed in r251033. by Craig Topper · 9 years ago
- 4460c98 LangRef: Removed some outdated text about DIDerivedType by Duncan P. N. Exon Smith · 9 years ago
- 36d852b Linker: Clarify test/Linker/type-unique-odr-a.ll, NFC by Duncan P. N. Exon Smith · 9 years ago
- 44387cf IR: Add a configuration point for MDNodeInfo::isEqual, NFC by Duncan P. N. Exon Smith · 9 years ago
- 3126dd7 use range loop, try to make comments more meaningful; NFCI by Sanjay Patel · 9 years ago
- 2c71d39 LangRef: Fix some bugs in debug info descriptions by Duncan P. N. Exon Smith · 9 years ago
- d25d6b7 IR: Remove extra blank line, NFC by Duncan P. N. Exon Smith · 9 years ago
- 9c9a101 LTO: Use a common LibLTOCodeGenerator::init, NFC by Duncan P. N. Exon Smith · 9 years ago
- fcbd2d6 ValueMapper: Separate mapping of distinct and uniqued nodes (again) by Duncan P. N. Exon Smith · 9 years ago
- 5b389c0 ValueMapper: Only put cyclic nodes into CyclicNodes, NFCI by Duncan P. N. Exon Smith · 9 years ago
- 3083694 [X86][AVX] Add shuffle combine tests for MOVDDUP/MOVSHDUP/MOVSLDUP by Simon Pilgrim · 9 years ago
- 3333cc9 [X86] Use ternary operator to reduce code slightly. NFC by Craig Topper · 9 years ago
- 0ba66e5 [X86][XOP] Added VPPERM constant mask decoding and target shuffle combining support by Simon Pilgrim · 9 years ago
- bf62fd9 Add missing #include to fix build by Vedant Kumar · 9 years ago
- 66fb8aa [X86][XOP] More VPPERM shuffle mask decode tests by Simon Pilgrim · 9 years ago
- db4fbb6 ValueMapper: Fix unused var warning. NFC by Simon Atanasyan · 9 years ago
- 492acdd Remove some unneeded headers and replace some headers with forward class declarations (NFC) by Mehdi Amini · 9 years ago
- 3ab0c4f Add SVN version to libLLVMLTO by Mehdi Amini · 9 years ago
- 29d66c4 ThinLTO: Move the ODR resolution to be based purely on the summary. by Mehdi Amini · 9 years ago
- eb79e6e ThinLTO: Make aliases explicit in the summary by Mehdi Amini · 9 years ago
- b677706 Replace hardcoded comment at 'lit.site.cfg.in' by Alex Denisov · 9 years ago
- d7628da Do not modify a cl::opt programmatically, global mutable state is evil. by Mehdi Amini · 9 years ago
- 0b11282 ValueMapper: Stop memoizing ConstantAsMetadata by Duncan P. N. Exon Smith · 9 years ago
- 30f743e [DebugInfo] Correct the assertion introduced in r266509 + update test. by Davide Italiano · 9 years ago
- 1f03619 Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC" by Duncan P. N. Exon Smith · 9 years ago
- b5fd6b3 [DebugInfo] Reduce size of DILocalVariable from 40 to 32 bytes. by Davide Italiano · 9 years ago
- d245507 AMDGPU: Enable LocalStackSlotAllocation pass by Matt Arsenault · 9 years ago
- 86a7a5a Revert "ValueMapper: Eliminate cross-file co-recursion, NFC" by Duncan P. N. Exon Smith · 9 years ago
- 992b34c AMDGPU: Use s_addk_i32 / s_mulk_i32 by Matt Arsenault · 9 years ago
- 90cac21 ValueMapper: Use API from r266503 in unit tests, NFC by Duncan P. N. Exon Smith · 9 years ago
- d83a5e8 ValueMapper: Eliminate cross-file co-recursion, NFC by Duncan P. N. Exon Smith · 9 years ago
- 43ef70d Update and fix LLVM_ENABLE_MODULES: by Richard Smith · 9 years ago
- d1d05a8 Add some missing #includes, found by C++ modules selfhost. by Richard Smith · 9 years ago
- fef9f1f Linker: Remove an unnecessary local variable in for loop, NFC by Duncan P. N. Exon Smith · 9 years ago
- b337fbb Make this header include the header it depends on, rather than trying to include itself. Found by C++ modules build. by Richard Smith · 9 years ago
- 5e3b7ae ValueMapper: Hide Mapper::VM behind an accessor, NFC by Duncan P. N. Exon Smith · 9 years ago
- 1f5a2c3 Don't skip splitSeparateComponents in eliminateDeadDefs for HoistSpillHelper::hoistAllSpills. by Wei Mi · 9 years ago
- a4f4792 Add ProfileData to required_libraries by Easwaran Raman · 9 years ago
- a138550 [cfi] Support explicit sections for functions in cfi-icall. by Evgeniy Stepanov · 9 years ago
- 422c22e Convert this sample-based-profiling testcase to use a NoDebug CU. by Adrian Prantl · 9 years ago
- ac6d266 [libFuzzer] add a better warning for command line flags with -- (two dashes) by Kostya Serebryany · 9 years ago
- a82c87c Switch lowering: don't add incoming PHI values from skipped bit test MBB's (PR27135) by Hans Wennborg · 9 years ago
- 3301aed SelectionDAGISel: rangeify a loop by Hans Wennborg · 9 years ago
- b87a1e6 Replace the use of MaxFunctionCount module flag by Easwaran Raman · 9 years ago
- c4caccc [libFuzzer] menion the git mirror in the docs by Kostya Serebryany · 9 years ago
- f402ab3 [mips] More range-based for loops. NFC. by Vasileios Kalintiris · 9 years ago
- e4eb0de [mips] Use range-based for loops and simplify slightly the code. NFC. by Vasileios Kalintiris · 9 years ago
- 0f50588 [SystemZ] Call tryAddingSymbolicOperand in the disassembler by Ulrich Weigand · 9 years ago
- 8f148cd Let the DISubprogram in this test point to the right compile unit. by Adrian Prantl · 9 years ago
- 2fee4f2 Update testcase to new debug metadata format. by Adrian Prantl · 9 years ago
- 4479a5c [codeview] Dump char16_t and char32_t simple types by Reid Kleckner · 9 years ago
- 1da7db0 ARM: don't try to hoist constant RHS out of a division. by Tim Northover · 9 years ago
- 2867041 [AArch64] Add load/store pair instructions to getMemOpBaseRegImmOfsWidth(). by Chad Rosier · 9 years ago
- 665e18d Revert "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
- db52b36 [ParallelCG] Add a new splitCodeGen() API which takes a TargetMachineFactory. by Davide Italiano · 9 years ago
- ce5b591 [SystemZ] Fix large tests broken by conditional returns. by Marcin Koscielnicki · 9 years ago
- a3f79ea [InstCombine] Don't transform compares of calls to functions named fabs{f,l,} by David Majnemer · 9 years ago