| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | TargetLoweringBase: The ios simulator has no bzero function. | Matthias Braun | 2018-01-10 | 1 | -3/+12 | 
| *  | TargetLoweringBase: Fix darwinHasSinCos() | Matthias Braun | 2017-12-19 | 1 | -1/+4 | 
| *  | TargetLoweringBase: Followup to r321035 | Matthias Braun | 2017-12-19 | 1 | -2/+3 | 
| *  | TargetLowering: Fix InitLibcallCallingConvs() overriding things set in InitLi... | Matthias Braun | 2017-12-19 | 1 | -7/+3 | 
| *  | TargetLoweringBase: Remove unnecessary watchos exception; NFC | Matthias Braun | 2017-12-18 | 1 | -3/+4 | 
| *  | X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI | Matthias Braun | 2017-12-18 | 1 | -16/+37 | 
| *  | AArch64/X86: Factor out common bzero logic; NFC | Matthias Braun | 2017-12-18 | 1 | -0/+4 | 
| *  | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -2/+2 | 
| *  | Relax unaligned access assertion when type is byte aligned | Dylan McKay | 2017-12-09 | 1 | -0/+1 | 
| *  | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -4/+4 | 
| *  | CodeGen: Minor cleanups to use MachineInstr::getMF. NFC | Justin Bogner | 2017-10-10 | 1 | -1/+1 | 
| *  | [CodeGen] Fix some Clang-tidy modernize-use-bool-literals and Include What Yo... | Eugene Zelenko | 2017-09-21 | 1 | -19/+38 | 
| *  | [CodeGen][X86] Fuchsia supports sincos* libcalls and sin+cos->sincos optimiza... | Petr Hosek | 2017-07-23 | 1 | -1/+1 | 
| *  | [SystemZ, LoopStrengthReduce] | Jonas Paulsson | 2017-07-21 | 1 | -1/+1 | 
| *  | Move Runtime libcall definitions to a .def file | Derek Schuff | 2017-07-19 | 1 | -438/+8 | 
| *  | Add element atomic memset intrinsic | Daniel Neilson | 2017-07-12 | 1 | -0/+27 | 
| *  | Add element atomic memmove intrinsic | Daniel Neilson | 2017-07-12 | 1 | -0/+27 | 
| *  | [Atomics] Rename and change prototype for atomic memcpy intrinsic | Daniel Neilson | 2017-06-16 | 1 | -12/+16 | 
| *  | Reland "[SelectionDAG] Enable target specific vector scalarization of calls a... | Simon Dardis | 2017-06-09 | 1 | -2/+4 | 
| *  | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 | 
| *  | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-03 | 1 | -0/+2 | 
| *  | Do not legalize large setcc with setcce, introduce setcccarry and do it with ... | Amaury Sechet | 2017-06-01 | 1 | -0/+1 | 
| *  | [PPC] Inline expansion of memcmp | Zaara Syeda | 2017-05-31 | 1 | -3/+4 | 
| *  | [SelectionDAG] Set ISD::FPOWI to Expand by default | Craig Topper | 2017-05-30 | 1 | -0/+1 | 
| *  | BitVector: add iterators for set bits | Francis Visoiu Mistrih | 2017-05-17 | 1 | -1/+1 | 
| *  | Do not legalize large add with addc/adde, introduce addcarry and do it with u... | Amaury Sechet | 2017-04-30 | 1 | -0/+4 | 
| *  | TargetLowering: Add finalizeLowering() function; NFC | Matthias Braun | 2017-04-28 | 1 | -0/+5 | 
| *  | [InlineCost] Improve the cost heuristic for Switch | Jun Bum Lim | 2017-04-28 | 1 | -0/+16 | 
| *  | Move value type list from TargetRegisterClass to TargetRegisterInfo | Krzysztof Parzyszek | 2017-04-24 | 1 | -5/+4 | 
| *  | Revert r301231: Accidentally committed stale files | Krzysztof Parzyszek | 2017-04-24 | 1 | -4/+5 | 
| *  | Move value type list from TargetRegisterClass to TargetRegisterInfo | Krzysztof Parzyszek | 2017-04-24 | 1 | -5/+4 | 
| *  | Move size and alignment information of regclass to TargetRegisterInfo | Krzysztof Parzyszek | 2017-04-24 | 1 | -1/+1 | 
| *  | Module::getOrInsertFunction is using C-style vararg instead of variadic templ... | Serge Guelton | 2017-04-11 | 1 | -1/+1 | 
| *  | Revert "Turn some C-style vararg into variadic templates" | Diana Picus | 2017-04-11 | 1 | -1/+1 | 
| *  | Turn some C-style vararg into variadic templates | Serge Guelton | 2017-04-11 | 1 | -1/+1 | 
| *  | Revert "[SelectionDAG] Enable target specific vector scalarization of calls a... | Simon Dardis | 2017-04-07 | 1 | -4/+2 | 
| *  | [SelectionDAG] Enable target specific vector scalarization of calls and returns | Simon Dardis | 2017-04-07 | 1 | -2/+4 | 
| *  | Revert "Turn some C-style vararg into variadic templates" | Mehdi Amini | 2017-04-06 | 1 | -1/+1 | 
| *  | Turn some C-style vararg into variadic templates | Mehdi Amini | 2017-04-06 | 1 | -1/+1 | 
| *  | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -6/+6 | 
| *  | [SelectionDAG] Add a signed integer absolute ISD node | Simon Pilgrim | 2017-03-14 | 1 | -0/+1 | 
| *  | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-03-14 | 1 | -1/+1 | 
| *  | [SDAG] Revert r296476 (and r296486, r296668, r296690). | Chandler Carruth | 2017-03-03 | 1 | -1/+1 | 
| *  | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-02-28 | 1 | -1/+1 | 
| *  | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2017-02-26 | 1 | -1/+1 | 
| *  | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-02-25 | 1 | -1/+1 | 
| *  | [CodeGenPrepare] Sink and duplicate more 'and' instructions. | Geoff Berry | 2017-02-21 | 1 | -1/+0 | 
| *  | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2017-02-02 | 1 | -1/+1 | 
| *  | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-02-02 | 1 | -1/+1 | 
| *  | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2017-01-26 | 1 | -1/+1 |