summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner2006-06-06
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-06
* temporarily add back this option, I will remove it in a couple daysChris Lattner2006-06-02
* Fix a -pedantic warningChris Lattner2006-06-02
* Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner2006-06-02
* Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner2006-06-02
* Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner2006-06-02
* Convert to standard file headerChris Lattner2006-06-02
* Remove a couple of things no longer figured out by autoconfChris Lattner2006-06-02
* Add several more autoconf variables so that new features can be implementedReid Spencer2006-06-02
* Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner2006-06-02
* Remove some variables from the configured section that aren't.Chris Lattner2006-06-02
* Remove more "alpha is archive" stuff.Chris Lattner2006-06-02
* Suppress -pedantic warnings about print("%a")Reid Spencer2006-06-02
* Remove obsolete CORE_IS_ARCHIVE supportChris Lattner2006-06-02
* Update the ignore fileChris Lattner2006-06-02
* Teach CppWriter how to emit an inline (partial) function.Reid Spencer2006-06-01
* Restore default arguments for llvm2cpp back to health by declaring anReid Spencer2006-06-01
* Fix a bug where incorrect C++ was being emitted.Reid Spencer2006-06-01
* Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer2006-06-01
* Oops, llc needs libTarget.a not Target.oReid Spencer2006-06-01
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* fix utostrAndrew Lenharth2006-05-31
* Major reorganization and extension of the code. The diff on this will be aReid Spencer2006-05-31
* Don't generate module definitions when the -fragment option is given.Reid Spencer2006-05-31
* llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer2006-05-30
* Fix more bugs. This version now passes all of the Feature test except forReid Spencer2006-05-30
* Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working withReid Spencer2006-05-30
* First complete version of llvm2cpp that doesn't crash on any of the FeatureReid Spencer2006-05-30
* Silly cleanupChris Lattner2006-05-29
* silly cleanupChris Lattner2006-05-29
* Next batch of implementation:Reid Spencer2006-05-29
* Fix file header comment.Reid Spencer2006-05-29
* Remove temporary testing rules.Reid Spencer2006-05-29
* Fix two bugs in the CppWriter.cpp:Reid Spencer2006-05-29
* Fix the file's comment block.Reid Spencer2006-05-29
* Initial Commit of llvm2cppReid Spencer2006-05-29
* For PR786:Reid Spencer2006-05-24
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Remove the llvm-db and bugpoint restrictions from the win32 platform soReid Spencer2006-05-17
* added a skeleton of the ARM backendRafael Espindola2006-05-14
* Free memory allocated by copy_env.Chris Lattner2006-05-14
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-14
* Fix a bug found by inspection.Chris Lattner2006-05-14
* Delete memory allocated by CopyEnvChris Lattner2006-05-14
* Remove dead return value.Chris Lattner2006-05-12
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* wrap long lineChris Lattner2006-05-04
* Adjust to use proper TargetData copy ctorChris Lattner2006-05-04