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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gabor points out that we can't spell. :)
Chris Lattner
2006-03-24
3
-5
/
+5
*
All v2f64 shuffle cases can be handled.
Evan Cheng
2006-03-24
2
-1
/
+8
*
More efficient v2f64 shuffle using movlhps, movhlps, unpckhpd, and unpcklpd.
Evan Cheng
2006-03-24
3
-12
/
+128
*
A new entry
Evan Cheng
2006-03-24
1
-0
/
+11
*
Get JIT/Interpreter working on Windows again.
Jeff Cohen
2006-03-24
2
-0
/
+10
*
legalize vbit_convert nodes whose result is a legal type.
Chris Lattner
2006-03-24
1
-0
/
+38
*
Lower target intrinsics into an INTRINSIC node
Chris Lattner
2006-03-24
1
-4
/
+80
*
Ignore the burg output files.
Reid Spencer
2006-03-24
1
-0
/
+3
*
fix some bogus assertions: noop bitconverts are legal
Chris Lattner
2006-03-24
1
-10
/
+4
*
Handle more shuffle cases with SHUFP* instructions.
Evan Cheng
2006-03-24
3
-44
/
+77
*
Lower BUILD_VECTOR to VECTOR_SHUFFLE if there are two distinct nodes (and if
Evan Cheng
2006-03-24
1
-8
/
+49
*
Identify the INTRINSIC node
Chris Lattner
2006-03-24
1
-0
/
+1
*
Add new generated files.
Reid Spencer
2006-03-23
1
-0
/
+3
*
Typo
Evan Cheng
2006-03-23
1
-1
/
+1
*
Unneeded forward.
Jim Laskey
2006-03-23
1
-1
/
+0
*
Make sure types are allocated in the scope of their use.
Jim Laskey
2006-03-23
1
-107
/
+54
*
add a note
Chris Lattner
2006-03-23
1
-0
/
+10
*
add support for splitting casts. This implements
Chris Lattner
2006-03-23
1
-1
/
+41
*
Typo
Evan Cheng
2006-03-23
1
-1
/
+1
*
Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-13
/
+9
*
Add PPC vector bit-convert support
Chris Lattner
2006-03-23
1
-0
/
+3
*
Add support to locate local variables in frames (early version.)
Jim Laskey
2006-03-23
12
-0
/
+85
*
Strip changes to llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-7
/
+34
*
Can't combine anymore - we don't have a chain through llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-10
/
+0
*
Change interface to DwarfWriter.
Jim Laskey
2006-03-23
4
-12
/
+12
*
Modify how CBE handles #lines.
Jim Laskey
2006-03-23
2
-18
/
+10
*
Generate local variable and scope information and equivalent dwarf forms.
Jim Laskey
2006-03-23
2
-79
/
+434
*
Handle new forms of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
3
-32
/
+76
*
Simplify handling of llvm.dbg intrinsic operands to one spot.
Jim Laskey
2006-03-23
1
-0
/
+55
*
Change the argument types of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-23
/
+64
*
Fix the encodings of these new instructions, hopefully fixing the JIT
Chris Lattner
2006-03-23
1
-4
/
+4
*
Following icc's lead: use movdqa to load / store 128-bit integer vectors
Evan Cheng
2006-03-23
1
-16
/
+29
*
prune #includes
Chris Lattner
2006-03-23
1
-1
/
+0
*
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-23
17
-63
/
+31
*
simplify some code
Chris Lattner
2006-03-23
1
-8
/
+5
*
remove always-null IntrinsicLowering argument.
Chris Lattner
2006-03-23
2
-3
/
+2
*
remove the intrinsiclowering hook
Chris Lattner
2006-03-23
5
-26
/
+18
*
Add v4i32 <-> v4f32 bitconvert patterns.
Evan Cheng
2006-03-23
1
-0
/
+4
*
Add 128-bit integer vector load and add (for testing).
Evan Cheng
2006-03-23
2
-5
/
+51
*
Add support for 8 bit immediates with 16/32 bit cmp instructions
Nate Begeman
2006-03-23
1
-0
/
+16
*
Fix a typo
Chris Lattner
2006-03-22
1
-1
/
+1
*
Added a ValueType operand to isShuffleMaskLegal(). For now, x86 will not do
Evan Cheng
2006-03-22
2
-2
/
+5
*
Implement simple support for vector casting. This can currently only handle
Chris Lattner
2006-03-22
3
-43
/
+51
*
SHUFP* are two address code.
Evan Cheng
2006-03-22
1
-0
/
+2
*
Some clean up.
Evan Cheng
2006-03-22
1
-12
/
+9
*
- Supposely movlhps is faster / better than unpcklpd.
Evan Cheng
2006-03-22
2
-11
/
+16
*
- Implement X86ISelLowering::isShuffleMaskLegal(). We currently only support
Evan Cheng
2006-03-22
3
-21
/
+73
*
silence a bogus gcc warning
Chris Lattner
2006-03-22
1
-2
/
+2
*
- VECTOR_SHUFFLE of v4i32 / v4f32 with undef second vector always matches
Evan Cheng
2006-03-22
3
-45
/
+55
*
add a note
Chris Lattner
2006-03-22
1
-0
/
+10
[next]