Age | Commit message (Expand) | Author |
2006-06-27 | Pass -Xlinker flags to gcc when it builds the shared object. | Chris Lattner |
2006-06-27 | Fix cut-n-pasto in comments. | Devang Patel |
2006-06-21 | Remove unneeded libs | Chris Lattner |
2006-06-21 | For PR811: | Reid Spencer |
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |
2006-06-15 | Actually add instructions to the list of defined values so it gets | Reid Spencer |
2006-06-13 | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner |
2006-06-09 | After telling GCC to type of the input file with -x asm/-x c, switch back to | Chris Lattner |
2006-06-08 | This no longer needs plugins, this it doesn't need all of VMCore. | Chris Lattner |
2006-06-07 | Shorten a value description so --help out isn't so wide. | Reid Spencer |
2006-06-07 | Make sure this tool links in all of libVMCore.a because it can --load | Reid Spencer |
2006-06-07 | For PR780: | Reid Spencer |
2006-06-07 | Remove useless noop argument | Chris Lattner |
2006-06-06 | Fix a bug in the following scenario. | Chris Lattner |
2006-06-06 | Add a new --libfiles option, for getting fully-qualified pathnames to libraries. | Chris Lattner |
2006-06-06 | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner |
2006-06-06 | Make the llvm-config library dependency database depend on all of the libraries. | Chris Lattner |
2006-06-06 | Add the -Xlinker option to bugpoint which allows an option to be passed | Reid Spencer |
2006-06-02 | temporarily add back this option, I will remove it in a couple days | Chris Lattner |
2006-06-02 | Fix a -pedantic warning | Chris Lattner |
2006-06-02 | Add flags to get access to build_mode, objdir, srcdir etc. | Chris Lattner |
2006-06-02 | Make llvm-config "do the right thing" when an install tree is relocated or | Chris Lattner |
2006-06-02 | Capture the build mode (e.g. Debug/Release) in the llvm-config script. | Chris Lattner |
2006-06-02 | Convert to standard file header | Chris Lattner |
2006-06-02 | Remove a couple of things no longer figured out by autoconf | Chris Lattner |
2006-06-02 | Add several more autoconf variables so that new features can be implemented | Reid Spencer |
2006-06-02 | Add a gross "--use-current-dir-as-prefix" option as a temporary workaround | Chris Lattner |
2006-06-02 | Remove some variables from the configured section that aren't. | Chris Lattner |
2006-06-02 | Remove more "alpha is archive" stuff. | Chris Lattner |
2006-06-02 | Suppress -pedantic warnings about print("%a") | Reid Spencer |
2006-06-02 | Remove obsolete CORE_IS_ARCHIVE support | Chris Lattner |
2006-06-02 | Update the ignore file | Chris Lattner |
2006-06-01 | Teach CppWriter how to emit an inline (partial) function. | Reid Spencer |
2006-06-01 | Restore default arguments for llvm2cpp back to health by declaring an | Reid Spencer |
2006-06-01 | Fix a bug where incorrect C++ was being emitted. | Reid Spencer |
2006-06-01 | Build llvm-config into the ToolDir not in the local directory. This makes | Reid Spencer |
2006-06-01 | Oops, llc needs libTarget.a not Target.o | Reid Spencer |
2006-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer |
2006-05-31 | fix utostr | Andrew Lenharth |
2006-05-31 | Major reorganization and extension of the code. The diff on this will be a | Reid Spencer |
2006-05-31 | Don't generate module definitions when the -fragment option is given. | Reid Spencer |
2006-05-30 | llvm2cpp is ready to be compiled so add it to the makefile, but make it | Reid Spencer |
2006-05-30 | Fix more bugs. This version now passes all of the Feature test except for | Reid Spencer |
2006-05-30 | Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working with | Reid Spencer |
2006-05-30 | First complete version of llvm2cpp that doesn't crash on any of the Feature | Reid Spencer |
2006-05-29 | Silly cleanup | Chris Lattner |
2006-05-29 | silly cleanup | Chris Lattner |
2006-05-29 | Next batch of implementation: | Reid Spencer |
2006-05-29 | Fix file header comment. | Reid Spencer |
2006-05-29 | Remove temporary testing rules. | Reid Spencer |