| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a "scary" make warning for the 1.8 release. This should be reenabled | Chris Lattner | 2006-07-26 | 1 | -1/+4 |
* | Add llvm2cpp to DIRs list | Chris Lattner | 2006-07-26 | 1 | -3/+2 |
* | Make changes necessary for stopping the build if a cyclic library | Reid Spencer | 2006-07-26 | 2 | -2/+4 |
* | Build llvm-config to identify library cycles earlier in the build process. | Reid Spencer | 2006-07-26 | 1 | -3/+3 |
* | Fix MacOSX build failures. (pr841) | Devang Patel | 2006-07-21 | 1 | -1/+1 |
* | Build more debugger/selectiondag libraries as archives instead of .o files. | Chris Lattner | 2006-07-21 | 2 | -2/+2 |
* | Fix linking on Alpha | Andrew Lenharth | 2006-07-20 | 1 | -1/+1 |
* | Finish removal of EH usage from the Archive library. The REQUIRES_EH flag | Reid Spencer | 2006-07-07 | 1 | -1/+2 |
* | Remove EH use from the Archive library and adjust its users accordingly. | Reid Spencer | 2006-07-07 | 2 | -5/+14 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 21 | -0/+24 |
* | Fix PR819, llvm2cpp should read .bc files, not .ll files. | Chris Lattner | 2006-07-06 | 2 | -82/+55 |
* | Change the verifier to never throw an exception. Instead verifyModule canopt... | Chris Lattner | 2006-07-06 | 3 | -30/+19 |
* | Split long comment lines. | Reid Spencer | 2006-07-03 | 1 | -6/+4 |
* | Pass -Xlinker flags to gcc when it builds the shared object. | Chris Lattner | 2006-06-27 | 3 | -25/+45 |
* | Fix cut-n-pasto in comments. | Devang Patel | 2006-06-27 | 1 | -6/+5 |
* | Remove unneeded libs | Chris Lattner | 2006-06-21 | 1 | -1/+1 |
* | For PR811: | Reid Spencer | 2006-06-21 | 1 | -2/+0 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 8 | -8/+8 |
* | Actually add instructions to the list of defined values so it gets | Reid Spencer | 2006-06-15 | 1 | -0/+1 |
* | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner | 2006-06-13 | 5 | -12/+14 |
* | After telling GCC to type of the input file with -x asm/-x c, switch back to | Chris Lattner | 2006-06-09 | 1 | -0/+2 |
* | This no longer needs plugins, this it doesn't need all of VMCore. | Chris Lattner | 2006-06-08 | 1 | -2/+0 |
* | Shorten a value description so --help out isn't so wide. | Reid Spencer | 2006-06-07 | 1 | -1/+1 |
* | Make sure this tool links in all of libVMCore.a because it can --load | Reid Spencer | 2006-06-07 | 1 | -0/+1 |
* | For PR780: | Reid Spencer | 2006-06-07 | 5 | -1/+23 |
* | Remove useless noop argument | Chris Lattner | 2006-06-07 | 1 | -2/+0 |
* | Fix a bug in the following scenario. | Chris Lattner | 2006-06-06 | 1 | -1/+2 |
* | Add a new --libfiles option, for getting fully-qualified pathnames to libraries. | Chris Lattner | 2006-06-06 | 1 | -7/+19 |
* | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner | 2006-06-06 | 6 | -9/+8 |
* | Make the llvm-config library dependency database depend on all of the libraries. | Chris Lattner | 2006-06-06 | 1 | -6/+4 |
* | Add the -Xlinker option to bugpoint which allows an option to be passed | Reid Spencer | 2006-06-06 | 3 | -14/+58 |
* | temporarily add back this option, I will remove it in a couple days | Chris Lattner | 2006-06-02 | 1 | -0/+2 |
* | Fix a -pedantic warning | Chris Lattner | 2006-06-02 | 1 | -1/+1 |
* | Add flags to get access to build_mode, objdir, srcdir etc. | Chris Lattner | 2006-06-02 | 1 | -9/+18 |
* | Make llvm-config "do the right thing" when an install tree is relocated or | Chris Lattner | 2006-06-02 | 1 | -12/+33 |
* | Capture the build mode (e.g. Debug/Release) in the llvm-config script. | Chris Lattner | 2006-06-02 | 2 | -0/+2 |
* | Convert to standard file header | Chris Lattner | 2006-06-02 | 1 | -4/+9 |
* | Remove a couple of things no longer figured out by autoconf | Chris Lattner | 2006-06-02 | 1 | -3/+0 |
* | Add several more autoconf variables so that new features can be implemented | Reid Spencer | 2006-06-02 | 1 | -0/+20 |
* | Add a gross "--use-current-dir-as-prefix" option as a temporary workaround | Chris Lattner | 2006-06-02 | 1 | -0/+8 |
* | Remove some variables from the configured section that aren't. | Chris Lattner | 2006-06-02 | 1 | -9/+6 |
* | Remove more "alpha is archive" stuff. | Chris Lattner | 2006-06-02 | 1 | -15/+2 |
* | Suppress -pedantic warnings about print("%a") | Reid Spencer | 2006-06-02 | 1 | -0/+3 |
* | Remove obsolete CORE_IS_ARCHIVE support | Chris Lattner | 2006-06-02 | 2 | -10/+4 |
* | Update the ignore file | Chris Lattner | 2006-06-02 | 1 | -1/+2 |
* | Teach CppWriter how to emit an inline (partial) function. | Reid Spencer | 2006-06-01 | 1 | -50/+132 |
* | Restore default arguments for llvm2cpp back to health by declaring an | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Fix a bug where incorrect C++ was being emitted. | Reid Spencer | 2006-06-01 | 1 | -1/+0 |
* | Build llvm-config into the ToolDir not in the local directory. This makes | Reid Spencer | 2006-06-01 | 1 | -6/+6 |
* | Oops, llc needs libTarget.a not Target.o | Reid Spencer | 2006-06-01 | 1 | -1/+1 |