Age | Commit message (Expand) | Author |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-04-18 | Fix for PR14824, An ARM Load/Store Optimization bug | Hao Liu |
2013-04-05 | Reverting 178851 as it broke buildbots | Renato Golin |
2013-04-05 | Buildbot fix for r178851: mistake was in wrong TargetRegisterInfo::getRegClas... | Stepan Dyatkovskiy |
2013-04-05 | Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi... | Stepan Dyatkovskiy |
2013-03-25 | [arm load/store optimizer] When trying to merge a base update load/store, make | Chad Rosier |
2013-03-11 | Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195' | Eli Bendersky |
2013-02-21 | Radar numbers don't belong in source code. | Evan Cheng |
2013-01-30 | Merge commit 'a662a9862501fc86904e90054f7c1519101d9126' | Derek Schuff |
2013-01-11 | Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410' | Derek Schuff |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-20 | Add an MF argument to MI::copyImplicitOps(). | Jakob Stoklund Olesen |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-10-11 | Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010' | Derek Schuff |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-10-03 | Remove a localmod that may have disabled an ARMLoadStore | Jan Voung |
2012-08-21 | Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce | Derek Schuff |
2012-08-09 | Remove getARMRegisterNumbering and replace with calls into | Eric Christopher |
2012-07-09 | LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45) | Derek Schuff |
2012-05-07 | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen |
2012-04-24 | ARM: Nuke remnant bogus code. | Jim Grosbach |
2012-04-20 | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper |
2012-04-10 | ARM LDR/LDRT has the same encoding collision as STR/STRT. | Jim Grosbach |
2012-04-05 | ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero. | Jim Grosbach |
2012-03-28 | Don't kill the base register when expanding strd. | Jakob Stoklund Olesen |
2012-03-28 | Preserve implicit defs in ARMLoadStoreOptimizer. | Jakob Stoklund Olesen |
2012-03-28 | Revert r153516: "Invalidate liveness in Thumb2ITBlockPass." | Jakob Stoklund Olesen |
2012-03-27 | ARMLoadStoreOptimizer invalidates register liveness. | Jakob Stoklund Olesen |
2012-03-27 | Remove unnecessary llvm:: qualifications | Craig Topper |
2012-03-26 | Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h | Craig Topper |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-02-07 | Do not fold ADD / SUB into load / store (to form pre-indexed, post-indexed | Evan Cheng |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-11 | ARM Ld/St Optimizer fix. | Andrew Trick |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng |
2011-11-25 | ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build. | NAKAMURA Takumi |
2011-11-11 | Preserve MachineMemOperands in ARMLoadStoreOptimizer. | Andrew Trick |
2011-11-09 | Hide cpu name checking in ARMSubtarget. | Evan Cheng |
2011-11-08 | Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l... | Evan Cheng |
2011-08-29 | Apply the same fix for the change in LDR_PRE_IMM/LDRB_PRE_IMM operand encodin... | Owen Anderson |
2011-08-29 | Update the load-store optimizer for changes to the operands on LDR_PRE_IMM an... | Owen Anderson |
2011-08-26 | invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w... | Owen Anderson |
2011-08-12 | ARM STR_POST_IMM offset encoding fix in load/store optimizer. | Jim Grosbach |
2011-08-05 | ARM refactor indexed store instructions. | Jim Grosbach |
2011-07-26 | Split am2offset into register addend and immediate addend forms, necessary fo... | Owen Anderson |
2011-07-20 | Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A... | Evan Cheng |
2011-06-29 | Remove redundant Thumb2 ADD/SUB SP instruction definitions. | Jim Grosbach |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
2011-06-27 | More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo. | Evan Cheng |
2011-05-25 | Clean up comment a bit. | Eric Christopher |