| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix a variety of issues were we'd start DebugTimer but | Chris Lattner | 2010-03-29 | 1 | -40/+11 |
| * | move code around and improve indentation, no functionality change. | Chris Lattner | 2010-03-29 | 1 | -126/+124 |
| * | Remove a bunch of integer width predicate functions in favor of MathExtras. | Benjamin Kramer | 2010-03-29 | 4 | -139/+11 |
| * | From Kalle Raiskila: | Chris Lattner | 2010-03-29 | 4 | -14/+158 |
| * | add support for zero initialized unions, patch by Tim Northover! | Chris Lattner | 2010-03-29 | 1 | -1/+3 |
| * | Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte... | Devang Patel | 2010-03-29 | 4 | -37/+54 |
| * | add a note. | Chris Lattner | 2010-03-29 | 1 | -0/+3 |
| * | Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector Table Lookup Instructions. | Johnny Chen | 2010-03-29 | 2 | -8/+9 |
| * | Revert 99772. | Devang Patel | 2010-03-28 | 4 | -45/+37 |
| * | add a statistic for the # times isel has to backtrack. | Chris Lattner | 2010-03-28 | 1 | -1/+3 |
| * | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel | 2010-03-28 | 4 | -37/+45 |
| * | zap an extra line that Eli noticed! | Chris Lattner | 2010-03-28 | 1 | -1/+0 |
| * | Properly quote the quotes :) during cmdline construction on Windows. | Anton Korobeynikov | 2010-03-28 | 1 | -6/+28 |
| * | fix a type contradition: XCoreISD::RETSP has one argument, not zero. | Chris Lattner | 2010-03-28 | 1 | -1/+1 |
| * | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner | 2010-03-28 | 1 | -1/+1 |
| * | remove a pattern with no testcase that doesn't appear to be | Chris Lattner | 2010-03-28 | 1 | -2/+0 |
| * | fix integer negates to use the proper type for the zero vectors, | Chris Lattner | 2010-03-28 | 1 | -11/+14 |
| * | fix a typo, bitconvert from node to itself isn't valid. | Chris Lattner | 2010-03-28 | 1 | -1/+1 |
| * | fix vnot matching to explicitly specify the type of the | Chris Lattner | 2010-03-28 | 1 | -10/+16 |
| * | fix up vnot matching, eliminating a dead pattern, correcting a couple of | Chris Lattner | 2010-03-28 | 1 | -6/+11 |
| * | stop using vnot_conv | Chris Lattner | 2010-03-28 | 1 | -3/+8 |
| * | revert r99743, this is saying that the repmovs instructinos have an | Chris Lattner | 2010-03-28 | 1 | -2/+4 |
| * | remove a bunch of dead patterns. | Chris Lattner | 2010-03-28 | 1 | -13/+0 |
| * | claiming to return other is pointless. | Chris Lattner | 2010-03-28 | 1 | -4/+2 |
| * | comply with the wishes of a fixme. | Chris Lattner | 2010-03-28 | 1 | -3/+0 |
| * | now that (parallel) is gone and a variety of bugs in targets | Chris Lattner | 2010-03-28 | 1 | -8/+4 |
| * | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner | 2010-03-28 | 1 | -0/+29 |
| * | don't add nodes to the now-dead nodes list multiple times, this | Chris Lattner | 2010-03-28 | 1 | -2/+3 |
| * | Improve systemz to model cmp and ucmp nodes as returning | Chris Lattner | 2010-03-28 | 2 | -43/+33 |
| * | the FPCmp node returns an i32. | Chris Lattner | 2010-03-28 | 1 | -6/+8 |
| * | fix some modelling problems exposed by a patch I'm working on. bsr/bsf/ptest | Chris Lattner | 2010-03-28 | 3 | -26/+21 |
| * | don't add flag nodes with chain results to the NowDeadNodes | Chris Lattner | 2010-03-28 | 1 | -2/+3 |
| * | Oops, r98447 dropped the reference to ForwardType in the wrong place in | Jeffrey Yasskin | 2010-03-28 | 1 | -5/+5 |
| * | improve -debug-only=isel comments for cases when we don't enter a | Chris Lattner | 2010-03-27 | 1 | -4/+8 |
| * | Remove another memory leak from ABCD by using Edges by value instead of | Jeffrey Yasskin | 2010-03-27 | 1 | -29/+21 |
| * | In ABCD, change the non-null Bound*s to Bound&s. | Jeffrey Yasskin | 2010-03-27 | 1 | -79/+74 |
| * | Fix a memory leak in ABCD by giving ownership of Bound objects to the | Jeffrey Yasskin | 2010-03-27 | 1 | -68/+76 |
| * | Avoid leaking the memory allocated for GlobalVariables in the interpreter, by | Jeffrey Yasskin | 2010-03-27 | 1 | -3/+32 |
| * | Fix indentation. | Bob Wilson | 2010-03-27 | 1 | -34/+34 |
| * | Add a format argument to the N3V and N3VX classes, removing the N3Vf class. | Bob Wilson | 2010-03-27 | 2 | -198/+198 |
| * | eliminate the last of the parallel's! | Chris Lattner | 2010-03-27 | 2 | -173/+102 |
| * | When we promote a load of an argument make sure to take the alignment | Eric Christopher | 2010-03-27 | 1 | -1/+5 |
| * | Forgot the part where we handle the ".llvm.eh.catch.all.value". | Bill Wendling | 2010-03-27 | 1 | -2/+11 |
| * | Return if we changed anything or not. | Bill Wendling | 2010-03-27 | 1 | -11/+9 |
| * | If a selector has a call to ".llvm.eh.catch.all.value" that we haven't | Bill Wendling | 2010-03-27 | 1 | -8/+38 |
| * | Add NVMulSLFrm to represent "3-register multiply with scalar" operations and set | Johnny Chen | 2010-03-27 | 2 | -122/+130 |
| * | eliminate almost all the rest of the x86-32 parallels. | Chris Lattner | 2010-03-27 | 1 | -157/+116 |
| * | Thumb2 storeFrom/LoadToStackSlot() need to handle tGPR regs directly, not pass | Jim Grosbach | 2010-03-27 | 1 | -2/+2 |
| * | improve portability to minix, patch by | Chris Lattner | 2010-03-26 | 1 | -2/+2 |
| * | Remove the duplicate multiclass N3VSh_QHSD and use N3VInt_QHSD which is modified | Johnny Chen | 2010-03-26 | 1 | -193/+154 |