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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup up unused R3LiveIn tracking.
Jim Grosbach
2009-10-08
2
-19
/
+2
*
Re-enable register scavenging in Thumb1 by default.
Jim Grosbach
2009-10-08
2
-64
/
+10
*
Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
3
-0
/
+6
*
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
3
-0
/
+5
*
Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
3
-0
/
+6
*
Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
3
-0
/
+6
*
Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
3
-0
/
+5
*
reverting thumb1 scavenging default due to test failure while I figure out wh...
Jim Grosbach
2009-10-07
2
-9
/
+64
*
Fix handling of x86 'R' constraint.
Dale Johannesen
2009-10-07
1
-1
/
+8
*
Enable thumb1 register scavenging by default.
Jim Grosbach
2009-10-07
2
-64
/
+9
*
Add some instruction encoding bits for NEON load/store instructions.
Bob Wilson
2009-10-07
2
-140
/
+165
*
Add codegen support for NEON vst4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
3
-9
/
+94
*
Add codegen support for NEON vst3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
3
-9
/
+88
*
Add codegen support for NEON vst2 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
3
-7
/
+47
*
Add codegen support for NEON vld4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
3
-7
/
+83
*
Add another bit of the ARM target assembler to llvm-mc to parse registers
Kevin Enderby
2009-10-07
1
-3
/
+17
*
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
6
-90
/
+0
*
Add codegen support for NEON vld3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
3
-13
/
+92
*
Rearrange code for selecting vld2 intrinsics. No functionality change.
Bob Wilson
2009-10-07
1
-9
/
+14
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
26
-75
/
+123
*
Add PseudoSourceValues for constpool stuff on ELF (Darwin should use somethin...
Anton Korobeynikov
2009-10-07
2
-12
/
+34
*
Added bits of the ARM target assembler to llvm-mc to parse some load instruction
Kevin Enderby
2009-10-06
1
-1
/
+404
*
Add codegen support for NEON vld2 operations on quad registers.
Bob Wilson
2009-10-06
4
-1
/
+62
*
Use copyRegToReg hook to copy registers.
Bob Wilson
2009-10-06
1
-6
/
+4
*
Fix a comment typo.
Bob Wilson
2009-10-06
1
-1
/
+1
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
12
-37
/
+4
*
Remove xs1b predicate since it is no longer needed to differentiate betweem
Richard Osborne
2009-10-06
4
-33
/
+5
*
Remove xs1a subtarget. xs1a is a preproduction device used in
Richard Osborne
2009-10-06
7
-98
/
+45
*
Default to the xs1b subtarget
Richard Osborne
2009-10-06
1
-1
/
+1
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
16
-22
/
+39
*
In Thumb1, the register scavenger is not always able to use an emergency
Jim Grosbach
2009-10-05
3
-3
/
+36
*
Remove explicit enum integer values. They don't appear to be needed, and
Dan Gohman
2009-10-05
2
-22
/
+22
*
Add RIP to GR64_NOREX. This fixed a MachineVerifier error when RIP
Dan Gohman
2009-10-05
1
-5
/
+5
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
2
-7
/
+7
*
Add a comment to describe letters used in multiclass name suffixes.
Bob Wilson
2009-10-03
1
-0
/
+6
*
Fix encoding problem for VMLS instruction.
Bob Wilson
2009-10-03
1
-1
/
+1
*
getFunctionAlignment should return log2 alignment.
Evan Cheng
2009-10-02
2
-3
/
+4
*
Forgot about ARM::tPUSH. It also has a new writeback operand.
Evan Cheng
2009-10-02
1
-0
/
+1
*
Move load / store multiple before post-alloc scheduling.
Evan Cheng
2009-10-02
1
-10
/
+2
*
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
2
-5
/
+8
*
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-10-01
2
-5
/
+6
*
ARM::tPOP and tPOP_RET each has an extra writeback operand now.
Evan Cheng
2009-10-01
3
-2
/
+6
*
Add hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq flags to ld / st multiple,
Evan Cheng
2009-10-01
5
-24
/
+33
*
Update ARM JIT emitter to account for ld/st multiple changes.
Evan Cheng
2009-10-01
1
-3
/
+3
*
Change ld/st multiples to explicitly model the writeback to base register. Th...
Evan Cheng
2009-10-01
6
-40
/
+55
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
12
-12
/
+12
*
Use OutStreamer.SwitchSection instead of writing out textual section directives.
Bob Wilson
2009-09-30
1
-7
/
+18
*
Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this
Bob Wilson
2009-09-30
4
-23
/
+9
*
Fix a comment typo.
Bob Wilson
2009-09-30
1
-1
/
+1
*
The AsmPrinter base class contains a DwarfWriter member, so there's no need
Bob Wilson
2009-09-30
3
-22
/
+3
[next]