index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-2
/
+2
*
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-04
5
-17
/
+251
*
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
1
-2
/
+2
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
1
-0
/
+6
*
Removed unused argument.
Chad Rosier
2012-09-03
1
-2
/
+1
*
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
1
-1
/
+4
*
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
1
-0
/
+5
*
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
1
-12
/
+48
*
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-09-01
1
-0
/
+4
*
Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()
Chad Rosier
2012-08-31
1
-47
/
+42
*
Add a comment to explain what's really going on.
Chad Rosier
2012-08-31
1
-0
/
+6
*
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
1
-3
/
+0
*
Fix a couple of typos in EmitAtomic.
Jakob Stoklund Olesen
2012-08-31
1
-2
/
+2
*
With the fix in r162954/162955 every cvt function returns true. Thus, have
Chad Rosier
2012-08-31
1
-64
/
+42
*
Fix for r162954. Return the Error.
Chad Rosier
2012-08-30
1
-2
/
+2
*
Move a check to the validateInstruction() function where it more properly bel...
Chad Rosier
2012-08-30
1
-11
/
+13
*
Typo.
Chad Rosier
2012-08-30
1
-1
/
+1
*
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-30
1
-2
/
+71
*
Refactor setExecutionDomain to be clearer about what it's doing and more robust.
Tim Northover
2012-08-29
1
-45
/
+53
*
Cleanup sloppy code. Jakob's review.
Andrew Trick
2012-08-29
1
-4
/
+3
*
[arm-fast-isel] Add support for ARM PIC.
Jush Lu
2012-08-29
1
-6
/
+16
*
Fix ARM vector copies of overlapping register tuples.
Andrew Trick
2012-08-29
1
-0
/
+13
*
cleanup
Andrew Trick
2012-08-29
1
-21
/
+19
*
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-28
6
-169
/
+43
*
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
6
-43
/
+169
*
Make sure we add the predicate after all of the registers are added.
Bill Wendling
2012-08-27
1
-2
/
+3
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-1
/
+1
*
Missed tLEApcrelJT.
Jakob Stoklund Olesen
2012-08-24
1
-0
/
+1
*
Explicitly mark LEApcrel pseudos with hasSideEffects.
Jakob Stoklund Olesen
2012-08-24
2
-0
/
+4
*
Fix call instruction operands in ARMFastISel.
Jakob Stoklund Olesen
2012-08-24
1
-34
/
+16
*
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
2012-08-24
1
-6
/
+9
*
Fix undefined behavior (negation of INT_MIN) in ARM backend.
Richard Smith
2012-08-24
2
-2
/
+2
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-3
/
+2
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-1
/
+1
*
Add a missing def flag.
Jakob Stoklund Olesen
2012-08-21
1
-4
/
+2
*
Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.
Jakob Stoklund Olesen
2012-08-20
1
-3
/
+2
*
Remove the CAND/COR/CXOR custom ISD nodes and their select code.
Jakob Stoklund Olesen
2012-08-18
3
-174
/
+0
*
Remove virtual from many methods. These methods replace methods in the base c...
Craig Topper
2012-08-18
1
-38
/
+40
*
Also combine zext/sext into selects for ARM.
Jakob Stoklund Olesen
2012-08-18
1
-47
/
+84
*
Also pass logical ops to combineSelectAndUse.
Jakob Stoklund Olesen
2012-08-18
1
-9
/
+42
*
fp16-to-fp32 conversion instructions are available in Thumb mode as well.
Anton Korobeynikov
2012-08-18
1
-4
/
+4
*
Avoid folding ADD instructions with FI operands.
Jakob Stoklund Olesen
2012-08-17
1
-0
/
+3
*
Add comment, clean up code. No functional change.
Jakob Stoklund Olesen
2012-08-17
1
-30
/
+39
*
Implement NEON domain switching for scalar <-> S-register vmovs on ARM
Tim Northover
2012-08-17
1
-15
/
+97
*
Remove unnecessary include of ARMGenInstrInfo.inc.
Craig Topper
2012-08-17
1
-1
/
+0
*
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-16
3
-0
/
+51
*
Handle ARM MOVCC optimization in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-08-16
5
-53
/
+73
*
[arm-fast-isel] Add support for fastcc.
Jush Lu
2012-08-16
1
-3
/
+6
*
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-15
5
-2
/
+104
*
Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...
Evan Cheng
2012-08-15
4
-2
/
+50
[next]