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
/
ARMISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When performing instruction selection for LDR_PRE_IMM/LDRB_PRE_IMM, we still ...
Owen Anderson
2011-08-31
1
-1
/
+8
*
64-bit atomic cmpxchg for ARM.
Eli Friedman
2011-08-31
1
-7
/
+13
*
Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.
Eli Friedman
2011-08-31
1
-0
/
+32
*
addrmode_imm12 and addrmode2_offset encode their immediate values differently...
Owen Anderson
2011-08-29
1
-4
/
+28
*
Fix ARM codegen breakage caused by r138653.
Owen Anderson
2011-08-26
1
-6
/
+15
*
invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...
Owen Anderson
2011-08-26
1
-4
/
+4
*
Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.
Jim Grosbach
2011-08-24
1
-2
/
+3
*
ARM refactor indexed store instructions.
Jim Grosbach
2011-08-05
1
-2
/
+5
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
1
-2
/
+4
*
Split am2offset into register addend and immediate addend forms, necessary fo...
Owen Anderson
2011-07-26
1
-13
/
+40
*
Fix test failures caused by my so_reg refactoring.
Owen Anderson
2011-07-22
1
-2
/
+2
*
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
1
-11
/
+9
*
Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...
Owen Anderson
2011-07-21
1
-15
/
+52
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
1
-10
/
+12
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-3
/
+3
*
Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...
Owen Anderson
2011-06-16
1
-12
/
+23
*
Add support for ARM ldrexd/strexd intrinsics. They both use i32 register pairs
Bruno Cardoso Lopes
2011-05-28
1
-0
/
+105
*
Zap a couple now-unused functions.
Eli Friedman
2011-04-29
1
-10
/
+0
*
This patch combines several changes from Evan Cheng for rdar://8659675.
Bob Wilson
2011-04-19
1
-1
/
+1
*
Do not lose mem_operands while lowering VLD / VST intrinsics.
Evan Cheng
2011-04-19
1
-4
/
+29
*
Reduce code duplication.
Owen Anderson
2011-03-18
1
-31
/
+13
*
Generate a VTBL instruction instead of a series of loads and stores when we
Bill Wendling
2011-03-14
1
-0
/
+29
*
Remove dead code. These ARM instruction definitions no longer exist.
Jim Grosbach
2011-03-11
1
-1
/
+1
*
Remove unused conditional negate operations.
Bob Wilson
2011-03-05
1
-28
/
+0
*
Add patterns to use post-increment addressing for Neon VST1-lane instructions.
Bob Wilson
2011-02-25
1
-0
/
+15
*
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-13
1
-40
/
+51
*
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2011-02-07
1
-144
/
+348
*
Change VLD3/4 and VST3/4 for quad registers to not update the address register.
Bob Wilson
2011-02-07
1
-60
/
+44
*
Sorry, several patches in one.
Evan Cheng
2011-01-20
1
-2
/
+2
*
ARM/ISel: Factor out isScaledConstantInRange() helper.
Daniel Dunbar
2011-01-19
1
-122
/
+110
*
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2011-01-17
1
-2
/
+1
*
Model operand restrictions of mul-like instructions on ARMv5 via
Anton Korobeynikov
2011-01-01
1
-2
/
+6
*
whitespace
Andrew Trick
2010-12-24
1
-1
/
+1
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
Use PairDRegs to implement ConcatVectors. No functionality change.
Bob Wilson
2010-12-17
1
-7
/
+1
*
Thumb1 had two patterns for the same load-from-constant-pool instruction.
Jim Grosbach
2010-12-15
1
-1
/
+1
*
Reapply r121808 now that the missing patterns have been supplied.
Bill Wendling
2010-12-15
1
-16
/
+21
*
Revert r121808 until I can fix the build.
Bill Wendling
2010-12-15
1
-21
/
+16
*
Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In
Bill Wendling
2010-12-14
1
-16
/
+21
*
The tLDR et al instructions were emitting either a reg/reg or reg/imm
Bill Wendling
2010-12-14
1
-31
/
+111
*
Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.
Bob Wilson
2010-12-10
1
-0
/
+4
*
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-05
1
-1
/
+55
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-30
1
-0
/
+6
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
1
-0
/
+6
*
Add support for NEON VLD2-dup instructions.
Bob Wilson
2010-11-28
1
-0
/
+67
*
Fix a cut-n-paste-error.
Evan Cheng
2010-11-19
1
-1
/
+1
*
Avoid isel movcc of large immediates when the large immediate is available in...
Evan Cheng
2010-11-17
1
-10
/
+14
*
Add conditional move of large immediate.
Evan Cheng
2010-11-13
1
-14
/
+26
*
Fix an obvious typo which inverted an immediate.
Evan Cheng
2010-11-13
1
-1
/
+1
*
Add conditional mvn instructions.
Evan Cheng
2010-11-12
1
-5
/
+31
[next]