prune #includes
[oota-llvm.git] / include /
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
2006-03-03 Jim LaskeyAdding basic structure support.
2006-03-03 Evan ChengAdd more vector NodeTypes: VSDIV, VUDIV, VAND, VOR...
2006-03-03 Evan ChengNumber of NodeTypes now exceeds 128.
2006-03-03 Evan ChengSDOperand::isOperand should not be a forwarding. It...
2006-03-03 Evan ChengAdded isOperand(N): true if this is an operand of N
2006-03-03 Chris Lattnerinitial checkin of the intrinsic description file
2006-03-03 Chris Lattnerupdate comment
2006-03-03 Chris LattnerSplit this out of Target.td
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-03-02 Chris LattnerFix a compilation error with GCC 4.1. Thanks to Vladim...
2006-03-01 Jim LaskeySupport for enumerations.
2006-03-01 Jim LaskeyRemove extra comma from enum list.
2006-03-01 Jim LaskeyRemove comma from enum list.
2006-03-01 Jim LaskeySwitch back to using actual dwarf tags. Simplifies...
2006-03-01 Jim LaskeyUse context and not compile unit.
2006-03-01 Jim LaskeyBasic array support.
2006-03-01 Chris LattnerAdd interfaces for targets to provide target-specific...
2006-03-01 Evan ChengMissing a cast previously.
2006-03-01 Evan Cheng- Added v2f32, not used by any target currently. Only...
2006-03-01 Evan Cheng- Added VConstant as an abstract version of ConstantVec.
2006-02-28 Jim LaskeyAdd const, volatile, restrict support.
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Jim LaskeySupporting multiple compile units.
2006-02-27 Jim LaskeyRe-orging file.
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2006-02-24 Chris LattnerAdd a PrintAsmMemoryOperand method for printing addresses
2006-02-24 Chris Lattneradd a method
2006-02-24 Jim LaskeyAdd pointer and reference types. Added short-term...
2006-02-24 Jeff CohenGet VC++ building again.
2006-02-24 Chris LattnerAdd some hooks for selecting memory addresses.
2006-02-24 Chris LattnerAdd C_Memory operand type
2006-02-23 Chris Lattneradd a new flag
2006-02-23 Jim LaskeyAdded basic support for typedefs.
2006-02-23 Jim LaskeyDwarfWriter reading basic type information from llvm...
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-22 Chris Lattnersplit register class handling from explicit physreg...
2006-02-21 Chris Lattnerexpose the set of values types holdable in a regclass...
next