2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2009-10-17 |
Daniel Dunbar | llvm-as: Simplify, and don't create empty output files... |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the ostream version of CheckBitcodeOutputToCo... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
tree | commitdiff |
2009-07-02 |
Chris Lattner | switch the .ll parser into SMDiagnostic. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2009-02-26 |
Chris Lattner | use TOOL_NO_EXPORTS, this shrinks the llvm-as binary... |
tree | commitdiff |
2009-01-02 |
Chris Lattner | Reimplement the old and horrible bison parser for ... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-02-21 |
Devang Patel | Add -disable-output option. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode instead of bytecode |
tree | commitdiff |
2007-04-22 |
Chris Lattner | link in bitwriter library |
tree | commitdiff |
2007-04-22 |
Chris Lattner | add a temporary -bitcode option, which instructs llvm... |
tree | commitdiff |
2007-01-21 |
Chris Lattner | default to emiting an uncompressed .bc file |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
tree | commitdiff |
2006-11-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Switch to using llvm-config to select components to... |
tree | commitdiff |
2006-08-18 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
tree | commitdiff |
2006-07-06 |
Chris Lattner | Change the verifier to never throw an exception. Inste... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2006-05-29 |
Chris Lattner | Silly cleanup |
tree | commitdiff |
2005-04-24 |
Misha Brukman | There are still uses for spaces in Makefiles -- to... |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-02-13 |
Chris Lattner | Print the module, not the pointer. |
tree | commitdiff |
2005-01-22 |
Jeff Cohen | Use binary mode for reading/writing bytecode files |
tree | commitdiff |
2005-01-02 |
Reid Spencer | Prevent output of bytecode to std::cout unless the... |
tree | commitdiff |
2005-01-01 |
Jeff Cohen | Fix typo 'ompress' => 'compress'. |
tree | commitdiff |
2004-12-30 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Fix usage of changed function prototype |
tree | commitdiff |
2004-11-07 |
Reid Spencer | Rename the option for defeating compression to be a... |
tree | commitdiff |
2004-11-07 |
Reid Spencer | Turn on compression by default. |
tree | commitdiff |
2004-11-06 |
Reid Spencer | Add support for compressed bytecode |
tree | commitdiff |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We're not doing automake any more |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We won't use automake |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
tree | commitdiff |
2004-10-13 |
Reid Spencer | Update to reflect changes in Makefile rules. |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
tree | commitdiff |
2004-08-29 |
Reid Spencer | Add the LLVMsystem.a library as it is now used for... |
tree | commitdiff |
2004-08-29 |
Reid Spencer | The functions in Signal.h are now in the llvm::sys... |
tree | commitdiff |
2004-07-13 |
Chris Lattner | Actually, use an exception to stop verification. This... |
tree | commitdiff |
2004-07-13 |
Chris Lattner | There is no reason to abort and print a stack trace... |
tree | commitdiff |
2004-07-11 |
Reid Spencer | Correct an output typo. |
tree | commitdiff |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not include... |
tree | commitdiff |
2004-06-25 |
Chris Lattner | Write .bc files to binary ostreams. This shouldn't... |
tree | commitdiff |
2004-05-27 |
Chris Lattner | Header file moved |
tree | commitdiff |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyright to Makefiles. |
tree | commitdiff |
2003-10-20 |
Chris Lattner | Fix file header |
tree | commitdiff |
2003-10-20 |
John Criswell | Added copyright header to all C++ source files. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Fix grammar. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Renamed as.cpp => llvm-as.cpp; this should've happened... |
tree | commitdiff |
2003-08-28 |
Misha Brukman | Renaming LLVM `as' to `llvm-as'. |
tree | commitdiff |
2003-08-18 |
Chris Lattner | Add new -disable-verify option |
tree | commitdiff |
2003-05-31 |
Chris Lattner | Add support for: -o - |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Kill using declarations |
tree | commitdiff |
2002-08-30 |
Chris Lattner | - 'analyze' and 'as' now explicitly verify input becaus... |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Print the tool name when an error comes from so that... |
tree | commitdiff |
2002-07-25 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-23 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-07-22 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
2002-06-30 |
Chris Lattner | Clean up anands patch |
tree | commitdiff |
2002-06-25 |
Anand Shukla | Changes for 64bit gcc |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Eliminate duplicate or unneccesary #include's |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Use operator << to print modules |
tree | commitdiff |
2002-04-18 |
Chris Lattner | Make sure that there is no case where a signal can... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Remove asmwriter library from link line, because the... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | use dump method instead of Asm/Writer to do debug printing |
tree | commitdiff |
2002-03-06 |
Chris Lattner | Since verifier and SlotCalculator are now in VMCore... |
tree | commitdiff |
2002-01-22 |
Chris Lattner | In an amazing fit of stupidity, I flipped the condition... |
tree | commitdiff |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
tree | commitdiff |
2001-11-27 |
Chris Lattner | Create a new #include "Support/..." directory structure... |
tree | commitdiff |
2001-09-09 |
Chris Lattner | Remove extraneous space |
tree | commitdiff |
2001-09-07 |
Chris Lattner | Make use of the new TOOLNAME/USEDLIBS options provided... |
tree | commitdiff |
2001-08-25 |
Vikram S. Adve | Add dependence to libvmcore. |
tree | commitdiff |
2001-07-25 |
Chris Lattner | Add library dep |
tree | commitdiff |
2001-07-23 |
Chris Lattner | CommandLine library cleanup. No longer use getValue... |
tree | commitdiff |
2001-07-23 |
Chris Lattner | Moved inline/llvm/Tools/* to include/llvm/Support/* |
tree | commitdiff |
2001-07-23 |
Chris Lattner | Large scale changes to implement new command line argum... |
tree | commitdiff |
next |