OSDN Git Service

Update LLVM for 3.5 rebase (r209712).
[android-x86/external-llvm.git] / lib / Target / ARM / ARMRegisterInfo.td
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-11-11 Artyom Skrobov[ARM] Add support for MVFR2 which is new in ARMv8
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-09-05 Tilmann SchellerReverting 190043 for now.
2013-09-05 Tilmann SchellerARM: Add GPR register class excluding LR for use with...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-22 Jim GrosbachARM: R9 is not safe to use for tcGPR.
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-06 Mihai PopaSupport APSR_nzcv as operand for Thumb2 mrc. Deprecate...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-06-11 Mihai PopaThis patch adds support for FPINST/FPINST2 as operands...
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-13 Mihai PopaThe purpose of the patch is to fix the syntax of ARM...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-10-26 Jakob Stoklund OlesenAdd GPRPair Register class to ARM.
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-06 Stephen Hinesam 31675153: Merge branch \'upstream\' into merge_2
2012-08-24 Stephen HinesMerge branch 'upstream' into merge_2
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-09 Eric ChristopherThis field isn't used anymore, use it with HWEncoding...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-05-07 Andrew HsiehMerge "Add libLLVMObject to read executable file."
2012-05-04 Jakob Stoklund OlesenRemove the SubRegClasses field from RegisterClass descr...
2012-04-25 The Android Automergermerge in jb-release history after reset to jb-dev
2012-04-24 Shih-wei LiaoMerge with LLVM upstream r155090.
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-29 Jakob Stoklund OlesenPrefer even-odd D-register pairs.
2012-03-26 The Android Automergermerge in jb-release history after reset to master
2012-03-24 Shih-wei LiaoMerge branch 'upstream' into sliao_d
2012-03-16 Jim GrosbachARM vmrs system registers mvfr0 and mvfr1 handling.
2012-03-06 Jakob Stoklund OlesenAllow the same types in DPair as in QPR.
2012-03-06 Lang HamesSplit fpscr into two registers: FPSCR and FPSCR_NZCV.
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-02 Jakob Stoklund OlesenAdd pseudo-registers for pairs, triples, and quads...
2012-02-01 Jakob Stoklund OlesenMove ARM subreg index compositions to the SubRegIndex...
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-13 Jakob Stoklund OlesenUse RegisterTuples to generate pseudo-registers.
2011-12-19 Jakob Stoklund OlesenRemove a register class that can just as well be synthe...
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-24 Jim GrosbachThumb1 ADD/SUB SP instructions are predicable in Thumb2...
2011-08-09 Owen AndersonCreate a new register class for the set of all GPRs...
2011-07-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
2011-07-19 Jim GrosbachARM assembly parsing of MRS instruction.
2011-07-01 Nowar GuMerge upstream to r134237 at Fri. 1st July 2011.
2011-06-30 Eric ChristopherAdd support for the 'h' constraint.
2011-06-23 Nowar GuMerge upstream to r133679 at Thu. 23th Jun 2011.
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-18 Jakob Stoklund OlesenSwitch ARM to using AltOrders instead of MethodBodies.
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-02 Jakob Stoklund OlesenFlag unallocatable register classes instead of giving...
2011-05-07 Jakob Stoklund OlesenEliminate the ARM sub-register indexes that are not...
2011-04-21 Devang PatelAs per ARM docs, register Dx is described as DW_OP_regx...
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-18 Bruno Cardoso LopesCreate two new generic classes to represent the followi...
2010-10-24 Bob WilsonPR8359: The ARM backend may end up allocating registers...
2010-10-12 Bob WilsonPR8359: The ARM backend may end up allocating registers...
2010-10-12 Bob WilsonPR8359: The ARM backend may end up allocating registers...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-09-02 Jim GrosbachNow that register allocation properly considers reserve...
2010-09-02 Jim GrosbachNow that register allocation properly considers reserve...
2010-09-02 Jim Grosbachtrivial cleanup
2010-09-02 Jim Grosbachtrivial cleanup
2010-09-01 Jim GrosbachSimplify the tGPR register class now that the register...
2010-09-01 Jim GrosbachSimplify the tGPR register class now that the register...
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-08 Bob WilsonClean up a comment.
2010-07-08 Bob WilsonClean up a comment.
2010-06-21 Dale JohannesenFix PR 7433. Silly typo in non-Darwin ARM tail call
2010-06-21 Dale JohannesenFix PR 7433. Silly typo in non-Darwin ARM tail call
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-15 Dale JohannesenNext round of tail call changes. Register used in...
2010-06-15 Dale JohannesenNext round of tail call changes. Register used in...
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2010-05-26 Jakob Stoklund OlesenGive SubRegIndex names to all ARM subregisters. This...
next