| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure types are allocated in the scope of their use. | Jim Laskey | 2006-03-23 | 1 | -9/+8 |
* | Add support to locate local variables in frames (early version.) | Jim Laskey | 2006-03-23 | 1 | -0/+6 |
* | Generate local variable and scope information and equivalent dwarf forms. | Jim Laskey | 2006-03-23 | 3 | -35/+226 |
* | Simplify handling of llvm.dbg intrinsic operands to one spot. | Jim Laskey | 2006-03-23 | 1 | -11/+78 |
* | Modify usage of llvm.dbg intrinsics. | Jim Laskey | 2006-03-23 | 1 | -3/+4 |
* | Support for locating of debug items in frames. | Jim Laskey | 2006-03-23 | 1 | -0/+64 |
* | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 2 | -15/+4 |
* | remove always-null IntrinsicLowering argument. | Chris Lattner | 2006-03-23 | 1 | -8/+4 |
* | remove the intrinsiclowering hook | Chris Lattner | 2006-03-23 | 1 | -7/+4 |
* | Added a ValueType operand to isShuffleMaskLegal(). For now, x86 will not do | Evan Cheng | 2006-03-22 | 1 | -2/+2 |
* | Fix comments | Chris Lattner | 2006-03-22 | 1 | -3/+4 |
* | add a new node | Chris Lattner | 2006-03-22 | 1 | -0/+12 |
* | wrap lines to 80 columns. | Chris Lattner | 2006-03-22 | 1 | -5/+15 |
* | add some nodes for extractelement | Chris Lattner | 2006-03-21 | 1 | -0/+10 |
* | Move some common data structures between dom and pdom into the base class | Nate Begeman | 2006-03-20 | 2 | -32/+16 |
* | Add some helper methods | Chris Lattner | 2006-03-20 | 1 | -0/+17 |
* | Add another helper | Chris Lattner | 2006-03-20 | 1 | -0/+13 |
* | add a node | Chris Lattner | 2006-03-19 | 1 | -0/+9 |
* | Add a helper method | Chris Lattner | 2006-03-19 | 1 | -0/+18 |
* | improve comments, add a new MVT::getVectorBaseType method. | Chris Lattner | 2006-03-19 | 2 | -40/+71 |
* | Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow | Chris Lattner | 2006-03-19 | 1 | -24/+23 |
* | Update comments. | Chris Lattner | 2006-03-18 | 1 | -4/+5 |
* | add a couple of enum values | Chris Lattner | 2006-03-17 | 1 | -1/+12 |
* | Remove BRTWOWAY* | Nate Begeman | 2006-03-17 | 1 | -13/+0 |
* | For each loop, keep track of all the IV expressions inserted indexed by | Evan Cheng | 2006-03-16 | 1 | -9/+5 |
* | Added a way for TargetLowering to specify what values can be used as the | Evan Cheng | 2006-03-16 | 1 | -9/+28 |
* | Add markers for the first and last vector value type. | Chris Lattner | 2006-03-16 | 1 | -2/+6 |
* | Typo. | Jim Laskey | 2006-03-16 | 1 | -1/+1 |
* | minor changes so that GCC builtin can be specified before the Intrinsic info, | Chris Lattner | 2006-03-15 | 1 | -4/+14 |
* | Expand subprogram and added block descriptor. | Jim Laskey | 2006-03-15 | 1 | -11/+49 |
* | Set TargetPrefix on target-specific intrinsics. That way, in theory, different | Chris Lattner | 2006-03-15 | 1 | -7/+7 |
* | Fix the gcread/gcwrite intrinsic specifications, fixing | Chris Lattner | 2006-03-14 | 1 | -5/+5 |
* | Add LSR hooks. | Evan Cheng | 2006-03-13 | 1 | -1/+10 |
* | Added getTargetLowering() - returns DAG lowering info. | Evan Cheng | 2006-03-13 | 1 | -0/+3 |
* | Added target lowering hooks which LSR consults to make more intelligent | Evan Cheng | 2006-03-13 | 1 | -2/+8 |
* | Add a first ppc altivec intrinsic. Add packed type support. | Chris Lattner | 2006-03-13 | 1 | -0/+30 |
* | Handle the removal of the debug chain. | Jim Laskey | 2006-03-13 | 1 | -4/+4 |
* | Mark llvm.stacksave as only reading memory, this fixes | Chris Lattner | 2006-03-12 | 1 | -1/+1 |
* | Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominator | Nate Begeman | 2006-03-11 | 1 | -32/+49 |
* | Added a parameter to control whether Constant::getStringValue() would chop | Evan Cheng | 2006-03-10 | 1 | -1/+3 |
* | remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit | Chris Lattner | 2006-03-10 | 1 | -5/+1 |
* | Fix another broken intrinsic. | Chris Lattner | 2006-03-10 | 1 | -1/+1 |
* | Fix incorrect definitions of these intrinsics, which broke a bunch of | Chris Lattner | 2006-03-10 | 1 | -2/+4 |
* | Move simple-selector-specific types to the simple selector. | Chris Lattner | 2006-03-10 | 1 | -201/+0 |
* | Simplify the interface to the schedulers, to not pass the selected heuristic | Chris Lattner | 2006-03-10 | 1 | -14/+4 |
* | Move some simple-sched-specific instance vars to the simple scheduler. | Chris Lattner | 2006-03-10 | 1 | -23/+2 |
* | move some simple scheduler methods into the simple scheduler | Chris Lattner | 2006-03-10 | 1 | -29/+0 |
* | Make EmitNode take a SDNode instead of a NodeInfo* | Chris Lattner | 2006-03-10 | 1 | -1/+1 |
* | Store VRBase in a map, not in NodeInfo. | Chris Lattner | 2006-03-10 | 1 | -12/+5 |
* | make some methods protected instead of private | Chris Lattner | 2006-03-10 | 1 | -4/+4 |