aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-08Add a bunch more branchesBrian Gaeke
2004-05-08Flesh out GEP supportBrian Gaeke
2004-05-08Add ADD with immediateBrian Gaeke
2004-05-08Add forms of CMP, SUBCC, and a few branches, and some comments.Brian Gaeke
2004-05-08Add stub support for GEPs.Brian Gaeke
2004-05-08Add required headerAlkis Evlogimenos
2004-05-08Remove unneeded headerAlkis Evlogimenos
2004-05-07Implement folding of GEP's like:Chris Lattner
2004-05-07Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke
2004-05-07Add support for copying bool constants to registers.Brian Gaeke
2004-05-07Codegen floating point stores of constants into integer instructions. ThisChris Lattner
2004-05-07Add more casts. You can never have enough casts.Brian Gaeke
2004-05-07Make comparisons against the null pointer as efficient as integer comparisonsChris Lattner
2004-05-07PR implementedChris Lattner
2004-05-07Bug fixedChris Lattner
2004-05-07New testcaseChris Lattner
2004-05-07New testcase for PR336Chris Lattner
2004-05-07Fix PR336: The instcombine pass asserts when visiting load instructionChris Lattner
2004-05-07Regression test for PR#330.John Criswell
2004-05-07Add the enum corresponding to the source change I made earlierChris Lattner
2004-05-06Bug fixed.John Criswell
2004-05-06Don't call getForwardedType() twice, as recommended by Chris.John Criswell
2004-05-06Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner
2004-05-06Implement the new cl::PositionalEatsArgs flag, refactor code a bitChris Lattner
2004-05-06Add a new cl::PositionalEatsArgs flagChris Lattner
2004-05-06Fix for PR#330.John Criswell
2004-05-06Remove a really old commentChris Lattner
2004-05-06Just testing the "Reid has CVS commit access" systemReid Spencer
2004-05-06Give props to Vladimir Prus for the inst_iterator patch.Misha Brukman
2004-05-06numeric_limits::infinity() apparently does not work on all systems. As aChris Lattner
2004-05-06Fix for gcc3.4: invalid use of forward delacred class on line 93Alkis Evlogimenos
2004-05-05Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke
2004-05-04Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke
2004-05-04Fixed inconsistent indentation.John Criswell
2004-05-04Missing piece of fix for Bug 333Brian Gaeke
2004-05-04Bugs fixedBrian Gaeke
2004-05-04update command guide to have --tool-argsBrian Gaeke
2004-05-04Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke
2004-05-04Correctly mangle function names when they are used as part of aBrian Gaeke
2004-05-04Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke
2004-05-04Remove unneeded checkChris Lattner
2004-05-04Improve signed division by power of 2 *dramatically* from this:Chris Lattner
2004-05-04Provide visit(Module&) and visitModule(Module&) functionality.Misha Brukman
2004-05-04Add stub support for reading BBTraces.Brian Gaeke
2004-05-04Add BBTrace accessor method and data member.Brian Gaeke
2004-05-04Bug fixedChris Lattner
2004-05-04Do not mark instructions in unreachable sections of the function as live.Chris Lattner
2004-05-04New testcase for PR332Chris Lattner
2004-05-04New header file containing profile info enums shared between the C++ analysisBrian Gaeke
2004-05-04Share ProfilingType enum with the C profiling runtime libraries.Brian Gaeke