| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | code restructuring, not functionality change. | Chris Lattner | 2008-04-24 | 1 | -22/+24 |
* | Don't replace multiple result of calls with undef, | Chris Lattner | 2008-04-24 | 1 | -2/+4 |
* | code cleanup, no functionality change. | Chris Lattner | 2008-04-24 | 1 | -19/+21 |
* | Split some code out of the main SimplifyCFG loop into its own function. | Chris Lattner | 2008-04-24 | 2 | -65/+146 |
* | For case statements involving enums, BugReporter now generates PathDiagnostics | Ted Kremenek | 2008-04-23 | 1 | -32/+38 |
* | Make these variables static. | Dan Gohman | 2008-04-23 | 4 | -21/+21 |
* | Fix minor regression in bug report generation. | Ted Kremenek | 2008-04-23 | 1 | -2/+3 |
* | When building PathDiagnostics for bug reports, generate a trimmed ExplodedGra... | Ted Kremenek | 2008-04-23 | 2 | -19/+56 |
* | Disable building of llvm2cpp. The directory will be removed before 2.3 release. | Anton Korobeynikov | 2008-04-23 | 1 | -1/+1 |
* | Drop dead includes | Anton Korobeynikov | 2008-04-23 | 1 | -3/+0 |
* | Fix tests due to llvm2cpp move to llc target | Anton Korobeynikov | 2008-04-23 | 2 | -3/+3 |
* | Adjust option names for C++ backend | Anton Korobeynikov | 2008-04-23 | 1 | -11/+11 |
* | First step of implementing PR1538: move llvm2cpp logic to new 'target' | Anton Korobeynikov | 2008-04-23 | 6 | -5/+2038 |
* | Initial CBE support for multiple return values. | Dan Gohman | 2008-04-23 | 1 | -0/+30 |
* | tighten up verifier checks which missed cases where | Chris Lattner | 2008-04-23 | 1 | -8/+9 |
* | Use isa instead of dyn_cast. | Dan Gohman | 2008-04-23 | 1 | -1/+1 |
* | Add support to codegen for getresult instructions with undef operands. | Dan Gohman | 2008-04-23 | 2 | -2/+13 |
* | Check type instead of no. of operands. | Devang Patel | 2008-04-23 | 1 | -1/+1 |
* | Fixed: <rdar://problem/5881148> | Ted Kremenek | 2008-04-23 | 6 | -86/+60 |
* | Allow llvm-as to parse a getresult with an undef operand. | Dan Gohman | 2008-04-23 | 4 | -460/+460 |
* | Rewrite previous patch to suit Chris's preference. | Dale Johannesen | 2008-04-23 | 1 | -21/+31 |
* | Unbreak JIT | Anton Korobeynikov | 2008-04-23 | 1 | -0/+4 |
* | Disable stack realignment for these tests | Anton Korobeynikov | 2008-04-23 | 4 | -5/+5 |
* | Fix test becase ABI stack alignment dropped to 'normal' value | Anton Korobeynikov | 2008-04-23 | 1 | -2/+2 |
* | Fix test, instruction count is valid only if stack is not realigned | Anton Korobeynikov | 2008-04-23 | 1 | -1/+1 |
* | Fix typo | Anton Korobeynikov | 2008-04-23 | 1 | -1/+1 |
* | Only allow increase of max alignment value | Anton Korobeynikov | 2008-04-23 | 1 | -1/+2 |
* | Be over-conservative: scan for all used virtual registers and calculate maxim... | Anton Korobeynikov | 2008-04-23 | 2 | -2/+11 |
* | Add X86 Maximal Stack Alignment Calculator Pass before RA | Anton Korobeynikov | 2008-04-23 | 4 | -9/+43 |
* | Add facility for pre-RA passes | Anton Korobeynikov | 2008-04-23 | 2 | -1/+12 |
* | Use precomputed value, if any | Anton Korobeynikov | 2008-04-23 | 1 | -1/+1 |
* | Do proper book-keeping of offsets and prologue/epilogue code for stack realig... | Anton Korobeynikov | 2008-04-23 | 1 | -44/+81 |
* | If stack realignment is used - incoming args will use EBP as base register an... | Anton Korobeynikov | 2008-04-23 | 1 | -9/+28 |
* | Eastimate required stack alignment early, so we can decide, whether we will n... | Anton Korobeynikov | 2008-04-23 | 2 | -0/+21 |
* | Cleanup | Anton Korobeynikov | 2008-04-23 | 1 | -3/+5 |
* | Cleanup | Anton Korobeynikov | 2008-04-23 | 1 | -1/+3 |
* | Simplify | Anton Korobeynikov | 2008-04-23 | 1 | -26/+16 |
* | Make stack alignment options global for all targets | Anton Korobeynikov | 2008-04-23 | 4 | -9/+22 |
* | Provide option for enabling-disabling stack realignment | Anton Korobeynikov | 2008-04-23 | 1 | -2/+8 |
* | Disable stack realignment for functions with dynamic-sized alloca's | Anton Korobeynikov | 2008-04-23 | 1 | -1/+4 |
* | Provide ABI-correct stack alignment | Anton Korobeynikov | 2008-04-23 | 1 | -5/+3 |
* | Provide convenient helpers for some operations | Anton Korobeynikov | 2008-04-23 | 2 | -64/+88 |
* | Whitespace cleanup | Anton Korobeynikov | 2008-04-23 | 1 | -28/+26 |
* | Fix some whitespace. | Dan Gohman | 2008-04-23 | 1 | -3/+3 |
* | TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects | Ted Kremenek | 2008-04-23 | 5 | -24/+54 |
* | Use the Create static method for some of these objects. They no longer | Bill Wendling | 2008-04-23 | 1 | -13/+13 |
* | simplify code for propagation of constant arguments into | Chris Lattner | 2008-04-23 | 1 | -46/+49 |
* | Fix a number of bugs in ipconstantprop, simplify the code, fit in 80 cols, | Chris Lattner | 2008-04-23 | 1 | -41/+39 |
* | Rewrite multiple return value handling in SCCP. Before, the -sccp pass | Chris Lattner | 2008-04-23 | 2 | -112/+125 |
* | regenerate | Chris Lattner | 2008-04-23 | 2 | -196/+214 |