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
*
unbreak the build
Chris Lattner
2006-03-27
1
-1
/
+1
*
Unbreak the build on non-apple compilers :-(
Chris Lattner
2006-03-27
1
-1
/
+2
*
Try again
Evan Cheng
2006-03-27
1
-3
/
+10
*
Add a bunch of notes from my journey thus far.
Chris Lattner
2006-03-27
1
-9
/
+103
*
Incorrect check for FP all one's
Evan Cheng
2006-03-27
1
-1
/
+2
*
Split out altivec notes into their own README
Chris Lattner
2006-03-27
2
-52
/
+56
*
Use pcmpeq to generate vector of all ones.
Evan Cheng
2006-03-27
2
-0
/
+15
*
Changed isBuildVectorAllOnesInteger to isBuildVectorAllOnes.
Evan Cheng
2006-03-27
1
-1
/
+1
*
Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for
Evan Cheng
2006-03-27
1
-24
/
+39
*
Instead of printing "INTRINSIC" on intrinsic node, print the intrinsic name.
Chris Lattner
2006-03-27
1
-1
/
+5
*
teach the inliner to work with packed constants
Chris Lattner
2006-03-27
1
-0
/
+19
*
Fix the JIT encoding of VSEL
Chris Lattner
2006-03-27
2
-4
/
+24
*
Fix the JIT encoding of VSPLTI*
Chris Lattner
2006-03-27
2
-9
/
+24
*
Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll.
Jim Laskey
2006-03-27
1
-0
/
+7
*
SelectionDAGISel can now natively handle Switch instructions, in the same
Nate Begeman
2006-03-27
5
-44
/
+306
*
Bullet proof against undefined args produced by upgrading ols-style debug info.
Jim Laskey
2006-03-26
2
-7
/
+8
*
How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.
Jim Laskey
2006-03-26
1
-24
/
+27
*
add vsel
Chris Lattner
2006-03-26
1
-0
/
+4
*
Readme note
Nate Begeman
2006-03-26
1
-0
/
+7
*
Codegen vector predicate compares.
Chris Lattner
2006-03-26
5
-15
/
+139
*
Remove X86:isZeroVector, use ISD::isBuildVectorAllZeros instead; some fixes /...
Evan Cheng
2006-03-26
3
-72
/
+44
*
Remove PPC:isZeroVector, use ISD::isBuildVectorAllZeros instead
Evan Cheng
2006-03-26
3
-34
/
+6
*
Add immAllZerosV helper
Evan Cheng
2006-03-26
1
-0
/
+3
*
Add ISD::isBuildVectorAllZeros predicate
Evan Cheng
2006-03-26
1
-0
/
+24
*
Allow targets to custom lower their own intrinsics if desired.
Chris Lattner
2006-03-26
1
-0
/
+7
*
Update dependencies to reflect split of the Intrinsics.td file
Chris Lattner
2006-03-26
1
-2
/
+5
*
Add all of the altivec comparison instructions. Add patterns for the
Chris Lattner
2006-03-26
2
-5
/
+108
*
Add and 8/16-bit adds, add all integer subtracts, add saturating subtract
Chris Lattner
2006-03-26
1
-3
/
+53
*
implement the vsldoi intrinsic.
Chris Lattner
2006-03-26
2
-4
/
+26
*
fix the pattern for vandc, it's NOT vnand
Chris Lattner
2006-03-25
1
-3
/
+3
*
add patterns for VANDC/VNOR, implementing
Chris Lattner
2006-03-25
1
-3
/
+8
*
Add some comments.
Chris Lattner
2006-03-25
1
-0
/
+4
*
add a vnot helper node for matching 'not' on vectors
Chris Lattner
2006-03-25
1
-2
/
+6
*
Fix a bug in ISD::isBuildVectorAllOnesInteger that caused it to always return
Chris Lattner
2006-03-25
1
-2
/
+3
*
Implement the ISD::isBuildVectorAllOnesInteger predicate
Chris Lattner
2006-03-25
1
-1
/
+32
*
Don't call SimplifyDemandedBits on vectors
Chris Lattner
2006-03-25
1
-1
/
+2
*
Add some logical operations
Chris Lattner
2006-03-25
1
-3
/
+19
*
Don't crash on packed logical ops
Chris Lattner
2006-03-25
1
-3
/
+6
*
Teach BinaryOperator::createNot to work with packed integer types
Chris Lattner
2006-03-25
1
-2
/
+9
*
Cast instruction not inserted into basic block.
Jim Laskey
2006-03-25
1
-41
/
+5
*
Added missing (any_extend (load ...)) patterns.
Evan Cheng
2006-03-25
1
-0
/
+3
*
Build arbitrary vector with more than 2 distinct scalar elements with a
Evan Cheng
2006-03-25
3
-5
/
+104
*
implement a bunch of intrinsics
Chris Lattner
2006-03-25
1
-3
/
+34
*
Move all Altivec stuff out into a new PPCInstrAltivec.td file.
Chris Lattner
2006-03-25
2
-239
/
+298
*
Add some basic patterns for other datatypes
Chris Lattner
2006-03-25
2
-10
/
+12
*
add all supported formats to the vector register file
Chris Lattner
2006-03-25
1
-1
/
+1
*
Add support for __builtin_altivec_vnmsubfp /vmaddfp
Chris Lattner
2006-03-25
1
-0
/
+5
*
#include Intrinsics.h into all dag isels
Chris Lattner
2006-03-25
6
-0
/
+12
*
Implement Intrinsic::getName
Chris Lattner
2006-03-25
1
-0
/
+11
*
Codegen things like:
Chris Lattner
2006-03-25
4
-2
/
+123
[next]