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 |
2006-03-23 |
Evan Cheng | Following icc's lead: use movdqa to load / store 128... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Add HowToReleaseLLVM.html. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | A very early, rough draft of a guide to making public... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Wrap long lines, remove unnecessarily empty lines. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Reid Spencer | Updated for library changes: |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | prune #includes |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | Eliminate IntrinsicLowering from TargetMachine. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | Eliminate IntrinsicLowering from TargetMachine. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | simplify some code |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | remove always-null IntrinsicLowering argument. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Chris Lattner | remove the intrinsiclowering hook |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Evan Cheng | Add v4i32 <-> v4f32 bitconvert patterns. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Evan Cheng | Allow result node to be a simple leaf node. This enable... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Evan Cheng | Add 128-bit integer vector load and add (for testing). |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nate Begeman | Add support for 8 bit immediates with 16/32 bit cmp... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | Fix a typo |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | Added a ValueType operand to isShuffleMaskLegal().... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | Replace vector splat test case. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | Add a v2f64 splat (using movlhps) test case. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | Implement simple support for vector casting. This... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | Fix comments |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | SHUFP* are two address code. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | add a new node |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | Some clean up. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | - Supposely movlhps is faster / better than unpcklpd. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | test that vspltw is generated for test cases |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | - Implement X86ISelLowering::isShuffleMaskLegal().... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | silence a bogus gcc warning |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Reid Spencer | These changes are necessary to support the new llvm... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | - VECTOR_SHUFFLE of v4i32 / v4f32 with undef second... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | Fix PSHUF* and SHUF* jit code emission problems |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | Eliminate the dependency of ExecutionEngine on the... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | wrap lines to 80 columns. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | This has been implemented. Tweak it into another note |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | When possible, custom lower 32-bit SINT_TO_FP to this: |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | Add support for "ri" addressing modes where the immedia... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | fix a warning |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | Some splat and shuffle support. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Evan Cheng | Add a couple more pseudo instructions. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | Endianness does not affect the order of vector fields... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | Fix the JIT encoding of the VAForm_1 instructions,... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Chris Lattner | Enclose some variables in a scope to avoid error with... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | Didn't mean to check this in. No MMX support yet. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | - Use movaps to store 128-bit vector integers. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | add expand support for extractelement |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | These targets don't support EXTRACT_VECTOR_ELT, though... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | Don't forget to promote xform function to an explicit... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | add some trivial support for extractelement. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | add some nodes for extractelement |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Don't emit pseudo instructions! |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Add a hacky workaround for crashes due to vectors live... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Nate Begeman | Update readme |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Add an integer splat test |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Print absolute memory references like this: |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | Combine 2 entries |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | Add a note about x86 register coallescing |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | - Remove scalar to vector pseudo ops. They are just... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | minor code simplification |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | With Evan's latest tblgen patch, this code is obsolete... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Reid Spencer | Cause the various warnings list to be generated via... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Document ENABLE_ASSERTIONS=1 |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | Enable assertions to be enabled in release builds by... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | When codegen'ing vector MUL using VFMADD, *add* the... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Chris Lattner | minor note |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | x86 ISD::SCALAR_TO_VECTOR support. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Evan Cheng | Junk unused vector register classes. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Evan Cheng | The node wrapped in PatLeaf<> should be treated as... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Handle constant addresses more efficiently, folding... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | remove dead variable |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Nate Begeman | Move some common data structures between dom and pdom... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Chris Lattner | Fix a couple of bugs in permute/splat generate, thanks... |
commit | commitdiff | tree | snapshot |
next |