oota-llvm.git
2006-03-24 Chris Lattnerfix some bogus assertions: noop bitconverts are legal
2006-03-24 Jeff CohenGet Visual Studio happy again.
2006-03-24 Evan ChengAdd a vector shuffle test case
2006-03-24 Evan ChengHandle more shuffle cases with SHUFP* instructions.
2006-03-24 Evan ChengLower BUILD_VECTOR to VECTOR_SHUFFLE if there are two...
2006-03-24 Chris Lattnerextract some more information from the intrinsic table
2006-03-24 Reid SpencerRemove the interpreter component as its not working...
2006-03-24 Chris LattnerIdentify the INTRINSIC node
2006-03-24 Chris Lattneradd a new intrinsic node
2006-03-24 Chris LattnerAdd a couple simple intrinsics for intel. Fix the...
2006-03-24 Reid SpencerAdd llvm-config to the index.
2006-03-23 Reid SpencerIgnored generated files.
2006-03-23 Reid SpencerIgnore generated files.
2006-03-23 Reid SpencerIgnore generated file Intrinsics.gen
2006-03-23 Reid SpencerAdd new generated files.
2006-03-23 Reid SpencerAdd a .cvsignore file to get rid of notices about gram...
2006-03-23 Reid SpencerAdd new generated files to be ignored.
2006-03-23 Reid SpencerIgnore temporary files generated by building.
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-23 Evan ChengTypo
2006-03-23 Reid SpencerIgnore some files that occur when srcdir = objdir.
2006-03-23 Reid SpencerDocumentation for llvm-config by Eric Kidd.
2006-03-23 Reid SpencerUpdate to llvm-config tool, by Erik Kidd:
2006-03-23 Jim LaskeyUnneeded forward.
2006-03-23 Reid SpencerA little script to find LLVM symbols. Ideally this...
2006-03-23 Jim LaskeyMake sure types are allocated in the scope of their...
2006-03-23 Reid SpencerDon't print out ugly command line when building LibDeps...
2006-03-23 Chris Lattneradd a note
2006-03-23 Chris Lattneradd support for splitting casts. This implements
2006-03-23 Chris Lattneradd some tests for typecasts and extract_element
2006-03-23 Evan ChengTypo
2006-03-23 Jim LaskeyAdd some more bulletproofing to auto upgrade of llvm...
2006-03-23 Chris LattnerAdd PPC vector bit-convert support
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-23 Jim LaskeyStrip changes to llvm.dbg intrinsics.
2006-03-23 Jim LaskeyCan't combine anymore - we don't have a chain through...
2006-03-23 Jim LaskeyChange interface to DwarfWriter.
2006-03-23 Jim LaskeyModify how CBE handles #lines.
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-23 Jim LaskeyHandle new forms of llvm.dbg intrinsics.
2006-03-23 Jim LaskeySimplify handling of llvm.dbg intrinsic operands to...
2006-03-23 Jim LaskeyModify usage of llvm.dbg intrinsics.
2006-03-23 Jim LaskeyChange the argument types of llvm.dbg intrinsics.
2006-03-23 Jim LaskeySupport for locating of debug items in frames.
2006-03-23 Jim LaskeyCorrection of stoppoint arguments.
2006-03-23 Jim LaskeyUpdated information related to local variables and...
2006-03-23 Chris LattnerFix the encodings of these new instructions, hopefully...
2006-03-23 Evan ChengFollowing icc's lead: use movdqa to load / store 128...
2006-03-23 Reid SpencerAdd HowToReleaseLLVM.html.
2006-03-23 Reid SpencerA very early, rough draft of a guide to making public...
2006-03-23 Reid SpencerWrap long lines, remove unnecessarily empty lines.
2006-03-23 Reid SpencerUpdated for library changes:
2006-03-23 Chris Lattnerprune #includes
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris Lattnersimplify some code
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-23 Evan ChengAdd v4i32 <-> v4f32 bitconvert patterns.
2006-03-23 Evan ChengAllow result node to be a simple leaf node. This enable...
2006-03-23 Evan ChengAdd 128-bit integer vector load and add (for testing).
2006-03-23 Nate BegemanAdd support for 8 bit immediates with 16/32 bit cmp...
2006-03-22 Chris LattnerFix a typo
2006-03-22 Evan ChengAdded a ValueType operand to isShuffleMaskLegal()....
2006-03-22 Evan ChengReplace vector splat test case.
2006-03-22 Evan ChengAdd a v2f64 splat (using movlhps) test case.
2006-03-22 Chris LattnerImplement simple support for vector casting. This...
2006-03-22 Chris LattnerFix comments
2006-03-22 Evan ChengSHUFP* are two address code.
2006-03-22 Chris Lattneradd a new node
2006-03-22 Evan ChengSome clean up.
2006-03-22 Evan Cheng- Supposely movlhps is faster / better than unpcklpd.
2006-03-22 Chris Lattnertest that vspltw is generated for test cases
2006-03-22 Evan Cheng- Implement X86ISelLowering::isShuffleMaskLegal()....
2006-03-22 Chris Lattnersilence a bogus gcc warning
2006-03-22 Reid SpencerThese changes are necessary to support the new llvm...
2006-03-22 Evan Cheng- VECTOR_SHUFFLE of v4i32 / v4f32 with undef second...
2006-03-22 Chris Lattneradd a note
2006-03-22 Evan ChengFix PSHUF* and SHUF* jit code emission problems
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
2006-03-22 Chris Lattnerwrap lines to 80 columns.
2006-03-22 Chris LattnerThis has been implemented. Tweak it into another note
2006-03-22 Chris LattnerWhen possible, custom lower 32-bit SINT_TO_FP to this:
2006-03-22 Chris LattnerAdd support for "ri" addressing modes where the immedia...
2006-03-22 Chris Lattnerfix a warning
2006-03-22 Evan ChengSome splat and shuffle support.
2006-03-22 Evan ChengAdd a couple more pseudo instructions.
2006-03-22 Chris LattnerEndianness does not affect the order of vector fields...
2006-03-22 Chris LattnerFix the JIT encoding of the VAForm_1 instructions,...
2006-03-22 Chris LattnerEnclose some variables in a scope to avoid error with...
2006-03-21 Evan ChengDidn't mean to check this in. No MMX support yet.
2006-03-21 Evan Cheng- Use movaps to store 128-bit vector integers.
2006-03-21 Chris Lattneradd expand support for extractelement
2006-03-21 Chris LattnerThese targets don't support EXTRACT_VECTOR_ELT, though...
2006-03-21 Evan ChengDon't forget to promote xform function to an explicit...
2006-03-21 Chris Lattneradd some trivial support for extractelement.
2006-03-21 Chris Lattneradd some nodes for extractelement
2006-03-21 Chris LattnerDon't emit pseudo instructions!
2006-03-21 Chris LattnerAdd a hacky workaround for crashes due to vectors live...
2006-03-21 Nate BegemanUpdate readme
next