aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make sure types are allocated in the scope of their use.Jim Laskey2006-03-231-9/+8
* Add support to locate local variables in frames (early version.)Jim Laskey2006-03-231-0/+6
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-233-35/+226
* Simplify handling of llvm.dbg intrinsic operands to one spot.Jim Laskey2006-03-231-11/+78
* Modify usage of llvm.dbg intrinsics.Jim Laskey2006-03-231-3/+4
* Support for locating of debug items in frames.Jim Laskey2006-03-231-0/+64
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-232-15/+4
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-8/+4
* remove the intrinsiclowering hookChris Lattner2006-03-231-7/+4
* Added a ValueType operand to isShuffleMaskLegal(). For now, x86 will not doEvan Cheng2006-03-221-2/+2
* Fix commentsChris Lattner2006-03-221-3/+4
* add a new nodeChris Lattner2006-03-221-0/+12
* wrap lines to 80 columns.Chris Lattner2006-03-221-5/+15
* add some nodes for extractelementChris Lattner2006-03-211-0/+10
* Move some common data structures between dom and pdom into the base classNate Begeman2006-03-202-32/+16
* Add some helper methodsChris Lattner2006-03-201-0/+17
* Add another helperChris Lattner2006-03-201-0/+13
* add a nodeChris Lattner2006-03-191-0/+9
* Add a helper methodChris Lattner2006-03-191-0/+18
* improve comments, add a new MVT::getVectorBaseType method.Chris Lattner2006-03-192-40/+71
* Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. AllowChris Lattner2006-03-191-24/+23
* Update comments.Chris Lattner2006-03-181-4/+5
* add a couple of enum valuesChris Lattner2006-03-171-1/+12
* Remove BRTWOWAY*Nate Begeman2006-03-171-13/+0
* For each loop, keep track of all the IV expressions inserted indexed byEvan Cheng2006-03-161-9/+5
* Added a way for TargetLowering to specify what values can be used as theEvan Cheng2006-03-161-9/+28
* Add markers for the first and last vector value type.Chris Lattner2006-03-161-2/+6
* Typo.Jim Laskey2006-03-161-1/+1
* minor changes so that GCC builtin can be specified before the Intrinsic info,Chris Lattner2006-03-151-4/+14
* Expand subprogram and added block descriptor.Jim Laskey2006-03-151-11/+49
* Set TargetPrefix on target-specific intrinsics. That way, in theory, differentChris Lattner2006-03-151-7/+7
* Fix the gcread/gcwrite intrinsic specifications, fixingChris Lattner2006-03-141-5/+5
* Add LSR hooks.Evan Cheng2006-03-131-1/+10
* Added getTargetLowering() - returns DAG lowering info.Evan Cheng2006-03-131-0/+3
* Added target lowering hooks which LSR consults to make more intelligentEvan Cheng2006-03-131-2/+8
* Add a first ppc altivec intrinsic. Add packed type support.Chris Lattner2006-03-131-0/+30
* Handle the removal of the debug chain.Jim Laskey2006-03-131-4/+4
* Mark llvm.stacksave as only reading memory, this fixesChris Lattner2006-03-121-1/+1
* Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominatorNate Begeman2006-03-111-32/+49
* Added a parameter to control whether Constant::getStringValue() would chopEvan Cheng2006-03-101-1/+3
* remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jitChris Lattner2006-03-101-5/+1
* Fix another broken intrinsic.Chris Lattner2006-03-101-1/+1
* Fix incorrect definitions of these intrinsics, which broke a bunch ofChris Lattner2006-03-101-2/+4
* Move simple-selector-specific types to the simple selector.Chris Lattner2006-03-101-201/+0
* Simplify the interface to the schedulers, to not pass the selected heuristicChris Lattner2006-03-101-14/+4
* Move some simple-sched-specific instance vars to the simple scheduler.Chris Lattner2006-03-101-23/+2
* move some simple scheduler methods into the simple schedulerChris Lattner2006-03-101-29/+0
* Make EmitNode take a SDNode instead of a NodeInfo*Chris Lattner2006-03-101-1/+1
* Store VRBase in a map, not in NodeInfo.Chris Lattner2006-03-101-12/+5
* make some methods protected instead of privateChris Lattner2006-03-101-4/+4