index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMBaseInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
1
-10
/
+2
*
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-06-02
1
-5
/
+5
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
1
-1
/
+2
*
Update the saved stack pointer in the sjlj function context following either
Jim Grosbach
2010-05-27
1
-2
/
+2
*
Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums
Jakob Stoklund Olesen
2010-05-24
1
-32
/
+32
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
1
-0
/
+37
*
Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.
Jim Grosbach
2010-05-22
1
-0
/
+4
*
Added a QQQQ register file to model 4-consecutive Q registers.
Evan Cheng
2010-05-14
1
-13
/
+41
*
Bring back VLD1q and VST1q and use them for reloading / spilling Q registers....
Evan Cheng
2010-05-13
1
-29
/
+69
*
Use VLD2q32 / VST2q32 to reload / spill QQ (pair of Q) registers when stack s...
Evan Cheng
2010-05-07
1
-5
/
+39
*
Use VSTMD / VLDMD for spills and reloads of Q registers instead of VSTMQ / VL...
Evan Cheng
2010-05-07
1
-9
/
+15
*
Remove VLD1q and VST1q for reloading and spilling Q registers. Just use VLD1q...
Evan Cheng
2010-05-07
1
-9
/
+23
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-4
/
+2
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-2
/
+4
*
Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...
Evan Cheng
2010-05-06
1
-16
/
+35
*
Revert r103157, which broke test/CodeGen/ARM/2009-11-30-LiveVariablesBug.ll.
Dan Gohman
2010-05-06
1
-4
/
+2
*
Revert r103156 since it was breaking the build bots.
Eric Christopher
2010-05-06
1
-31
/
+14
*
Fix an obvious bug in isMoveInstr. It needs to return sub-register indices.
Evan Cheng
2010-05-06
1
-2
/
+4
*
Adding pseudo 256-bit registers QQ0 . . . QQ7 to represent pairs of Q registe...
Evan Cheng
2010-05-06
1
-14
/
+31
*
Cosmetic changes.
Evan Cheng
2010-05-06
1
-7
/
+7
*
storeRegToStackSlot has forgotten about QPR_8 register class.
Evan Cheng
2010-05-06
1
-1
/
+2
*
Frame index can be negative.
Evan Cheng
2010-04-29
1
-1
/
+1
*
Add sizes non-floating point versions for the eh sjlj intrinsic expansions.
Jim Grosbach
2010-04-28
1
-1
/
+2
*
Add ARM specific emitFrameIndexDebugValue.
Evan Cheng
2010-04-26
1
-0
/
+10
*
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-07
1
-0
/
+1
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-4
/
+4
*
Teach AnalyzeBranch, RemoveBranch and the branch
Dale Johannesen
2010-04-02
1
-1
/
+14
*
Fix VLDMQ and VSTMQ instructions to use the correct encoding and address modes.
Bob Wilson
2010-03-23
1
-2
/
+6
*
Rename some instructions to match the corresponding NEON opcode.
Bob Wilson
2010-03-23
1
-2
/
+2
*
Change VST1 instructions for loading Q register values to operate on pairs
Bob Wilson
2010-03-23
1
-1
/
+1
*
Change VLD1 instructions for loading Q register values to operate on pairs
Bob Wilson
2010-03-23
1
-1
/
+1
*
Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")
Bob Wilson
2010-03-20
1
-4
/
+3
*
Refactor Reg-Reg copy emission routine for ARM. This makes cross-regclass cop...
Anton Korobeynikov
2010-03-18
1
-29
/
+39
*
Revert 98683. It is breaking something in the disassembler.
Bob Wilson
2010-03-16
1
-3
/
+4
*
Remove redundant writeback flag from ARM address mode 6. Also remove the
Bob Wilson
2010-03-16
1
-4
/
+3
*
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
1
-4
/
+3
*
Handle tGPR register class in a few more places. This fixes some llvm-gcc
Bob Wilson
2010-02-16
1
-0
/
+10
*
Fix pr6111: Avoid using the LR register for the target address of an indirect
Bob Wilson
2010-02-16
1
-0
/
+7
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-4
/
+4
*
tighten up eh.setjmp sequence a bit.
Jim Grosbach
2010-02-08
1
-2
/
+2
*
Adjust setjmp instruction sequence to not need 32-bit alignment padding
Jim Grosbach
2010-01-27
1
-1
/
+1
*
prep work to support a future where getJumpTableInfo will return
Chris Lattner
2010-01-25
1
-0
/
+1
*
For aligned load/store instructions, it's only required to know whether a
Jim Grosbach
2010-01-19
1
-2
/
+2
*
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
1
-21
/
+46
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-2
/
+0
*
remove out of date FIXME.
Jim Grosbach
2009-12-03
1
-1
/
+0
*
fix a build problem with VC++, PR5664, patch by Alp Toker!
Chris Lattner
2009-12-03
1
-2
/
+4
*
Thumb1 exception handling setjmp
Jim Grosbach
2009-12-01
1
-0
/
+2
*
Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable
Bob Wilson
2009-11-30
1
-6
/
+0
*
Refactor target hook for tail duplication as requested by Chris.
Bob Wilson
2009-11-24
1
-6
/
+2
[prev]
[next]