- 7d572e5 Strip trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
- c978c0f [ARM][GlobalISel] Legalize narrow scalar ops by widening by Diana Picus · 8 years ago
- cee7471 Remove spurious cast of nullptr. NFC. by Serge Guelton · 8 years ago
- fd3c187 Remove now useless trailing nullptr in StructType::get by Serge Guelton · 8 years ago
- 62bc4f0 [ARM][GlobalISel] Support for G_ANYEXT by Diana Picus · 8 years ago
- e637084 [GlobalISel][X86] G_ICMP support. by Igor Breger · 8 years ago
- 5c7bb0a [APInt] Remove an unneeded extra temporary APInt from toString. by Craig Topper · 8 years ago
- e743591 [APInt] Use negate() instead of copying an APInt to negate it and then writing back over the original value. by Craig Topper · 8 years ago
- ada33d7 [SCEV] Reduce possible APInt allocations a bit. by Craig Topper · 8 years ago
- 4f3a92f [SCEV] Remove unneeded 'using namespace APIntOps'. by Craig Topper · 8 years ago
- be8fe16 [X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC by Igor Breger · 8 years ago
- 4638198 SupportTests: Suppress ParallelTests on mingw for now. Investigating. by NAKAMURA Takumi · 8 years ago
- 668926a Remove redundant initialization. NFC by Paul Robinson · 8 years ago
- 895dd41 Add temporary workaround to allow in-tree libc++ builds on Windows by Eric Fiselier · 8 years ago
- 3e0a9ec Final (hopefully) fix for the build bots. by Zachary Turner · 8 years ago
- 9525cd9 Try again to fix the buildbots. by Zachary Turner · 8 years ago
- 7c964ef Fix build errors with Parallel. by Zachary Turner · 8 years ago
- 3c1ec57 [Support] Move Parallel algorithms from LLD to LLVM. by Zachary Turner · 8 years ago
- 0b84d77 [libFuzzer] fix a compiler warning by Kostya Serebryany · 8 years ago
- 538282c Revert "[SDAG] Relax conditions under stores of loaded values can be merged" by David L. Jones · 8 years ago
- 3358093 [IR] Rollback changes in r302744 which caused buildbots failures. by Eugene Zelenko · 8 years ago
- dc6cb60 [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 78f7d49 [PHIElimination] Use the same name for DEBUG_TYPE and pass name. by Davide Italiano · 8 years ago
- 3ba25d2 [InstCombine] remove fold that swaps xor/or with constants; NFCI by Sanjay Patel · 8 years ago
- c112347 AMDGPU: Make some packed shuffles free by Matt Arsenault · 8 years ago
- 0fad9cb AMDGPU: Add new subtarget features for gfx9 flat instructions by Matt Arsenault · 8 years ago
- b97a02c [ConstantRange] Fix the early out in ConstantRange::multiply for positive numbers to really do what the comment says by Craig Topper · 8 years ago
- d53f653 [APInt] Add negate helper method to implement twos complement. Use it to shorten code. by Craig Topper · 8 years ago
- 3750fee [NewGVN] Introduce a definesNoMemory() helper and use it. by Davide Italiano · 8 years ago
- a7aa63a [SDAG] Relax conditions under stores of loaded values can be merged by Nirav Dave · 8 years ago
- 63eb7ab Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builder by Teresa Johnson · 8 years ago
- 66571bb [APInt] Make toString use udivrem instead of calling the divide helper method directly. Do a better job of reusing allocations while looping. NFCI by Craig Topper · 8 years ago
- 439700c [APInt] Use uint32_t instead of unsigned for the storage type throughout the divide code. Use Lo_32/Hi_32/Make_64 helpers instead of casts and shifts. NFCI by Craig Topper · 8 years ago
- 223d23f [APInt] Use getRawData to slightly simplify some code. by Craig Topper · 8 years ago
- b97c98e [APInt] Remove check for single word since single word was handled earlier in the function. NFC by Craig Topper · 8 years ago
- 21adc2d [ConstantRange] Add test case showing a case where we pick too large of a range for multiply after r271020. by Craig Topper · 8 years ago
- 8648143 Small refactoring in DAGCombine. NFC by Amaury Sechet · 8 years ago
- 947cc8f [InstSimplify, InstCombine] move 'or' simplification tests; NFC by Sanjay Patel · 8 years ago
- 22b377c [X86][SSE] Check vec_set BUILD_VECTOR tests on both 32 and 64-bit targets by Simon Pilgrim · 8 years ago
- e518f7a [AArch64][RegisterBankInfo] Change the default mapping of fp stores. by Quentin Colombet · 8 years ago
- 7c631c8 [AArch64] Enable use of reduction intrinsics. by Amara Emerson · 8 years ago
- 2b63eec [InstCombine] remove redundant tests by Sanjay Patel · 8 years ago
- be27149 [InstCombine] fix auto-generated FileCheck-captured variable refs by Sanjay Patel · 8 years ago
- fa879b8 [InstCombine] fix typo in test comment; NFC by Sanjay Patel · 8 years ago
- 81fa691 [SystemZ] Add miscellaneous instructions by Ulrich Weigand · 8 years ago
- c12fbb0 [SystemZ] Add missing arithmetic instructions by Ulrich Weigand · 8 years ago
- 2436e45 [llvm-readobj] Improve errors on invalid binary by Sam Clegg · 8 years ago
- 102d6ff chang type from 'int' to 'size_t'. This will fix revision number 302652 by Michael Zuckerman · 8 years ago
- 0cf1e1c [InstCombine] add (ashr (shl i32 X, 31), 31), 1 --> and (not X), 1 by Sanjay Patel · 8 years ago
- 2490292 Use explicit false instead of casted nullptr. NFC. by Serge Guelton · 8 years ago
- a65abd5 Use clang++-3.5 compatible initializer_list constructor by Serge Guelton · 8 years ago
- 6361a0b [LLVM][inline-asm] Altmacro string escape character '!' by Michael Zuckerman · 8 years ago
- 80d9dea [DAGCombiner] Dropped explicit (sra 0, x) -> 0 and (sra -1, x) -> 0 folds. by Simon Pilgrim · 8 years ago
- f45bea4 [IfConversion] Add missing check in IfConversion/canFallThroughTo by Mikael Holmen · 8 years ago
- 344c4f2 [SystemZ] Implement getRepRegClassFor() by Jonas Paulsson · 8 years ago
- 0e72980 [AMDGPU][MC] Corrected v_madak/madmk to avoid printing "_e32" in disassembler output by Dmitry Preobrazhensky · 8 years ago
- 200b7a0 [GlobalISel][X86] Split test file. NFC by Igor Breger · 8 years ago
- 3f9585c [SystemZ] Add decimal integer instructions by Ulrich Weigand · 8 years ago
- b021f25 [SystemZ] Add crypto instructions by Ulrich Weigand · 8 years ago
- bf3379e0 [SystemZ] Add translate/convert instructions by Ulrich Weigand · 8 years ago
- 0eab6e0 [SystemZ] Add missing memory/string instructions by Ulrich Weigand · 8 years ago
- 7d1ec2f [SystemZ] Reformat assembler/disassembler tests by Ulrich Weigand · 8 years ago
- ceb82ae [DAGCombiner] Add vector support to fold (shl/srl 0, x) -> 0 by Simon Pilgrim · 8 years ago
- 7fa7b1a Revert r301950: SpeculativeExecution: Stop using whitelist for costs by Chandler Carruth · 8 years ago
- 2385754 [AArch64] Fix a comment to match the code. NFC. by Martin Storsjo · 8 years ago
- 0dd30f8 Add a late IR expansion pass for the experimental reduction intrinsics. by Amara Emerson · 8 years ago
- a2ef53a [APInt] Fix indentation of tcDivide. Combine variable declaration and initialization. by Craig Topper · 8 years ago
- 78609ef [APInt] Use getNumWords function in udiv/urem/udivrem instead of reimplementinging it. by Craig Topper · 8 years ago
- 4d70cb5 [GlobalISel][X86] G_ZEXT i1 to i32/i64 support. by Igor Breger · 8 years ago
- 1df940a [UnreachableBlockElim] Check return value of constrainRegClass(). by Mikael Holmen · 8 years ago
- bf31cb7 [CodeGen] Don't require AA in TwoAddress at -O0. by Ahmed Bougacha · 8 years ago
- d5c43cc [CodeGen] Don't require AA in SDAGISel at -O0. by Ahmed Bougacha · 8 years ago
- 294ef0b [CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC. by Ahmed Bougacha · 8 years ago
- 756714d [CodeGen] Split SafeStack into a LegacyPass and a utility. NFC. by Ahmed Bougacha · 8 years ago
- 5de619e [CodeGen] Add an -O0 backend pipeline test. NFC. by Ahmed Bougacha · 8 years ago
- bde17ff [WebAssembly] Fix build error in wasm YAML code by Sam Clegg · 8 years ago
- 4daaa86 [InstCombine] add helper function for add X, C folds; NFCI by Sanjay Patel · 8 years ago
- 65e284e [WebAssembly] Improve libObject support for wasm imports and exports by Sam Clegg · 8 years ago
- 1ef30ee [InstCombine] add tests for andn; NFC by Sanjay Patel · 8 years ago
- 9051122 [ProfileSummary] Make getProfileCount a non-static member function. by Easwaran Raman · 8 years ago
- 851b7e5 FunctionImport: Simplify function llvm::thinLTOInternalizeModule. NFCI. by Peter Collingbourne · 8 years ago
- ab3dba8 [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH by Lang Hames · 8 years ago
- 54fd142 [GVN] Fix a crash on encountering non-integral pointers by Keno Fischer · 8 years ago
- f7e3158 [AMDGPU] Fixed typo in GCNRegPressure, NFC by Stanislav Mekhanoshin · 8 years ago
- f90dff1 [InstCombine] update test file to use FileCheck; NFC by Sanjay Patel · 8 years ago
- 14cb303 DAGCombine: Combine shuffles of splat-shuffles by Zvi Rackover · 8 years ago
- a4fa9d3 [AArch64] Consider widening instructions in cost calculations by Matthew Simpson · 8 years ago
- cf5da38 [InstCombine] clean up matchDeMorgansLaws(); NFCI by Sanjay Patel · 8 years ago
- bcfd2cc [NewGVN] Simplify a DEBUG() statement. NFCI. by Davide Italiano · 8 years ago
- e32aebf [codeview] Check for a DIExpression offset for local variables by Reid Kleckner · 8 years ago
- 8b2dee8 Make it illegal for two Functions to point to the same DISubprogram by Adrian Prantl · 8 years ago
- e6140e7 NFC: refactor replaceDominatedUsesWith by Piotr Padlewski · 8 years ago
- 7cbfb46 [DWARF] Fix a parsing issue with type unit headers. by Wolfgang Pieb · 8 years ago
- ddb4f9c Fix the Endianness bug by adding the little endian UTF marker. by Eric Beckmann · 8 years ago
- d35f86e Suppress all uses of LLVM_END_WITH_NULL. NFC. by Serge Guelton · 8 years ago
- ddeab36 [lanai] Add computeKnownBitsForTargetNode for Lanai. by Jacques Pienaar · 8 years ago
- d650476 [NewGVN] Explain why sorting by pointer values doesn't introduce non-determinism. by Davide Italiano · 8 years ago
- 5600d46 [SystemZ] Support missing relocation types in RuntimeDyldELF by Ulrich Weigand · 8 years ago
- 072e32f [WebAssembly] Fix validation of start function by Sam Clegg · 8 years ago
- 8a634a8 [RegScavenger] Rangify a loop, NFC by Krzysztof Parzyszek · 8 years ago