- 256a16d FastIsel: take care to update iterators when removing instructions. by Tim Northover · 7 years ago
- 0bbb0d0 [ARM] Add MemOperand to LDRcp to enable DCE. by Eli Friedman · 7 years ago
- 81920b0 DAG: Add calling convention argument to calling convention funcs by Matt Arsenault · 7 years ago
- 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 2fa1436 [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer. by Craig Topper · 7 years ago
- 36a0f22 Fix layering by moving ValueTypes.h from CodeGen to IR by David Blaikie · 8 years ago
- 13e77db Fix layering of MachineValueType.h by moving it from CodeGen to Support by David Blaikie · 8 years ago
- 7512c3e [ARMFastISel] Replace deprecated calls to MemoryIntrinsic::getAlignment() (NFCI) by Daniel Neilson · 8 years ago
- 1e68724 Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1) by Daniel Neilson · 8 years ago
- 0e6694d Silence a bunch of implicit fallthrough warnings by Adrian Prantl · 8 years ago
- f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
- b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
- 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
- 076468c [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 0f76a35 Fix ARMv4 support by Joerg Sonnenberger · 8 years ago
- 080f697 Use report_fatal_error for unsupported calling conventions by Alex Bradbury · 8 years ago
- 5b8e487 [ARM|CodeGen] Improve the code in FastISel by Javed Absar · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- d526b13 Add extra operand to CALLSEQ_START to keep frame part set up previously by Serge Pavlov · 8 years ago
- 6652a52 Use Argument::hasAttribute and AttributeList::ReturnIndex more by Reid Kleckner · 8 years ago
- 7c6dee9f [ARM] Rename HW div feature to HW div Thumb. NFCI. by Diana Picus · 8 years ago
- fb502d2 [IR] Make paramHasAttr to use arg indices instead of attr indices by Reid Kleckner · 8 years ago
- 063a56e ARM: make sure FastISel bails on f64 operations for Cortex-M4. by Tim Northover · 9 years ago
- d508789 [ARM] Use VCMP, not VCMPE, for floating point equality comparisons by James Molloy · 9 years ago
- 342257e [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- a2c5914 [ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC by Diana Picus · 9 years ago
- 8a73f55 [ARM] CodeGen: Remove AddDefaultCC. NFC. by Diana Picus · 9 years ago
- 4f8c3e1 [ARM] CodeGen: Remove AddDefaultPred. NFC. by Diana Picus · 9 years ago
- ab85225b IR: Change the gep_type_iterator API to avoid always exposing the "current" type. by Peter Collingbourne · 9 years ago
- e9cdb24 [ArmFastISel] Kill dead code. NFCI. by Davide Italiano · 9 years ago
- cd1d5aa Replace a few more "fall through" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
- b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
- 8331aae [ARM] Add support for embedded position-independent code by Oliver Stannard · 9 years ago
- 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
- 774d157 [ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and Musl by Diana Picus · 9 years ago
- 0af80cd [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand. by Justin Lebar · 9 years ago
- db6bd02 Delete unused includes. NFC. by Rafael Espindola · 9 years ago
- 5ac8f5c Don't pass a Reloc::Model to GVIsIndirectSymbol. by Rafael Espindola · 9 years ago
- 3beef8d Move shouldAssumeDSOLocal to Target. by Rafael Espindola · 9 years ago
- e715172 Use isPositionIndependent. NFC. by Rafael Espindola · 9 years ago
- 7b4ef06 Delete more dead code. by Rafael Espindola · 9 years ago
- e61e4bf Replace silly uses of 'signed' with 'int' by David Majnemer · 9 years ago
- 524bcbf Add a isPositionIndependent helper to ARMFastISel. NFC. by Rafael Espindola · 9 years ago
- 959e9c8 Use shouldAssumeDSOLocal. by Rafael Espindola · 9 years ago
- 9935766 Simplify. NFC. by Rafael Espindola · 9 years ago
- afade35 Don't print (PLT) on arm. by Rafael Espindola · 9 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- 5751814 Swift Calling Convention: swifterror target support. by Manman Ren · 9 years ago
- 802cd6f Swift Calling Convention: swiftcc for ARM. by Manman Ren · 9 years ago
- f46262e Swift Calling Convention: add swiftself attribute. by Manman Ren · 9 years ago
- 2828c57 [CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86. by Manman Ren · 10 years ago
- 190577a [opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going through PointerType::getElementType. by Manuel Jacob · 10 years ago
- 5e9e65e CXX_FAST_TLS calling convention: performance improvement for ARM. by Manman Ren · 10 years ago
- bd41cf8 ARM: support TLS accesses on Darwin platforms by Tim Northover · 10 years ago
- e5e035a3 Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical register arrays already use this typedef. by Craig Topper · 10 years ago
- 67cf9a7 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
- 72bc23e Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
- 99fac80 ARM/ELF: Restore original (pre-r251322) logic for deciding whether to use GOT. by Peter Collingbourne · 10 years ago
- 97aae40 ARM/ELF: Better codegen for global variable addresses. by Peter Collingbourne · 10 years ago
- 9f9559e ARM: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 8823b84 NFC: Fix indentation and add braces to clarify nested of else-statement. by Bob Wilson · 10 years ago
- ccfc9c8 FastISel: Use finishCondBranch() for ARM,Mips,PowerPC FastISel by Matthias Braun · 10 years ago
- e40c8a2 PseudoSourceValue: Replace global manager with a manager in a machine function. by Alex Lorenz · 10 years ago
- ebcd748 Convert a bunch of loops to foreach. NFC. by Pete Cooper · 10 years ago
- 44ede33 Make TargetLowering::getPointerTy() taking DataLayout as an argument by Mehdi Amini · 10 years ago
- 56228da Redirect DataLayout from TargetMachine to Module in ComputeValueVTs() by Mehdi Amini · 10 years ago
- 1bc8af7 [ARM] Define a subtarget feature and use it to decide whether long calls should by Akira Hatanaka · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- ddf76aa Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. by Akira Hatanaka · 10 years ago
- d927c6e [ARM] Fast-Isel was incorrectly selecting <2 x double> adds. by Pete Cooper · 10 years ago
- e8d0c4c [ARM][FastISel] Use TST #1 instead of CMP #0 for select. by Ahmed Bougacha · 10 years ago
- 9deb75d Have getCallPreservedMask and getThisCallPreservedMask take a by Eric Christopher · 11 years ago
- 3ef249c9 Add ARM test for r227489, but XFAIL because this is actually more work than it appeared to be. by David Blaikie · 11 years ago
- a4b7239 Revert "Revert "Matching ARM change for r227481: DebugInfo: Teach Fast ISel to respect the debug location of comparisons in jumps."" by Renato Golin · 11 years ago
- 0c9b51c Revert "Matching ARM change for r227481: DebugInfo: Teach Fast ISel to respect the debug location of comparisons in jumps." by Renato Golin · 11 years ago
- 6754530 Matching ARM change for r227481: DebugInfo: Teach Fast ISel to respect the debug location of comparisons in jumps. by David Blaikie · 11 years ago
- c125e12 Small cleanup in ARMFastISel initialization. by Eric Christopher · 11 years ago
- 1b21f00 Migrate ARM except for TTI, AsmPrinter, and frame lowering by Eric Christopher · 11 years ago
- 61e88f4 Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *' by Craig Topper · 11 years ago
- 88e3251 [FastISel][tblgen] Rename tblgen generated FastISel functions. NFC. by Juergen Ributzka · 11 years ago
- 5b8bb4d [FastISel] Rename public visible FastISel functions. NFC. by Juergen Ributzka · 11 years ago
- 5df8603df [FastISel][ARM] Fix a think-o in my previous commit (r215682). by Juergen Ributzka · 11 years ago
- 81db58e [FastISel][ARM] Fall-back to constant pool loads when materializing an i32 constant. by Juergen Ributzka · 11 years ago
- a5b0838 [FastISel][ARM] Use MOVT/MOVW if the subtarget requests it. by Juergen Ributzka · 11 years ago
- 2cbcf7a [FastISel][ARM] Fix a bug in the integer materialization code. by Juergen Ributzka · 11 years ago
- b521750 Remove the target machine from CCState. Previously it was only used by Eric Christopher · 11 years ago
- d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
- 4c018a1 [FastISel][ARM] Do not emit stores for undef arguments. by Juergen Ributzka · 11 years ago
- c1058df Move function dependent resetting of a subtarget variable out of the by Eric Christopher · 11 years ago
- 238c7c1 ARM: Implement big endian bit-conversion for NEON type by Christian Pirker · 11 years ago
- 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 11 years ago
- 2f553f3 FastISel: constrain the RegClass of operands when emitting instructions. by Tim Northover · 11 years ago
- 1a59711 Tidy up. Trailing whitespace. by Jim Grosbach · 11 years ago
- 3161726 remove a bunch of unused private methods by Nuno Lopes · 12 years ago
- a925326 Prune includes in ARM target. by Craig Topper · 12 years ago
- 2669631 [C++11] Mark the target fast isel classes as 'final' so that the compiler can de-virtualize some of the internal calls. by Craig Topper · 12 years ago
- 6bc27bf [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- 219b89b [Modules] Move CallSite into the IR library where it belogs. It is by Chandler Carruth · 12 years ago
- 03eb0de [Modules] Move GetElementPtrTypeIterator into the IR library. As its by Chandler Carruth · 12 years ago