| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ARM] Use correct TRAP opcode for thumb in FastISel | David Green | 2020-01-06 | 1 | -2/+6 |
| * | Add Windows Control Flow Guard checks (/guard:cf). | Andrew Paverd | 2019-10-28 | 1 | -0/+2 |
| * | [Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl... | Guillaume Chatelet | 2019-10-21 | 1 | -4/+2 |
| * | [ARM] Generate vcmp instead of vcmpe | Kristof Beyls | 2019-10-08 | 1 | -16/+6 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -8/+8 |
| * | CodeGen: Migration to using Register | Matt Arsenault | 2019-08-06 | 1 | -22/+22 |
| * | [ARM] Replace fp-only-sp and d16 with fp64 and d32. | Simon Tatham | 2019-05-28 | 1 | -19/+21 |
| * | [ARM] Add OptMinSize to ARMSubtarget | Sam Parker | 2019-02-08 | 1 | -2/+2 |
| * | [ARM] Deduplicate table generated CC analysis code | Reid Kleckner | 2019-01-28 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | FastIsel: take care to update iterators when removing instructions. | Tim Northover | 2018-12-17 | 1 | -1/+2 |
| * | [ARM] Add MemOperand to LDRcp to enable DCE. | Eli Friedman | 2018-11-09 | 1 | -1/+6 |
| * | DAG: Add calling convention argument to calling convention funcs | Matt Arsenault | 2018-07-28 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code... | Craig Topper | 2018-03-29 | 1 | -1/+1 |
| * | Fix layering by moving ValueTypes.h from CodeGen to IR | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | Fix layering of MachineValueType.h by moving it from CodeGen to Support | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | [ARMFastISel] Replace deprecated calls to MemoryIntrinsic::getAlignment() (NFCI) | Daniel Neilson | 2018-02-09 | 1 | -1/+2 |
| * | Remove alignment argument from memcpy/memmove/memset in favour of alignment a... | Daniel Neilson | 2018-01-19 | 1 | -2/+2 |
| * | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -1/+1 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin... | Eugene Zelenko | 2017-09-20 | 1 | -9/+10 |
| * | Fix ARMv4 support | Joerg Sonnenberger | 2017-08-28 | 1 | -2/+3 |
| * | Use report_fatal_error for unsupported calling conventions | Alex Bradbury | 2017-08-22 | 1 | -2/+2 |
| * | [ARM|CodeGen] Improve the code in FastISel | Javed Absar | 2017-07-18 | 1 | -23/+20 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Add extra operand to CALLSEQ_START to keep frame part set up previously | Serge Pavlov | 2017-05-09 | 1 | -1/+1 |
| * | Use Argument::hasAttribute and AttributeList::ReturnIndex more | Reid Kleckner | 2017-04-28 | 1 | -13/+11 |
| * | [ARM] Rename HW div feature to HW div Thumb. NFCI. | Diana Picus | 2017-04-20 | 1 | -1/+2 |
| * | [IR] Make paramHasAttr to use arg indices instead of attr indices | Reid Kleckner | 2017-04-14 | 1 | -9/+9 |
| * | ARM: make sure FastISel bails on f64 operations for Cortex-M4. | Tim Northover | 2017-02-23 | 1 | -8/+13 |
| * | [ARM] Use VCMP, not VCMPE, for floating point equality comparisons | James Molloy | 2017-02-13 | 1 | -5/+15 |
| * | [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko | 2017-01-31 | 1 | -29/+60 |
| * | [ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC | Diana Picus | 2017-01-13 | 1 | -6/+2 |
| * | [ARM] CodeGen: Remove AddDefaultCC. NFC. | Diana Picus | 2017-01-13 | 1 | -2/+2 |
| * | [ARM] CodeGen: Remove AddDefaultPred. NFC. | Diana Picus | 2017-01-13 | 1 | -6/+8 |
| * | IR: Change the gep_type_iterator API to avoid always exposing the "current" t... | Peter Collingbourne | 2016-12-02 | 1 | -1/+1 |
| * | [ArmFastISel] Kill dead code. NFCI. | Davide Italiano | 2016-10-16 | 1 | -35/+0 |
| * | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -0/+1 |
| * | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -2/+3 |
| * | [ARM] Add support for embedded position-independent code | Oliver Stannard | 2016-08-08 | 1 | -0/+4 |
| * | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -2/+2 |
| * | [ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and Musl | Diana Picus | 2016-07-18 | 1 | -0/+7 |
| * | [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp... | Justin Lebar | 2016-07-15 | 1 | -2/+3 |
| * | Delete unused includes. NFC. | Rafael Espindola | 2016-06-30 | 1 | -1/+0 |
| * | Don't pass a Reloc::Model to GVIsIndirectSymbol. | Rafael Espindola | 2016-06-28 | 1 | -2/+1 |
| * | Move shouldAssumeDSOLocal to Target. | Rafael Espindola | 2016-06-27 | 1 | -4/+1 |
| * | Use isPositionIndependent. NFC. | Rafael Espindola | 2016-06-26 | 1 | -1/+1 |