| Commit message (Expand) | Author | Age | Files | Lines |
* | fix pasto in generate assertion msg | Chris Lattner | 2006-03-11 | 1 | -1/+1 |
* | Doh! | Evan Cheng | 2006-03-11 | 1 | -2/+2 |
* | Added a parameter to control whether Constant::getStringValue() would chop | Evan Cheng | 2006-03-10 | 3 | -6/+12 |
* | remove some dead code | Chris Lattner | 2006-03-10 | 2 | -95/+0 |
* | remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit | Chris Lattner | 2006-03-10 | 1 | -5/+1 |
* | scrape out bits of llvm-db | Chris Lattner | 2006-03-10 | 1 | -9/+0 |
* | Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea. | Chris Lattner | 2006-03-10 | 2 | -937/+6 |
* | Simplify this testcase | Chris Lattner | 2006-03-10 | 1 | -14/+2 |
* | reorder these to make it work with static libraries | Chris Lattner | 2006-03-10 | 1 | -2/+2 |
* | teach the JIT to encode vector registers | Chris Lattner | 2006-03-10 | 1 | -32/+32 |
* | Fix another broken intrinsic. | Chris Lattner | 2006-03-10 | 1 | -1/+1 |
* | weak globals on darwin require an extra load, breaking this test | 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 | 2 | -201/+202 |
* | Simplify the interface to the schedulers, to not pass the selected heuristicin. | Chris Lattner | 2006-03-10 | 2 | -9/+28 |
* | 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 | 4 | -29/+32 |
* | prune #includes | Chris Lattner | 2006-03-10 | 1 | -5/+0 |
* | move some simple scheduler methods into the simple scheduler | Chris Lattner | 2006-03-10 | 3 | -264/+266 |
* | Make EmitNode take a SDNode instead of a NodeInfo* | Chris Lattner | 2006-03-10 | 3 | -13/+7 |
* | Move the VRBase field from NodeInfo to being a separate, explicit, map. | Chris Lattner | 2006-03-10 | 2 | -13/+27 |
* | Store VRBase in a map, not in NodeInfo. | Chris Lattner | 2006-03-10 | 1 | -12/+5 |
* | no need to build groups anymore | Chris Lattner | 2006-03-10 | 1 | -2/+0 |
* | Create SUnits directly from the SelectionDAG. | Chris Lattner | 2006-03-10 | 1 | -87/+87 |
* | Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy | Chris Lattner | 2006-03-10 | 3 | -4/+10 |
* | make some methods protected instead of private | Chris Lattner | 2006-03-10 | 1 | -4/+4 |
* | Teach the latency scheduler some new tricks. In particular, to break ties, | Chris Lattner | 2006-03-10 | 1 | -9/+156 |
* | Put intrinsics.gen in its proper place. | Jeff Cohen | 2006-03-10 | 1 | -5/+7 |
* | add an aggregate method for reinserting scheduled nodes, add a callback for | Chris Lattner | 2006-03-10 | 1 | -8/+23 |
* | Fix an incorrect intrinsic description | Chris Lattner | 2006-03-10 | 1 | -2/+3 |
* | Fix VC++ build breakage. | Jeff Cohen | 2006-03-10 | 3 | -3/+34 |
* | Adding an intrinsic is simpler still. | Chris Lattner | 2006-03-09 | 1 | -4/+0 |
* | use autogenerated side-effect information | Chris Lattner | 2006-03-09 | 1 | -27/+5 |
* | generate side-effect info | Chris Lattner | 2006-03-09 | 2 | -0/+27 |
* | Simpler still | Chris Lattner | 2006-03-09 | 1 | -4/+0 |
* | Use autogenerated mod/ref info for intrinsics. | Chris Lattner | 2006-03-09 | 1 | -22/+26 |
* | Parse mod/ref properties, autogen mod/ref information | Chris Lattner | 2006-03-09 | 2 | -0/+47 |
* | Intrinsic adding is a little bit simpler now | Chris Lattner | 2006-03-09 | 1 | -9/+2 |
* | Use the autogenerated intrinsic verifier | Chris Lattner | 2006-03-09 | 1 | -266/+5 |
* | parse intrinsic types | Chris Lattner | 2006-03-09 | 3 | -4/+50 |
* | Add option -enable-x86-lsr to enable x86 loop strength reduction pass. | Evan Cheng | 2006-03-09 | 1 | -0/+7 |
* | Use the function name matcher autogenerated from the .td file. | Chris Lattner | 2006-03-09 | 1 | -76/+3 |
* | autogenerate the function name recognizer | Chris Lattner | 2006-03-09 | 2 | -0/+41 |
* | This rule also depends on tblgen | Chris Lattner | 2006-03-09 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2006-03-09 | 1 | -0/+10 |
* | use the enum list autogen'd from Intrinsics.td | Chris Lattner | 2006-03-09 | 1 | -61/+4 |
* | remove dbg_declare, it's not used yet. | Chris Lattner | 2006-03-09 | 5 | -8/+0 |
* | silly case insensitive file systems... | Chris Lattner | 2006-03-09 | 1 | -3/+3 |
* | Build intrinsics.gen from intrinsics.td | Chris Lattner | 2006-03-09 | 1 | -0/+6 |
* | Add a test case for (store (op (load ..) ..) ..) folding. | Evan Cheng | 2006-03-09 | 2 | -2/+45 |