oota-llvm.git
2006-03-24 Chris LattnerMake sure to initialize the TheDef field!
2006-03-24 Chris Lattneradd another note
2006-03-24 Chris Lattneradd a note
2006-03-24 Chris LattnerMove CodeGenIntrinsic implementation to CodeGenTarget...
2006-03-24 Chris LattnerSpecify the value type for each llvm type. This needs...
2006-03-24 Chris LattnerShuffle some includes around
2006-03-24 Chris LattnerPull in valuetypes.td here, we will use it shortly.
2006-03-24 Evan ChengOnly to vector shuffle for {x,x,y,y} cases when SCALAR_...
2006-03-24 Chris Lattnerexpose intrinsic info to the targets.
2006-03-24 Chris LattnerFix a bad JIT encoding of VPERM. Why is VPERM D,A...
2006-03-24 Chris LattnerLike the comment says, prefer to use the implicit add...
2006-03-24 Chris LattnerNew testcase
2006-03-24 Jim LaskeyTweak a comment.
2006-03-24 Jim LaskeyFix indent.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-24 Jim LaskeyRename for truth in advertising.
2006-03-24 Jim LaskeyFixed some grammer and spelling.
2006-03-24 Evan ChengZero vector testcase
2006-03-24 Chris LattnerDisable the i32->float G5 optimization. It is unsafe...
2006-03-24 Chris Lattneradd support for using vxor to build zero vectors. ...
2006-03-24 Chris Lattnernew testcase
2006-03-24 Reid SpencerAdd a facility for invoking the llvm-config tool when...
2006-03-24 Evan ChengHandle BUILD_VECTOR with all zero elements.
2006-03-24 Chris Lattnerprefer to generate constant pool loads over splats...
2006-03-24 Chris LattnerFix a typo, thanks to Gabor Greif
2006-03-24 Chris Lattnerfix spello
2006-03-24 Chris LattnerFix spello
2006-03-24 Chris Lattneradd the actual cost to the debug info
2006-03-24 Chris Lattnerfix two spellos
2006-03-24 Chris LattnerGabor points out that we can't spell. :)
2006-03-24 Reid SpencerRemove a spurious <table> tag.
2006-03-24 Evan ChengAll v2f64 shuffle cases can be handled.
2006-03-24 Jeff CohenFix headers
2006-03-24 Jeff CohenMinor corrections.
2006-03-24 Jeff CohenMinor corrections.
2006-03-24 Evan ChengMore efficient v2f64 shuffle using movlhps, movhlps...
2006-03-24 Evan ChengA new entry
2006-03-24 Evan ChengAdd a v2f64 shuffle case.
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-24 Chris Lattnerlegalize vbit_convert nodes whose result is a legal...
2006-03-24 Chris LattnerLower target intrinsics into an INTRINSIC node
2006-03-24 Reid SpencerIgnore the lexer output.
2006-03-24 Reid SpencerIgnore the burg output files.
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.
next