Change memcpy/memset/memmove to have dest and source alignments.
[oota-llvm.git] / lib / Target / ARM / ARMFastISel.cpp
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-10-26 Peter CollingbourneARM/ELF: Restore original (pre-r251322) logic for decid...
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-19 Duncan P. N. Exon... ARM: Remove implicit ilist iterator conversions, NFC
2015-09-19 Bob WilsonNFC: Fix indentation and add braces to clarify nested...
2015-08-26 Matthias BraunFastISel: Use finishCondBranch() for ARM,Mips,PowerPC...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-06 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Akira Hatanaka[ARM] Define a subtarget feature and use it to decide...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-06 Pete Cooper[ARM] Fast-Isel was incorrectly selecting <2 x double...
2015-05-06 Ahmed Bougacha[ARM][FastISel] Use TST #1 instead of CMP #0 for select.
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-01-30 David BlaikieAdd ARM test for r227489, but XFAIL because this is...
2015-01-30 Renato GolinRevert "Revert "Matching ARM change for r227481: DebugI...
2015-01-30 Renato GolinRevert "Matching ARM change for r227481: DebugInfo...
2015-01-29 David BlaikieMatching ARM change for r227481: DebugInfo: Teach Fast...
2015-01-29 Eric ChristopherSmall cleanup in ARMFastISel initialization.
2015-01-29 Eric ChristopherMigrate ARM except for TTI, AsmPrinter, and frame lowering
2014-11-21 Craig TopperRemove a bunch of unnecessary typecasts to 'const Targe...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-08-15 Juergen Ributzka[FastISel][ARM] Fix a think-o in my previous commit...
2014-08-14 Juergen Ributzka[FastISel][ARM] Fall-back to constant pool loads when...
2014-08-13 Juergen Ributzka[FastISel][ARM] Use MOVT/MOVW if the subtarget requests it.
2014-08-13 Juergen Ributzka[FastISel][ARM] Fix a bug in the integer materializatio...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Juergen Ributzka[FastISel][ARM] Do not emit stores for undef arguments.
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-05-12 Christian PirkerARM: Implement big endian bit-conversion for NEON type
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-15 Tim NorthoverFastISel: constrain the RegClass of operands when emitt...
2014-04-03 Jim GrosbachTidy up. Trailing whitespace.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-18 Craig Topper[C++11] Mark the target fast isel classes as 'final...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-02-04 Tim NorthoverARM: fix fast-isel assertion failure
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-12-30 Bill WendlingKeep comment with 'Subtarget' ivar.
2013-12-29 Bill WendlingStore the global variable that's created so that it...
2013-12-11 Tim NorthoverARM: constrain register-class in fast-isel
2013-11-26 Tim NorthoverDarwin-ARM: use movw/movt for static relocations
2013-11-25 Tim NorthoverARM: remove special cases for Darwin dynamic-no-pic...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-09-09 Joey Gouly[ARMv8] Prevent generation of deprecated IT blocks...
2013-08-26 Jim GrosbachARM: Constrain regclass for TSTri instruction.
2013-08-26 Jim GrosbachARM: FastISel verifier error cleanup.
2013-08-23 Joey Gouly[ARM] Fix another ARM FastISel -verify-machineinstrs...
2013-08-22 Logan ChienFix ARM FastISel PIC function call.
2013-08-20 Jim GrosbachARM: Fix fast-isel copy/paste-o.
2013-08-16 Jim GrosbachARM: Properly constrain comparison fastisel register...
2013-08-16 Jim GrosbachARM: Fast-isel register class constrain for extends.
2013-08-16 Jim GrosbachARM: Fix more fast-isel verifier failures.
2013-08-16 Jim GrosbachARM: Clean up fast-isel machine verifier errors.
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-07-27 Chandler CarruthFix yet another memory leak found by the vg-leak bot...
2013-07-17 JF BastienFix ARMFastISel::ARMEmitIntExt shift emission
2013-07-12 Eric ChristopherRemove extraneous braces.
2013-06-21 David BlaikieDebugInfo: Don't lose unreferenced non-trivial by-value...
2013-06-14 JF BastienEnable FastISel on ARM for Linux and NaCl, not MCJIT
2013-06-11 JF BastienARM FastISel fix sext/zext fold
2013-06-09 JF BastienARM FastISel fix load register classes
2013-06-08 JF BastienFix unused variable warning from my previous patch.
2013-06-07 JF BastienARM FastISel integer sext/zext improvements
2013-05-30 Rafael EspindolaRevert r182937 and r182877.
2013-05-29 JF BastienEnable FastISel on ARM for Linux and NaCl
2013-05-29 JF BastienTidy some register classes for ARM and Thumb
2013-04-22 Eric ChristopherNo really, don't store anything to this since it's...
2013-04-22 Eric ChristopherRemove variable store that is never read.
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-02-26 Chad Rosier[fast-isel] Make sure the FastLowerArguments function...
2013-02-18 Chad Rosier[fast-isel] Remove an invalid assert.
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to ARM return instructions.
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-17 Chad Rosier[arm fast-isel] Minor cleanup. No functional change...
2012-12-17 Chad Rosier[arm fast-isel] Fast-isel only handles simple VTs,...
2012-12-17 Patrik HagglundRevert/correct some FastISel changes in r170104 (EVT...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-06 Chad Rosier[arm fast-isel] Make the fast-isel implementation of...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
next