- 725ad0e TargetLoweringBase: The ios simulator has no bzero function. by Matthias Braun · 8 years ago
- d2d7fb6 TargetLoweringBase: Fix darwinHasSinCos() by Matthias Braun · 8 years ago
- e29c0b8 TargetLoweringBase: Followup to r321035 by Matthias Braun · 8 years ago
- 92de8b2 TargetLowering: Fix InitLibcallCallingConvs() overriding things set in InitLibcalls() by Matthias Braun · 8 years ago
- 0282091 TargetLoweringBase: Remove unnecessary watchos exception; NFC by Matthias Braun · 8 years ago
- a4852d2c X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI by Matthias Braun · 8 years ago
- a92cecf AArch64/X86: Factor out common bzero logic; NFC by Matthias Braun · 8 years ago
- f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
- 80463fe Relax unaligned access assertion when type is byte aligned by Dylan McKay · 8 years ago
- b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
- fdf9bf4 CodeGen: Minor cleanups to use MachineInstr::getMF. NFC by Justin Bogner · 8 years ago
- fb7f792 [CodeGen] Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 710479c [CodeGen][X86] Fuchsia supports sincos* libcalls and sin+cos->sincos optimization by Petr Hosek · 8 years ago
- 024e319 [SystemZ, LoopStrengthReduce] by Jonas Paulsson · 8 years ago
- 36454af Move Runtime libcall definitions to a .def file by Derek Schuff · 8 years ago
- 965613e Add element atomic memset intrinsic by Daniel Neilson · 8 years ago
- 57226ef Add element atomic memmove intrinsic by Daniel Neilson · 8 years ago
- 3faabbb [Atomics] Rename and change prototype for atomic memcpy intrinsic by Daniel Neilson · 8 years ago
- 212cccb Reland "[SelectionDAG] Enable target specific vector scalarization of calls and returns" by Simon Dardis · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- bd79f73 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 251ea8a Do not legalize large setcc with setcce, introduce setcccarry and do it with usubo/setcccarry. by Amaury Sechet · 8 years ago
- 3a7578c [PPC] Inline expansion of memcmp by Zaara Syeda · 8 years ago
- f6d4dc5 [SelectionDAG] Set ISD::FPOWI to Expand by default by Craig Topper · 8 years ago
- b52e036 BitVector: add iterators for set bits by Francis Visoiu Mistrih · 8 years ago
- 8ac81f3 Do not legalize large add with addc/adde, introduce addcarry and do it with uaddo/addcarry by Amaury Sechet · 9 years ago
- 744c215 TargetLowering: Add finalizeLowering() function; NFC by Matthias Braun · 9 years ago
- 919f9e8 [InlineCost] Improve the cost heuristic for Switch by Jun Bum Lim · 9 years ago
- c8e8e2a Move value type list from TargetRegisterClass to TargetRegisterInfo by Krzysztof Parzyszek · 9 years ago
- 98ab4c6 Revert r301231: Accidentally committed stale files by Krzysztof Parzyszek · 9 years ago
- c019706 Move value type list from TargetRegisterClass to TargetRegisterInfo by Krzysztof Parzyszek · 9 years ago
- 44e25f3 Move size and alignment information of regclass to TargetRegisterInfo by Krzysztof Parzyszek · 9 years ago
- 59a2d7b Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 9 years ago
- b050c7f Revert "Turn some C-style vararg into variadic templates" by Diana Picus · 9 years ago
- 5fd75fb Turn some C-style vararg into variadic templates by Serge Guelton · 9 years ago
- f7e4388 Revert "[SelectionDAG] Enable target specific vector scalarization of calls and returns" by Simon Dardis · 9 years ago
- 6470ff0 [SelectionDAG] Enable target specific vector scalarization of calls and returns by Simon Dardis · 9 years ago
- db11fdf Revert "Turn some C-style vararg into variadic templates" by Mehdi Amini · 9 years ago
- 579540a Turn some C-style vararg into variadic templates by Mehdi Amini · 9 years ago
- b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
- cf2da96 [SelectionDAG] Add a signed integer absolute ISD node by Simon Pilgrim · 9 years ago
- 54e22f3 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- ce52b80 [SDAG] Revert r296476 (and r296486, r296668, r296690). by Chandler Carruth · 9 years ago
- f830dec In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- 73cd019 Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- beabf45 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- 5d534b6 [CodeGenPrepare] Sink and duplicate more 'and' instructions. by Geoff Berry · 9 years ago
- 93f9d5c Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- 4442667 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- d32a421 Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- de6516c In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- e0ebdf4 [CodeGen] Simplify getRecipEstimateForFunc by David Majnemer · 9 years ago
- 116bbab [CodeGen] Rename MachineInstrBuilder::addOperand. NFC by Diana Picus · 9 years ago
- 4f31e52 Introduce element-wise atomic memcpy intrinsic by Igor Laevsky · 9 years ago
- f5bf03c Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- 8527ab0 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- bedb5d9 Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- fd51ff4 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- eb97e35 Add option to specify minimum number of entries for jump tables by Evandro Menezes · 9 years ago
- 501be9b fix variable names; NFCI by Sanjay Patel · 9 years ago
- 0051efc [Target] remove TargetRecip class; 2nd try by Sanjay Patel · 9 years ago
- 19601fa revert r284495: [Target] remove TargetRecip class by Sanjay Patel · 9 years ago
- 08fff9c [Target] remove TargetRecip class; move reciprocal estimate isel functionality to TargetLowering by Sanjay Patel · 9 years ago
- d5c6755 [safestack] Use non-thread-local unsafe stack pointer for Contiki OS by David L Kreitzer · 9 years ago
- a81682a Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- 4b36957 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- 5c924d7 Target: Remove unused entities. by Peter Collingbourne · 9 years ago
- bfdbea6 [Target] move reciprocal estimate settings from TargetOptions to TargetLowering by Sanjay Patel · 9 years ago
- e524f50 Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- e17e055 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- e45de8a Add support to optionally limit the size of jump tables. by Evandro Menezes · 9 years ago
- 1ed771f getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI by Sanjay Patel · 9 years ago
- 92e33a3 ARM: move the builtins libcall CC setup by Saleem Abdulrasool · 9 years ago
- 02d9851 CodeGen: ensure that libcalls are always AAPCS CC by Saleem Abdulrasool · 9 years ago
- a7ade33 Revert "CodeGen: ensure that libcalls are always AAPCS CC" by Saleem Abdulrasool · 9 years ago
- a6519b1 CodeGen: ensure that libcalls are always AAPCS CC by Saleem Abdulrasool · 9 years ago
- b57d0a2 [TargetLowering] remove fdiv and frem from canOpTrap() (PR29114) by Sanjay Patel · 9 years ago
- a5cc25e [SSP] Do not set __guard_local to hidden for OpenBSD SSP by Tim Shen · 9 years ago
- f679530 [X86] Heuristic to selectively build Newton-Raphson SQRT estimation by Nikolai Bozhenov · 9 years ago
- 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
- 0af80cd [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand. by Justin Lebar · 9 years ago
- e4f5e4f CodeGen: Use MachineInstr& in TargetLowering, NFC by Duncan P. N. Exon Smith · 9 years ago
- bf2c03e [arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos. by Daniel Sanders · 9 years ago
- 148a646 Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass. by James Y Knight · 9 years ago
- bd4243c [CodeGen] Change getSDagStackGuard to get an internal sym. by Davide Italiano · 9 years ago
- 22bfa83 [stack-protection] Add support for MSVC buffer security check by Etienne Bergeron · 9 years ago
- e4b3812 [CodeGen] Don't mark FMINNUM/FMAXNUM Expand twice. NFC. by Ahmed Bougacha · 9 years ago
- 33772c5 [CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLoweringBase. This is what the majority of the targets want and removes a bunch of code. Set it to Legal explicitly in the few cases where that's the desired behavior. by Craig Topper · 10 years ago
- d66607b [CodeGenPrepare] use branch weight metadata to decide if a select should be turned into a branch by Sanjay Patel · 10 years ago
- 940d19a TLI: Only iterate over integer vector types by Matt Arsenault · 10 years ago
- a1d8bc5 [PPC, SSP] Support PowerPC Linux stack protection. by Tim Shen · 10 years ago
- 7873fb9 Pre-fill LibcallRoutineNames with nullptr. by James Y Knight · 10 years ago
- 19f6cce Add __atomic_* lowering to AtomicExpandPass. by James Y Knight · 10 years ago
- d41b54b This reverts commit r266002, r266011 and r266016. by Rafael Espindola · 10 years ago
- b91d38c Add __atomic_* lowering to AtomicExpandPass. by James Y Knight · 10 years ago
- 0012756 [SSP] Remove llvm.stackprotectorcheck. by Tim Shen · 10 years ago
- 0023080 Use std::fill to simplify some code. NFC by Craig Topper · 10 years ago
- df9ae70 Add lowering support for llvm.experimental.deoptimize by Sanjoy Das · 10 years ago
- f44fc52 Tweak some atomics functions in preparation for larger changes; NFC. by James Y Knight · 10 years ago
- 23e44f5 [Power PC] softening long double type by Petar Jovanovic · 10 years ago