aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* temporarily add back this option, I will remove it in a couple daysChris Lattner2006-06-021-0/+2
* Fix a -pedantic warningChris Lattner2006-06-021-1/+1
* Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner2006-06-021-9/+18
* Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner2006-06-021-12/+33
* Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner2006-06-022-0/+2
* Convert to standard file headerChris Lattner2006-06-021-4/+9
* Remove a couple of things no longer figured out by autoconfChris Lattner2006-06-021-3/+0
* Add several more autoconf variables so that new features can be implementedReid Spencer2006-06-021-0/+20
* Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner2006-06-021-0/+8
* Remove some variables from the configured section that aren't.Chris Lattner2006-06-021-9/+6
* Remove more "alpha is archive" stuff.Chris Lattner2006-06-021-15/+2
* Suppress -pedantic warnings about print("%a")Reid Spencer2006-06-021-0/+3
* Remove obsolete CORE_IS_ARCHIVE supportChris Lattner2006-06-022-10/+4
* Update the ignore fileChris Lattner2006-06-021-1/+2
* Teach CppWriter how to emit an inline (partial) function.Reid Spencer2006-06-011-50/+132
* Restore default arguments for llvm2cpp back to health by declaring anReid Spencer2006-06-011-1/+1
* Fix a bug where incorrect C++ was being emitted.Reid Spencer2006-06-011-1/+0
* Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer2006-06-011-6/+6
* Oops, llc needs libTarget.a not Target.oReid Spencer2006-06-011-1/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-0119-39/+40
* fix utostrAndrew Lenharth2006-05-311-1/+1
* Major reorganization and extension of the code. The diff on this will be aReid Spencer2006-05-311-487/+698
* Don't generate module definitions when the -fragment option is given.Reid Spencer2006-05-311-51/+59
* llvm2cpp is ready to be compiled so add it to the makefile, but make itReid Spencer2006-05-301-0/+2
* Fix more bugs. This version now passes all of the Feature test except forReid Spencer2006-05-301-135/+244
* Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working withReid Spencer2006-05-301-73/+161
* First complete version of llvm2cpp that doesn't crash on any of the FeatureReid Spencer2006-05-301-274/+308
* Silly cleanupChris Lattner2006-05-291-1/+1
* silly cleanupChris Lattner2006-05-297-87/+94
* Next batch of implementation:Reid Spencer2006-05-291-1148/+265
* Fix file header comment.Reid Spencer2006-05-291-2/+2
* Remove temporary testing rules.Reid Spencer2006-05-291-14/+0
* Fix two bugs in the CppWriter.cpp:Reid Spencer2006-05-292-4/+17
* Fix the file's comment block.Reid Spencer2006-05-291-6/+7
* Initial Commit of llvm2cppReid Spencer2006-05-294-0/+2174
* For PR786:Reid Spencer2006-05-241-1/+1
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-249-10/+10
* Remove the llvm-db and bugpoint restrictions from the win32 platform soReid Spencer2006-05-171-11/+1
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+5
* Free memory allocated by copy_env.Chris Lattner2006-05-141-1/+3
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-141-16/+21
* Fix a bug found by inspection.Chris Lattner2006-05-141-1/+5
* Delete memory allocated by CopyEnvChris Lattner2006-05-141-1/+3
* Remove dead return value.Chris Lattner2006-05-121-1/+1
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-122-0/+2
* wrap long lineChris Lattner2006-05-041-1/+2
* Adjust to use proper TargetData copy ctorChris Lattner2006-05-041-2/+1
* For PR764:Reid Spencer2006-05-033-65/+21
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-1/+1
* This no longer needs the JIT.Chris Lattner2006-04-221-4/+1