summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* code restructuring, not functionality change.Chris Lattner2008-04-241-22/+24
* Don't replace multiple result of calls with undef, Chris Lattner2008-04-241-2/+4
* code cleanup, no functionality change.Chris Lattner2008-04-241-19/+21
* Split some code out of the main SimplifyCFG loop into its own function.Chris Lattner2008-04-242-65/+146
* For case statements involving enums, BugReporter now generates PathDiagnosticsTed Kremenek2008-04-231-32/+38
* Make these variables static.Dan Gohman2008-04-234-21/+21
* Fix minor regression in bug report generation.Ted Kremenek2008-04-231-2/+3
* When building PathDiagnostics for bug reports, generate a trimmed ExplodedGra...Ted Kremenek2008-04-232-19/+56
* Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov2008-04-231-1/+1
* Drop dead includesAnton Korobeynikov2008-04-231-3/+0
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-232-3/+3
* Adjust option names for C++ backendAnton Korobeynikov2008-04-231-11/+11
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-236-5/+2038
* Initial CBE support for multiple return values.Dan Gohman2008-04-231-0/+30
* tighten up verifier checks which missed cases whereChris Lattner2008-04-231-8/+9
* Use isa instead of dyn_cast.Dan Gohman2008-04-231-1/+1
* Add support to codegen for getresult instructions with undef operands.Dan Gohman2008-04-232-2/+13
* Check type instead of no. of operands.Devang Patel2008-04-231-1/+1
* Fixed: <rdar://problem/5881148>Ted Kremenek2008-04-236-86/+60
* Allow llvm-as to parse a getresult with an undef operand.Dan Gohman2008-04-234-460/+460
* Rewrite previous patch to suit Chris's preference.Dale Johannesen2008-04-231-21/+31
* Unbreak JITAnton Korobeynikov2008-04-231-0/+4
* Disable stack realignment for these testsAnton Korobeynikov2008-04-234-5/+5
* Fix test becase ABI stack alignment dropped to 'normal' valueAnton Korobeynikov2008-04-231-2/+2
* Fix test, instruction count is valid only if stack is not realignedAnton Korobeynikov2008-04-231-1/+1
* Fix typoAnton Korobeynikov2008-04-231-1/+1
* Only allow increase of max alignment valueAnton Korobeynikov2008-04-231-1/+2
* Be over-conservative: scan for all used virtual registers and calculate maxim...Anton Korobeynikov2008-04-232-2/+11
* Add X86 Maximal Stack Alignment Calculator Pass before RAAnton Korobeynikov2008-04-234-9/+43
* Add facility for pre-RA passesAnton Korobeynikov2008-04-232-1/+12
* Use precomputed value, if anyAnton Korobeynikov2008-04-231-1/+1
* Do proper book-keeping of offsets and prologue/epilogue code for stack realig...Anton Korobeynikov2008-04-231-44/+81
* If stack realignment is used - incoming args will use EBP as base register an...Anton Korobeynikov2008-04-231-9/+28
* Eastimate required stack alignment early, so we can decide, whether we will n...Anton Korobeynikov2008-04-232-0/+21
* CleanupAnton Korobeynikov2008-04-231-3/+5
* CleanupAnton Korobeynikov2008-04-231-1/+3
* SimplifyAnton Korobeynikov2008-04-231-26/+16
* Make stack alignment options global for all targetsAnton Korobeynikov2008-04-234-9/+22
* Provide option for enabling-disabling stack realignmentAnton Korobeynikov2008-04-231-2/+8
* Disable stack realignment for functions with dynamic-sized alloca'sAnton Korobeynikov2008-04-231-1/+4
* Provide ABI-correct stack alignmentAnton Korobeynikov2008-04-231-5/+3
* Provide convenient helpers for some operationsAnton Korobeynikov2008-04-232-64/+88
* Whitespace cleanupAnton Korobeynikov2008-04-231-28/+26
* Fix some whitespace.Dan Gohman2008-04-231-3/+3
* TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objectsTed Kremenek2008-04-235-24/+54
* Use the Create static method for some of these objects. They no longerBill Wendling2008-04-231-13/+13
* simplify code for propagation of constant arguments into Chris Lattner2008-04-231-46/+49
* Fix a number of bugs in ipconstantprop, simplify the code, fit in 80 cols,Chris Lattner2008-04-231-41/+39
* Rewrite multiple return value handling in SCCP. Before, the -sccp passChris Lattner2008-04-232-112/+125
* regenerateChris Lattner2008-04-232-196/+214
OpenPOWER on IntegriCloud