Misunderstanding.
[oota-llvm.git] / include /
2006-03-27 Evan ChengIntrinsics naming convention change.
2006-03-27 Evan ChengChange isBuildVectorAllOnesInteger to isBuildVectorAllO...
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-26 Jim LaskeyHow to be dumb on $5/day. Need a tri-state to track...
2006-03-26 Evan ChengAdd ISD::isBuildVectorAllZeros predicate
2006-03-26 Chris LattnerAdd predicate comparison intrinsics.
2006-03-26 Chris LattnerSplit the PPC and X86 intrinsics out to their own files.
2006-03-26 Chris LattnerAdd saturating subtracts, non-predicate compares, and...
2006-03-26 Chris Lattneradd int_ppc_altivec_vsldoi intrinsic
2006-03-25 Chris LattnerAdd a predicate
2006-03-25 Jim LaskeyUnused function - easier to throw away than fix.
2006-03-25 Chris Lattnerremove extraneous lets
2006-03-25 Chris LattnerAdd a bunch of simple altivec intrinsics
2006-03-25 Chris LattnerAdd support for __builtin_altivec_vnmsubfp
2006-03-25 Chris LattnerAdd a programatic interface to intrinsic names.
2006-03-25 Evan ChengX86 SSE1 cacheability support ops intrinsics
2006-03-25 Evan ChengX86 SSE1 SIMD store intrinsics.
2006-03-25 Evan ChengX86 SSE1 SIMD load intrinsics (movhps, movlps, and...
2006-03-25 Evan ChengX86 SSE1 conversion operations intrinsics.
2006-03-25 Evan ChengX86 SSE1 comparison intrinsics.
2006-03-25 Evan ChengX86 SSE1 arithmetic and logical operation intrinsics.
2006-03-24 Evan Chengldmxcsr is a SSE instruction.
2006-03-24 Evan ChengAdded ldmxcsr intrinsic.
2006-03-24 Chris LattnerSpecify the value type for each llvm type. This needs...
2006-03-24 Chris LattnerPull in valuetypes.td here, we will use it shortly.
2006-03-24 Jim LaskeyTweak a comment.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-24 Jim LaskeyRename for truth in advertising.
2006-03-24 Jeff CohenFix headers
2006-03-24 Jeff CohenMinor corrections.
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-24 Chris Lattneradd a new intrinsic node
2006-03-24 Chris LattnerAdd a couple simple intrinsics for intel. Fix the...
2006-03-23 Reid SpencerIgnore generated file Intrinsics.gen
2006-03-23 Jim LaskeyMake sure types are allocated in the scope of their...
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
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 LaskeySupport for locating of debug items in frames.
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Evan ChengAdded a ValueType operand to isShuffleMaskLegal()....
2006-03-22 Chris LattnerFix comments
2006-03-22 Chris Lattneradd a new node
2006-03-22 Chris Lattnerwrap lines to 80 columns.
2006-03-21 Chris Lattneradd some nodes for extractelement
2006-03-20 Nate BegemanMove some common data structures between dom and pdom...
2006-03-20 Chris LattnerAdd some helper methods
2006-03-20 Chris LattnerAdd another helper
2006-03-19 Chris Lattneradd a node
2006-03-19 Chris LattnerAdd a helper method
2006-03-19 Chris Lattnerimprove comments, add a new MVT::getVectorBaseType...
2006-03-19 Chris LattnerRename ConstantVec -> BUILD_VECTOR and VConstant -...
2006-03-18 Chris LattnerUpdate comments.
2006-03-17 Chris Lattneradd a couple of enum values
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-16 Evan ChengFor each loop, keep track of all the IV expressions...
2006-03-16 Evan ChengAdded a way for TargetLowering to specify what values...
2006-03-16 Chris LattnerAdd markers for the first and last vector value type.
2006-03-16 Jim LaskeyTypo.
2006-03-15 Chris Lattnerminor changes so that GCC builtin can be specified...
2006-03-15 Jim LaskeyExpand subprogram and added block descriptor.
2006-03-15 Chris LattnerSet TargetPrefix on target-specific intrinsics. That...
2006-03-14 Chris LattnerFix the gcread/gcwrite intrinsic specifications, fixing
2006-03-13 Evan ChengAdd LSR hooks.
2006-03-13 Evan ChengAdded getTargetLowering() - returns DAG lowering info.
2006-03-13 Evan ChengAdded target lowering hooks which LSR consults to make...
2006-03-13 Chris LattnerAdd a first ppc altivec intrinsic. Add packed type...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-12 Chris LattnerMark llvm.stacksave as only reading memory, this fixes
2006-03-11 Nate BegemanFix PR681 by using the standard Lengauer and Tarjan...
2006-03-10 Evan ChengAdded a parameter to control whether Constant::getStrin...
2006-03-10 Chris Lattnerremove ShouldEmitDebugFunctions, a hack to support...
2006-03-10 Chris LattnerFix another broken intrinsic.
2006-03-10 Chris LattnerFix incorrect definitions of these intrinsics, which...
2006-03-10 Chris LattnerMove simple-selector-specific types to the simple selector.
2006-03-10 Chris LattnerSimplify the interface to the schedulers, to not pass...
2006-03-10 Chris LattnerMove some simple-sched-specific instance vars to the...
2006-03-10 Chris Lattnermove some simple scheduler methods into the simple...
2006-03-10 Chris LattnerMake EmitNode take a SDNode instead of a NodeInfo*
2006-03-10 Chris LattnerStore VRBase in a map, not in NodeInfo.
2006-03-10 Chris Lattnermake some methods protected instead of private
2006-03-10 Chris LattnerFix an incorrect intrinsic description
2006-03-09 Chris Lattneruse the enum list autogen'd from Intrinsics.td
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
2006-03-09 Jim LaskeyForgot this on last check in.
2006-03-08 Chris LattnerAdd a helper method for running static ctors/dtors...
2006-03-08 Chris Lattneradd a new helper method
2006-03-08 Jim LaskeyGet rid of the multiple copies of getStringValue. ...
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-07 Jim LaskeySwitch to using a numeric id for anchors.
2006-03-06 Chris LattnerHoist the HazardRecognizer out of the ScheduleDAGList...
2006-03-05 Chris Lattneradd an emitnoop method
2006-03-05 Chris Lattnercustom lowered nodes are legal too
2006-03-05 Chris Lattneradd a hook to insert a noop
2006-03-05 Jim LaskeyBreathe some life into a comment.
2006-03-05 Chris LattnerAdd a new scheduling type. This is, of course, a hack...
2006-03-05 Chris LattnerAdd a copysign node
next