Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904
[oota-llvm.git] / include / llvm / Target /
2016-01-04 David Majnemer[X86] Make hasFP constant time
2015-12-31 Craig Topper[TableGen] Modify the AsmMatcherEmitter to only apply...
2015-12-29 Craig Topper[TableGen] Remove MnemonicContainsDot from AsmParser...
2015-12-28 Michael Kuperstein[X86] Better support for the MCU psABI (LLVM part)
2015-12-22 Dan GohmanAdd an OperandNamespace field to Target.td's Operand.
2015-12-16 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-16 Paul RobinsonSet debugger tuning from TargetOptions (NFC)
2015-12-16 Tom StellardMachineScheduler: Add a target hook for deciding which...
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-11 Matt ArsenaultStart replacing vector_extract/vector_insert with extra...
2015-12-11 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-10 Jonas Paulsson[PostRA scheduling] Allow a target to do scheduling...
2015-12-07 Craig TopperAdd uint8_t size to LegalizeTypeAction enum and use...
2015-12-07 Craig TopperAdd uint8_t size to LegalizeAction enum so we can use...
2015-12-05 Craig TopperUse std::fill instead of memset to initialize an array...
2015-12-04 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-04 Matthias Braunraw_ostream: << operator for callables with raw_ostream...
2015-12-03 Matthias BraunRevert "raw_ostream: << operator for callables with...
2015-12-03 Matthias Braunraw_ostream: << operator for callables with raw_stream...
2015-12-03 Chih-Hung Hsieh[X86] Part 1 to fix x86-64 fp128 calling convention.
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-26 Craig Topper[SelectionDAG] Add a SDTCisSameSizeAs type constraint...
2015-11-26 Craig TopperAdd type constraints to masked_load/masked_store to...
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-13 James Molloy[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
2015-11-11 Matt ArsenaultAdd target preference for GatherAllAliases max depth
2015-11-10 Sanjay Pateldon't repeat function/class/variable names in comments...
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Renato Golin[EABI] Add LLVM support for -meabi flag
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-05 Sanjay Patelreplace MachineCombinerPattern namespace and enum with...
2015-11-03 Peter CollingbourneCodeGen, Target: Move Mach-O-specific symbol name logic...
2015-10-28 Craig TopperRemove templates from CostTableLookup functions. All...
2015-10-27 Craig TopperConvert cost table lookup functions to return a pointer...
2015-10-26 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-22 Tim NorthoverCodeGen: increase bits allocated for LegalizeActions
2015-10-22 Craig TopperChange makeLibCall to take an ArrayRef<SDValue> instead...
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-16 Reid Kleckner[WinEH] Fix stack alignment in funclets and ParentFrame...
2015-10-15 Evgeniy StepanovRevert "[safestack] Fast access to the unsafe stack...
2015-10-15 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-09 Reid KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
2015-10-09 Reid KlecknerRevert "Revert r248959, "[WinEH] Emit int3 after noretu...
2015-10-07 Reid Kleckner[WinEH] Fix two minor issues in __CxxFrameHandler3...
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-10-02 Matt ArsenaultAdd way to test for generic TargetOpcodes
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-10-01 NAKAMURA TakumiRevert r248959, "[WinEH] Emit int3 after noreturn calls...
2015-09-30 Reid Kleckner[WinEH] Emit int3 after noreturn calls on Win64
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-28 Andrew KaylorImproved the interface of methods commuting operands...
2015-09-25 Matthias BraunTargetRegisterInfo: Introduce PrintLaneMask.
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-09-24 Matt ArsenaultIntroduce target hook for optimizing register copies
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Evgeniy StepanovRevert "Android support for SafeStack."
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 NAKAMURA TakumiFix r248164. [-Wdocumentation]
2015-09-21 Chad Rosier[Machine Combiner] Refactor machine reassociation code...
2015-09-21 Craig TopperDon't pass StringRefs around by const reference. Pass...
2015-09-17 Reid Kleckner[WinEH] Make funclet return instrs pseudo instrs
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-09-11 Ahmed Bougacha[CodeGen] Refactor TLI/AtomicExpand interface to make...
2015-09-11 Ahmed Bougacha[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpans...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Ahmed Bougacha[CodeGen] Make x86 nontemporal store patfrags generic...
2015-09-09 Matt ArsenaultFix typos / grammar
2015-08-31 Kit BartonRework of the new interface for shrink wrapping
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-26 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-26 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-08-25 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-25 Mehdi AminiFix LLVM C API for DataLayout
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Michael Kuperstein[TLI] Refactor "is integer division cheap" queries.
2015-08-18 Steve KingFix backward operands in call to isTruncateFree() and...
2015-08-18 Alex LorenzMIR Serialization: Serialize the operand's bit mask...
2015-08-17 Guozhi WeiAlign SP adjustment in function getSPAdjust
2015-08-17 Tobias GrosserRevert "Disable targetdatalayoutcheck"
2015-08-17 Tobias GrosserDisable targetdatalayoutcheck
next