summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner2006-07-261-1/+4
* Add llvm2cpp to DIRs listChris Lattner2006-07-261-3/+2
* Make changes necessary for stopping the build if a cyclic libraryReid Spencer2006-07-262-2/+4
* Build llvm-config to identify library cycles earlier in the build process.Reid Spencer2006-07-261-3/+3
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-211-1/+1
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-212-2/+2
* Fix linking on AlphaAndrew Lenharth2006-07-201-1/+1
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-1/+2
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-072-5/+14
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-0721-0/+24
* Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner2006-07-062-82/+55
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-063-30/+19
* Split long comment lines.Reid Spencer2006-07-031-6/+4
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-273-25/+45
* Fix cut-n-pasto in comments.Devang Patel2006-06-271-6/+5
* Remove unneeded libsChris Lattner2006-06-211-1/+1
* For PR811:Reid Spencer2006-06-211-2/+0
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-168-8/+8
* Actually add instructions to the list of defined values so it getsReid Spencer2006-06-151-0/+1
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-135-12/+14
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-091-0/+2
* This no longer needs plugins, this it doesn't need all of VMCore.Chris Lattner2006-06-081-2/+0
* Shorten a value description so --help out isn't so wide.Reid Spencer2006-06-071-1/+1
* Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer2006-06-071-0/+1
* For PR780:Reid Spencer2006-06-075-1/+23
* Remove useless noop argumentChris Lattner2006-06-071-2/+0
* Fix a bug in the following scenario.Chris Lattner2006-06-061-1/+2
* Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner2006-06-061-7/+19
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-066-9/+8
* Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner2006-06-061-6/+4
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-063-14/+58
* 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