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 |
2006-03-23 |
Reid Spencer | Documentation for llvm-config by Eric Kidd. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Update to llvm-config tool, by Erik Kidd: |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Unneeded forward. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | A little script to find LLVM symbols. Ideally this... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Make sure types are allocated in the scope of their... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Don't print out ugly command line when building LibDeps... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | add support for splitting casts. This implements |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | add some tests for typecasts and extract_element |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Evan Cheng | Typo |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Add some more bulletproofing to auto upgrade of llvm... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | Add PPC vector bit-convert support |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Add support to locate local variables in frames (early... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Strip changes to llvm.dbg intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Can't combine anymore - we don't have a chain through... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Change interface to DwarfWriter. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Modify how CBE handles #lines. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Generate local variable and scope information and equiv... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Handle new forms of llvm.dbg intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Simplify handling of llvm.dbg intrinsic operands to... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Modify usage of llvm.dbg intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Change the argument types of llvm.dbg intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Support for locating of debug items in frames. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Correction of stoppoint arguments. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jim Laskey | Updated information related to local variables and... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | Fix the encodings of these new instructions, hopefully... |
commit | commitdiff | tree | snapshot |
next |