aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-10-15Fix a typo in a comment.Dan Gohman
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-09-28minor long double related changesDale Johannesen
2007-09-12Revise previous patch per review comments.Dale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-08Turn GVN on by default.Owen Anderson
2007-09-07Apply feedback from previous patch.Dale Johannesen
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-09-04Enable loop index split pass.Devang Patel
2007-09-04Update generated files.David Greene
2007-09-04Revert this because the interface hasn't been updated yet.David Greene
2007-09-04Fix typo.David Greene
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-27Update InvokeInst to work like CallInstDavid Greene
2007-08-15Update .cvs fileDavid Greene
2007-08-13Don't build llvm-stub twice.Reid Spencer
2007-08-08Separate program name from error message with a :Reid Spencer
2007-08-08Terminate an error message with a newline.Reid Spencer
2007-08-07Make this code more efficientDavid Greene
2007-08-04Regenerating.Chandler Carruth
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-08-02Adjust for new CallInst constructor interface.Reid Spencer
2007-08-01Rename FastDSE to just DSE.Owen Anderson
2007-08-01Update generated files.David Greene
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-07-30Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman
2007-07-23Remove dead option.Reid Spencer
2007-07-18Fix a sys::Path API error caught by a gcc 4.2 warning.Reid Spencer
2007-07-17Turn on FastDSE by default.Owen Anderson
2007-07-17Change sroa threshold back.Evan Cheng
2007-07-17Temporarily set SROA threshold to 512.Evan Cheng
2007-07-11Emit correct linkage. Patch by Roman Samoilov.Anton Korobeynikov
2007-07-10Simplify the handling of the --*flags options. The makefile already gets itReid Spencer
2007-07-10Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05update the .cvs files.Chris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-07-05Fix PR1539. Add LoopPassPrinter.Devang Patel
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-28Fix PR 1526.Devang Patel
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
2007-06-27llvm-nm must print the alias symbols.Lauro Ramos Venancio
2007-06-25Fix PR1525:Reid Spencer
2007-06-19Fix pr1448Chris Lattner
2007-06-16Fix PR1517:Reid Spencer
2007-06-16Fix PR1516:Reid Spencer
2007-06-16Call the correct function name. Patch from Stephane Letz.Nick Lewycky