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
*
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
*
Add a comment explaining how DenseMap::insert works, because it is not
Torok Edwin
2009-10-07
1
-0
/
+3
*
Add PR to this FIXME, looks like I didn't commit this change after all.
Torok Edwin
2009-10-07
1
-1
/
+2
*
Make getPointerTo return a const PointerType* rather than
Duncan Sands
2009-10-07
2
-2
/
+2
*
INTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNode. They
Dan Gohman
2009-10-07
1
-2
/
+0
*
Add FreeInst to the "is a call" check for Insts that are calls, but
Eric Christopher
2009-10-07
1
-2
/
+2
*
Fix this comment. The loop header is the loop entry point.
Dan Gohman
2009-10-07
1
-2
/
+2
*
Add PseudoSourceValues for constpool stuff on ELF (Darwin should use somethin...
Anton Korobeynikov
2009-10-07
2
-12
/
+34
*
While we still have a MallocInst treat it as a call like any other
Eric Christopher
2009-10-07
1
-0
/
+4
*
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
*
r83391 was completely broken since Twines keep references to their inputs, and
Jeffrey Yasskin
2009-10-06
1
-4
/
+9
*
Update NEON struct names to match llvm-gcc changes.
Bob Wilson
2009-10-06
8
-195
/
+165
*
Fix a comment typo.
Bob Wilson
2009-10-06
1
-1
/
+1
*
Bugfix for the CommaSeparated option. The original code was adding the whole
Nicolas Geoffray
2009-10-06
1
-0
/
+1
*
Update CMake file.
Ted Kremenek
2009-10-06
1
-1
/
+0
*
Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.
Jeffrey Yasskin
2009-10-06
1
-6
/
+4
[next]