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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing names for the XCore specific LADD and LSUB nodes.
Richard Osborne
2009-10-08
1
-0
/
+2
*
Add a form of addPreserved which takes a string argument, to allow passes
Dan Gohman
2009-10-08
5
-16
/
+52
*
some updates from users of llvm
Chris Lattner
2009-10-08
1
-8
/
+7
*
Add some peepholes for signed comparisons using ashr X, X, 32.
Richard Osborne
2009-10-08
2
-0
/
+92
*
all content split into sections, still much work to be done.
Chris Lattner
2009-10-08
1
-65
/
+73
*
remove LoopVR pass. According to Nick:
Chris Lattner
2009-10-08
3
-384
/
+0
*
checkpoint, this is still not comprehendible.
Chris Lattner
2009-10-08
1
-120
/
+138
*
Unbreak the build.
Mikhail Glushenkov
2009-10-08
1
-3
/
+3
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
8
-46
/
+140
*
Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
4
-0
/
+15
*
Make the Base plugin understand -MF and -MT.
Mikhail Glushenkov
2009-10-08
1
-5
/
+16
*
Input files should go before all other options.
Mikhail Glushenkov
2009-10-08
6
-19
/
+29
*
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
5
-74
/
+22
*
bugfix. The target may use virtual registers that aren't tracked for re-use b...
Jim Grosbach
2009-10-08
2
-20
/
+27
*
Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
4
-0
/
+15
*
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
4
-0
/
+14
*
In instcombine's debug output, avoid printing ADD for instructions that are
Jeffrey Yasskin
2009-10-08
1
-3
/
+5
*
Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
4
-0
/
+18
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-07
6
-35
/
+114
*
Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
4
-0
/
+18
*
Fix the OProfile part of PR5018. This fixes --without-oprofile, makes
Jeffrey Yasskin
2009-10-07
2
-216
/
+50
*
Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
4
-0
/
+17
*
reverting thumb1 scavenging default due to test failure while I figure out wh...
Jim Grosbach
2009-10-07
5
-21
/
+74
*
second half of lazy liveness removal.
Chris Lattner
2009-10-07
2
-65
/
+0
*
Fix handling of x86 'R' constraint.
Dale Johannesen
2009-10-07
2
-1
/
+26
*
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-07
6
-40
/
+118
*
Enable thumb1 register scavenging by default.
Jim Grosbach
2009-10-07
3
-10
/
+12
*
Enable thumb1 register scavenging by default.
Jim Grosbach
2009-10-07
2
-64
/
+9
*
Extract subprogram and compile unit information from the debug info attached ...
Devang Patel
2009-10-07
2
-1
/
+33
*
Add some instruction encoding bits for NEON load/store instructions.
Bob Wilson
2009-10-07
2
-140
/
+165
*
80-column and whitespace fixes.
Eric Christopher
2009-10-07
1
-135
/
+156
*
Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so
Kevin Enderby
2009-10-07
2
-43
/
+58
*
Convert test to FileCheck.
Bob Wilson
2009-10-07
1
-9
/
+27
*
Add codegen support for NEON vst4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
4
-9
/
+135
*
Add codegen support for NEON vst3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
4
-9
/
+129
*
grammar
Jim Grosbach
2009-10-07
1
-1
/
+1
*
Add codegen support for NEON vst2 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
4
-7
/
+84
*
add initializers for clarity. Add missing assignment of PrevLastUseOp.
Jim Grosbach
2009-10-07
1
-2
/
+3
*
Remove LazyLiveness from the tree. It doesn't work right now, and I'm not go...
Owen Anderson
2009-10-07
1
-168
/
+0
*
Add codegen support for NEON vld4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
4
-7
/
+137
*
Add another bit of the ARM target assembler to llvm-mc to parse registers
Kevin Enderby
2009-10-07
1
-3
/
+17
*
Replace some code for aggressive-remat with MachineInstr::isInvariantLoad, and
Dan Gohman
2009-10-07
1
-23
/
+28
*
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
12
-107
/
+56
*
Add a few simple MachineVerifier checks for MachineMemOperands.
Dan Gohman
2009-10-07
1
-0
/
+10
*
Add codegen support for NEON vld3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
4
-13
/
+146
*
Rearrange code for selecting vld2 intrinsics. No functionality change.
Bob Wilson
2009-10-07
1
-9
/
+14
*
Add tests for vld2 of 128-bit vectors.
Bob Wilson
2009-10-07
1
-0
/
+50
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
31
-100
/
+262
*
Do not assume that the module is set.
Devang Patel
2009-10-07
1
-15
/
+18
[prev]
[next]