summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* statically link ia64 into llcChris Lattner2005-03-17
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* method renamedChris Lattner2005-03-15
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-15
* Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos2005-03-15
* yay for camel_cvs diffAndrew Lenharth2005-03-10
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-09
* move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner2005-03-07
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-28
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-27
* Remove some stuff I checked in accidentallyChris Lattner2005-02-27
* Use DataInstall macro instead of INSTALL.Reid Spencer2005-02-24
* Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner2005-02-23
* Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer2005-02-18
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-16
* add Alpha to llcAndrew Lenharth2005-02-15
* Move helper function here.Chris Lattner2005-02-13
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-13
* Make sure to null terminate argument lists!Chris Lattner2005-02-13
* Print the module, not the pointer.Chris Lattner2005-02-13
* Fix PR506:Reid Spencer2005-02-13
* clean up commentsChris Lattner2005-01-29
* This has been deprecated for long enough, nuke it.Chris Lattner2005-01-29
* Add support for fp tolerancesChris Lattner2005-01-23
* Adjust to changed interface.Chris Lattner2005-01-23
* oopsJeff Cohen2005-01-22
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Fix VC++ complaintJeff Cohen2005-01-22
* sysconfdir -> PROJ_etcdirReid Spencer2005-01-17
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-16
* Improve output precision.Chris Lattner2005-01-15
* X86 BE requires SelectionDAGChris Lattner2005-01-07
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-06
* Fix minor mistakesJeff Cohen2005-01-06
* Add project opt to Visual Studio.Jeff Cohen2005-01-06
* Make opt honor the quiet option when printing the bytecode warning.Reid Spencer2005-01-05
* Prevent output of bytecode to std::cout unless the --force flag is given.Reid Spencer2005-01-02
* Move the code for printing out a warning about bytecode output to a consoleReid Spencer2005-01-01
* Fix typo 'ompress' => 'compress'.Jeff Cohen2005-01-01
* Correct the conditional test for non-portable tools so that it willReid Spencer2004-12-31
* Fix the help documentation to not imply multiple archive files can beReid Spencer2004-12-30
* For PR351:Reid Spencer2004-12-30
* For PR351:Reid Spencer2004-12-27
* Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke2004-12-22
* Correct compilation for Cygwin. FindExecutable now returns a sys::Path.Reid Spencer2004-12-22
* Support the gas option --traditional-format which, for some reason, getsReid Spencer2004-12-22
* Fix the Win32 buildMisha Brukman2004-12-22
* Make parameters to CopyFile use explicit instantiation of sys::Path.Reid Spencer2004-12-22
* Use explicit construction of sys::Path from std::string because theReid Spencer2004-12-21
* Allow compilers that can't distinguish between a class instantiation andReid Spencer2004-12-20