| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix __builtin_setjmp in combination with sjlj exception handling. | Matthias Braun | 2015-07-16 | 1 | -0/+2 |
| * | Allow {e,r}bp as the target of {read,write}_register. | Pat Gavlin | 2015-07-09 | 1 | -1/+2 |
| * | Make isLegalAddressingMode() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -2/+2 |
| * | Make TargetLowering::getPointerTy() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -1/+2 |
| * | [TargetLowering] StringRefize asm constraint getters. | Benjamin Kramer | 2015-07-05 | 1 | -6/+4 |
| * | [ARM] Lower interleaved memory accesses to vldN/vstN intrinsics. | Hao Liu | 2015-06-26 | 1 | -0/+9 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -2/+2 |
| * | Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM." | Peter Collingbourne | 2015-06-05 | 1 | -4/+0 |
| * | [arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory ... | Daniel Sanders | 2015-06-03 | 1 | -2/+25 |
| * | Add address space argument to isLegalAddressingMode | Matt Arsenault | 2015-06-01 | 1 | -1/+2 |
| * | Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM. | Peter Collingbourne | 2015-05-28 | 1 | -0/+4 |
| * | Migrate existing backends that care about software floating point | Eric Christopher | 2015-05-12 | 1 | -0/+1 |
| * | Change getTargetNodeName() to produce compiler warnings for missing cases, fi... | Matthias Braun | 2015-05-07 | 1 | -1/+1 |
| * | Cleanup, remove unused return value | Matthias Braun | 2015-04-28 | 1 | -2/+1 |
| * | [ARM] Remove target-specific ITOFP/FPTOI nodes | James Molloy | 2015-03-23 | 1 | -5/+0 |
| * | [ARM] Align stack objects passed to memory intrinsics | John Brawn | 2015-03-18 | 1 | -0/+3 |
| * | Make each target map all inline assembly memory constraints to InlineAsm::Con... | Daniel Sanders | 2015-03-16 | 1 | -0/+6 |
| * | ARM: simplify and extend byval handling | Tim Northover | 2015-03-11 | 1 | -12/+2 |
| * | [ARM] Enable vector extload combine for legal types. | Ahmed Bougacha | 2015-03-05 | 1 | -0/+2 |
| * | Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how ... | JF Bastien | 2015-03-04 | 1 | -1/+2 |
| * | getRegForInlineAsmConstraint wants to use TargetRegisterInfo for | Eric Christopher | 2015-02-26 | 1 | -3/+4 |
| * | Remove an argument-less call to getSubtargetImpl from TargetLoweringBase. | Eric Christopher | 2015-02-26 | 1 | -2/+3 |
| * | Rewrite the global merge pass to be subprogram agnostic for now. | Eric Christopher | 2015-02-23 | 1 | -4/+0 |
| * | Remove getSubtargetImpl from ARMISelLowering and cache the | Eric Christopher | 2015-01-29 | 1 | -1/+2 |
| * | [CodeGenPrepare] Move extractelement close to store if they can be combined. | Quentin Colombet | 2014-10-31 | 1 | -0/+3 |
| * | constify TargetMachine argument. | Eric Christopher | 2014-10-03 | 1 | -1/+1 |
| * | Add AtomicExpandPass::bracketInstWithFences, and use it whenever getInsertFen... | Robin Morisset | 2014-09-23 | 1 | -2/+2 |
| * | Restore "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors" | Robin Morisset | 2014-09-18 | 1 | -0/+1 |
| * | Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors" | Robin Morisset | 2014-09-17 | 1 | -1/+0 |
| * | [ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors | Robin Morisset | 2014-09-17 | 1 | -0/+1 |
| * | [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass | Robin Morisset | 2014-09-17 | 1 | -0/+1 |
| * | Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction | Robin Morisset | 2014-09-03 | 1 | -1/+3 |
| * | Use target-dependent emitLeading/TrailingFence instead of the target-independ... | Robin Morisset | 2014-09-03 | 1 | -0/+5 |
| * | [ARM] Enable DP copy, load and store instructions for FPv4-SP | Oliver Stannard | 2014-08-21 | 1 | -0/+7 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | Add alignment value to allowsUnalignedMemoryAccess | Matt Arsenault | 2014-07-27 | 1 | -3/+4 |
| * | [stack protector] Fix a potential security bug in stack protector where the | Akira Hatanaka | 2014-07-25 | 1 | -0/+2 |
| * | ARM: add VLA extension for WoA Itanium ABI | Saleem Abdulrasool | 2014-06-09 | 1 | -0/+6 |
| * | Rename ComputeMaskedBits to computeKnownBits. "Masked" has been | Jay Foad | 2014-05-14 | 1 | -4/+4 |
| * | Pass the value type to TLI::getRegisterByName | Hal Finkel | 2014-05-11 | 1 | -1/+1 |
| * | Add 'override' to getRegisterByName in *ISelLowering.h | Hal Finkel | 2014-05-11 | 1 | -1/+1 |
| * | Add custom lowering for add/sub with overflow intrinsics to ARM | Louis Gerbarg | 2014-05-09 | 1 | -0/+2 |
| * | ARM: HFAs must be passed in consecutive registers | Oliver Stannard | 2014-05-09 | 1 | -1/+7 |
| * | ARM: support PIC on Windows on ARM | Saleem Abdulrasool | 2014-05-09 | 1 | -0/+1 |
| * | Implememting named register intrinsics | Renato Golin | 2014-05-06 | 1 | -0/+2 |
| * | Atomics: promote ARM's IR-based atomics pass to CodeGen. | Tim Northover | 2014-04-17 | 1 | -0/+7 |
| * | ARM: expand atomic ldrex/strex loops in IR | Tim Northover | 2014-04-03 | 1 | -23/+0 |
| * | Change @llvm.clear_cache default to call rt-lib | Renato Golin | 2014-03-26 | 1 | -5/+0 |
| * | Add @llvm.clear_cache builtin | Renato Golin | 2014-03-26 | 1 | -0/+5 |