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