- 177fbef [InstCombine] use m_APInt to allow icmp (shl X, Y), C folds for splat constant vectors, part 1 by Sanjay Patel · 9 years ago
- 78efd69 MachineFunction: Cleanup/simplify MachineFunctionProperties::print() by Matthias Braun · 9 years ago
- e52c44e MachineFunction: Make LastProperty an alias of the last property by Matthias Braun · 9 years ago
- 9e4dd12 Partially revert 279331, as we modify this instruction in the loop by Daniel Berlin · 9 years ago
- b2ae2ed Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout" by Vitaly Buka · 9 years ago
- 36caf71 Convert some depth first traversals to depth_first by Daniel Berlin · 9 years ago
- 85e5e73 [CallGraph] Use decltype instead of pointer_to_unary_function. NFC. by Tim Shen · 9 years ago
- f6e737e [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef by Tim Shen · 9 years ago
- 61926b4 [Packetizer] Add debugging code to stop packetization after N instructions by Krzysztof Parzyszek · 9 years ago
- 48a33fd [Hexagon] Avoid register dependencies on indirect branches in packetizer by Krzysztof Parzyszek · 9 years ago
- 878c720 [ADT] add pointer_iterator, the opposite of pointee_iterator by Tim Shen · 9 years ago
- 47b1943 [libFuzzer] fix the non-debug build warnings by Kostya Serebryany · 9 years ago
- ff50821 GlobalISel: translate floating-point round/extend by Tim Northover · 9 years ago
- b47e6e5 GlobalISel: translate floating-point comparisons by Tim Northover · 9 years ago
- 65cdc46 [NVPTX] Switch nvptx-use-infer-addrspace to true. by Justin Lebar · 9 years ago
- 3cef1f9 Reapply "ADT: Remove UB in ilist (and use a circular linked list)" by Duncan P. N. Exon Smith · 9 years ago
- b89c2fc Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd" by Reid Kleckner · 9 years ago
- 118c004 Reapply "ADT: Tidy up ilist_traits static asserts, NFC" by Duncan P. N. Exon Smith · 9 years ago
- 31b3913 GlobalISel: translate floating-point constants by Tim Northover · 9 years ago
- b8957bd GlobalISel: translate float/int conversion instructions. by Tim Northover · 9 years ago
- d0d4756 GlobalISel: support translating select instructions. by Tim Northover · 9 years ago
- 843c638 GlobalISel: fix insert/extract to work on ConstantExprs too. by Tim Northover · 9 years ago
- 046622b GlobalISel: fix stale comment by Tim Northover · 9 years ago
- 7b7f7a5 GlobalISel: translate insertvalue instructions. by Tim Northover · 9 years ago
- 9163bca MachineScheduler: Add constructor functions for the DAGMutations by Tom Stellard · 9 years ago
- 5e464c9 [Hexagon] Add RUN line to test by Krzysztof Parzyszek · 9 years ago
- 23d2b8b [Hexagon] Fix subesthetic indentation by Krzysztof Parzyszek · 9 years ago
- f9a8e62 [Hexagon] Allow i1 values for 'r' constraint in inline-asm by Krzysztof Parzyszek · 9 years ago
- 18333ab [CostModel][X86] Added sub, or, and, fadd and fsub costs and missing 512-bit mul costs by Simon Pilgrim · 9 years ago
- 5eb5a08 [InstCombine] remove an icmp fold that is already handled by InstSimplify by Sanjay Patel · 9 years ago
- e0de1be Add missing #include found by modules build. by Richard Smith · 9 years ago
- 35e408d [Hexagon] Do not cache alloca instructions during isel by Krzysztof Parzyszek · 9 years ago
- 8c28aa1 [PM] Re-instate r279227 and r279228 with a fix to the way the templating by Chandler Carruth · 9 years ago
- 2c69b18 GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT by Tim Northover · 9 years ago
- 07010a7 [CostModel][X86] Added some AVX512 and 512-bit vector cost tests by Simon Pilgrim · 9 years ago
- 8def210 Revert "IfConversion: Rescan diamonds." by Kyle Butt · 9 years ago
- a242cdc Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged." by Kyle Butt · 9 years ago
- 59d0f6c GlobalISel: allow extractvalue to extract an aggregate. by Tim Northover · 9 years ago
- 4ef1afc [Hexagon] Fixes for new-value jump formation by Krzysztof Parzyszek · 9 years ago
- 8d29e44 GlobalISel: support translation of extractvalue instructions. by Tim Northover · 9 years ago
- 50fbf50 [CostModel][X86] Add fdiv + frem cost tests by Simon Pilgrim · 9 years ago
- 0cb3885 [InstCombine] use local variables to reduce code in foldICmpShlConstant; NFC by Sanjay Patel · 9 years ago
- 40f2f0a [Hexagon] Fix a few omissions in HexagonInstrInfo by Krzysztof Parzyszek · 9 years ago
- f5027c2 [InstCombine] rename variables in foldICmpShlConstant(); NFC by Sanjay Patel · 9 years ago
- 2fd227a GlobalISel: support overflow arithmetic intrinsics. by Tim Northover · 9 years ago
- 31c625e Revert "[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones" by Vitaly Buka · 9 years ago
- 588e241 Revert "[asan] Fix size of shadow incorrectly calculated in r279178" by Vitaly Buka · 9 years ago
- 472f1cb [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots. by Lang Hames · 9 years ago
- 15095e4 [AliasSetTracker] Degrade AliasSetTracker when may-alias sets get too large. by Michael Kuperstein · 9 years ago
- c05f998 [X86][SSE] Generalised combining to VZEXT_MOVL to any vector size by Simon Pilgrim · 9 years ago
- 1ea0947 [Hexagon] Enforce LLSC packetization rules by Krzysztof Parzyszek · 9 years ago
- baeb19c Fix regression in InstCombine introduced by r278944 by Reid Kleckner · 9 years ago
- 0b2da49 MachineScheduler: Make some GenericScheduler member variables protected by Tom Stellard · 9 years ago
- 3930987 [Hexagon] Minor updates to register definitions by Krzysztof Parzyszek · 9 years ago
- c00499c [CloneFunction] Don't remove unrelated nodes from the CGSSC by David Majnemer · 9 years ago
- 0ad37f7 [Hexagon] Fix incorrect generation of S4_subi_asl_ri by Krzysztof Parzyszek · 9 years ago
- 1238f8d [InstCombine] use m_APInt to allow icmp (shl 1, Y), C folds for splat constant vectors by Sanjay Patel · 9 years ago
- 66e1971 [Hexagon] Add missing pattern for C4_cmplte by Krzysztof Parzyszek · 9 years ago
- ee783de [InstCombine] use m_APInt to allow icmp X, C folds for splat constant vectors by Sanjay Patel · 9 years ago
- 3287fed [LTO] Remove dead-code: collectUsedGlobalVariables has been moved to Thin and LTO specifc path (NFC) by Mehdi Amini · 9 years ago
- f17d15a [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
- 762d2ec [InstCombine] add missing tests for basic icmp folds by Sanjay Patel · 9 years ago
- 1e982df [Hexagon] Make p0 an explicit operand in VA1_clr* subinstructions, NFC by Krzysztof Parzyszek · 9 years ago
- f7fe146 [Hexagon] Add explicit default constructor for HexagonSelectionDAGInfo by Krzysztof Parzyszek · 9 years ago
- 2f2ca67 Unxfail passing tests on Hexagon by Krzysztof Parzyszek · 9 years ago
- 041a158 [Hexagon] Allow tail-call optimization when mixing C and fast calling conv by Krzysztof Parzyszek · 9 years ago
- b6b40cf [Hexagon] Check for empty live interval by Krzysztof Parzyszek · 9 years ago
- efe70d2 [Hexagon] Consider zext/sext of a load to i32 to be free by Krzysztof Parzyszek · 9 years ago
- 8935d87 Revert r279242 - it's failing the tests by Anton Korobeynikov · 9 years ago
- 09091ea [Hexagon] Handle J2_jumptpt and J2_jumpfpt instructions by Krzysztof Parzyszek · 9 years ago
- b8ce83f [Hexagon] Fix indentation, NFC by Krzysztof Parzyszek · 9 years ago
- 89c1dd3 [Hexagon] Remove unnecessary llvm::, NFC by Krzysztof Parzyszek · 9 years ago
- 288392e [Hexagon] Rename the HEXAGON_MC namespace to Hexagon_MC, NFC by Krzysztof Parzyszek · 9 years ago
- b8b1bfc Fix PR27500: on MSP430 the branch destination offset is measured in words, not bytes. by Anton Korobeynikov · 9 years ago
- 8fa77e0 [Hexagon] Mark PS_jumpret as pseudo-instruction, expand it into J2_jumpr by Krzysztof Parzyszek · 9 years ago
- 4307374 [Hexagon] Improvements to handling and generation of FP instructions by Krzysztof Parzyszek · 9 years ago
- 7393ed5 [LoopVectorize] Don't copy std::vector in for-range loop. by Benjamin Kramer · 9 years ago
- 7d191bb [PM] Revert r279227 and r279228 until I can find someone to help me by Chandler Carruth · 9 years ago
- 9962acc [X86][SSE] Add support for matching commuted insertps patterns by Simon Pilgrim · 9 years ago
- 028b488 [SimplifyCFG] Rewrite SinkThenElseCodeToEnd by James Molloy · 9 years ago
- 7fdf9ef [PM] Fix a compile error with GCC. NFC. by Chandler Carruth · 9 years ago
- 73e7eb0 [PM] Make the the new pass manager support fully generic extra arguments by Chandler Carruth · 9 years ago
- ae4f3e5 [PM] Try to work-around what appears to be an MSVC SFINAE issue with by Chandler Carruth · 9 years ago
- 341574b [CodeGen] Fix a trivial type conversion bug dating back to pre-2008 by James Molloy · 9 years ago
- bc8fdf7 [asan] Fix size of shadow incorrectly calculated in r279178 by Vitaly Buka · 9 years ago
- 6567bc1 [PM] NFC refactoring: remove the AnalysisManagerBase class, folding it by Chandler Carruth · 9 years ago
- 3644902 [modules] Add missing include. by Vassil Vassilev · 9 years ago
- 8c3a8f8 [PM] Redesign how the new PM detects whether an analysis result provides by Chandler Carruth · 9 years ago
- fefaef7 [PM] Rework the new PM support for building the ModuleSummaryIndex to by Chandler Carruth · 9 years ago
- edd6994 Fix tests in llvm/test/tools/gold/X86 to satisfy r279014. by NAKAMURA Takumi · 9 years ago
- 0842b8d [Profile] Fix edge count read bug by Xinliang David Li · 9 years ago
- dfdbbee [LTO] Move callback member from base class to the derived where it is used (NFC) by Mehdi Amini · 9 years ago
- 855d81d Constify some path in the bitcode writer (NFC) by Mehdi Amini · 9 years ago
- 6bdf641 [LTO] Add a move to inialize member in ctor initialization list (NFC) by Mehdi Amini · 9 years ago
- 7146ad0 [Profile] Simple code refactoring for reuse /NFC by Xinliang David Li · 9 years ago
- 4c485c3 [XRay] Synthesize a reference to the xray_instr_map by Dean Michael Berris · 9 years ago
- d9176f9 [RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182. by Lang Hames · 9 years ago
- 0e6fefd Revert "RegScavenging: Add scavengeRegisterBackwards()" by Matthias Braun · 9 years ago
- d319716 [ADT] Add the worlds simplest STL extra. Or at least close to it. by Chandler Carruth · 9 years ago
- 84c33c6 [RuntimeDyld] Add support for ELF R_ARM_REL32 and R_ARM_GOT_PREL. by Lang Hames · 9 years ago