2006-03-25 |
Chris Lattner | remove extraneous lets |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add a bunch of simple altivec intrinsics |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add support for __builtin_altivec_vnmsubfp /vmaddfp |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add support for __builtin_altivec_vnmsubfp |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | When failing selection for an intrinsic, print this: |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | #include Intrinsics.h into all dag isels |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Implement Intrinsic::getName |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add a programatic interface to intrinsic names. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Codegen things like: |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | New tests for vsplti* |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 cacheability support ops intrinsics |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added SSE cachebility ops |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Instruction encoding bug |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added a scalar to vector with zero extension testcase |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add new intrinsic node definitions for tblgen use |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 SIMD store intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 SIMD load intrinsics (movhps, movlps, and... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 conversion operations intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added 128-bit packed integer subtraction. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added CVTTPS2PI. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added CVTSS2SI. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 comparison intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 arithmetic and logical operation intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Support for scalar to vector with zero extension. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Change approach so that we get codegen for free for... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | fix inverted conditional |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | D'oh - should be even numbered. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Added LDMXCSR |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | ldmxcsr is a SSE instruction. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Added ldmxcsr intrinsic. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | fix 80 column violations |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | plug the intrinsics into the patterns for movmsk* |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Parse intrinsics correctly and perform type propagation... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Add dwarf register numbering to register data. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Add support for dwarf register numbering. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Hack no more. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Make sure to initialize the TheDef field! |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | add another note |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Move CodeGenIntrinsic implementation to CodeGenTarget... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Specify the value type for each llvm type. This needs... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Shuffle some includes around |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Pull in valuetypes.td here, we will use it shortly. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Only to vector shuffle for {x,x,y,y} cases when SCALAR_... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | expose intrinsic info to the targets. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Fix a bad JIT encoding of VPERM. Why is VPERM D,A... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Like the comment says, prefer to use the implicit add... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Tweak a comment. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Fix indent. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Clean up some commentary. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Rename for truth in advertising. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Fixed some grammer and spelling. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Zero vector testcase |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Disable the i32->float G5 optimization. It is unsafe... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | add support for using vxor to build zero vectors. ... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Reid Spencer | Add a facility for invoking the llvm-config tool when... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Handle BUILD_VECTOR with all zero elements. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | prefer to generate constant pool loads over splats... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Fix a typo, thanks to Gabor Greif |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | fix spello |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Fix spello |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | add the actual cost to the debug info |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | fix two spellos |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Gabor points out that we can't spell. :) |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Reid Spencer | Remove a spurious <table> tag. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | All v2f64 shuffle cases can be handled. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jeff Cohen | Fix headers |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jeff Cohen | Minor corrections. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jeff Cohen | Minor corrections. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | More efficient v2f64 shuffle using movlhps, movhlps... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | A new entry |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Add a v2f64 shuffle case. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jeff Cohen | Get JIT/Interpreter working on Windows again. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | legalize vbit_convert nodes whose result is a legal... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Lower target intrinsics into an INTRINSIC node |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Reid Spencer | Ignore the lexer output. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Reid Spencer | Ignore the burg output files. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | fix some bogus assertions: noop bitconverts are legal |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jeff Cohen | Get Visual Studio happy again. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Add a vector shuffle test case |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Handle more shuffle cases with SHUFP* instructions. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Lower BUILD_VECTOR to VECTOR_SHUFFLE if there are two... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | extract some more information from the intrinsic table |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Reid Spencer | Remove the interpreter component as its not working... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Identify the INTRINSIC node |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | add a new intrinsic node |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Add a couple simple intrinsics for intel. Fix the... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Reid Spencer | Add llvm-config to the index. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Ignored generated files. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Ignore generated files. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Ignore generated file Intrinsics.gen |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Add new generated files. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Add a .cvsignore file to get rid of notices about gram... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Add new generated files to be ignored. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Ignore temporary files generated by building. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Tired of wading through cvs's list ? files that are... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Evan Cheng | Typo |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Ignore some files that occur when srcdir = objdir. |
commit | commitdiff | tree | snapshot |
next |