2007-12-29 |
Chris Lattner | remove attributions |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
2007-02-10 |
Reid Spencer | Align make log output with the rest of llvm. |
tree | commitdiff |
2007-02-09 |
Reid Spencer | End of life for gccld. Remove its source code and enabl... |
tree | commitdiff |
2007-02-09 |
Reid Spencer | Write the deprecation message to stderr instead of... |
tree | commitdiff |
2007-02-09 |
Reid Spencer | Put in a disabled template for when gccld is replaced... |
tree | commitdiff |
2007-02-09 |
Reid Spencer | Get the right warning message. |
tree | commitdiff |
2007-02-09 |
Reid Spencer | New shell script to replace gccld, eventually. |
tree | commitdiff |
2007-02-05 |
Reid Spencer | For PR411: |
tree | commitdiff |
2007-02-03 |
Chris Lattner | add an instcombine pass to clean up after heavy-lifting... |
tree | commitdiff |
2007-01-31 |
Chris Lattner | shutdown the app when done. |
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-12-01 |
Nick Lewycky | Remove extra header. |
tree | commitdiff |
2006-11-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
tree | commitdiff |
2006-11-22 |
Nick Lewycky | Update to new predicate simplifier VRP design. Fixes... |
tree | commitdiff |
2006-11-21 |
John Criswell | Added the --disable-compression option which controls... |
tree | commitdiff |
2006-09-24 |
Nick Lewycky | Enable 'predsimplify' optimization. |
tree | commitdiff |
2006-09-09 |
Chris Lattner | Move ipsccp pass earlier to clean up obvious bogosities |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Use LINK_COMPONENTS to specify *components* to link... |
tree | commitdiff |
2006-09-01 |
Anton Korobeynikov | - Fixed broken Win32 build |
tree | commitdiff |
2006-08-23 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-22 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-21 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-08-01 |
Chris Lattner | Use Path::getFileStatus to get status-related info. |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
tree | commitdiff |
2006-06-16 |
Chris Lattner | Don't pass target name into TargetData anymore, it... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2006-05-14 |
Chris Lattner | Free memory allocated by copy_env. |
tree | commitdiff |
2006-01-10 |
Reid Spencer | For PR521: |
tree | commitdiff |
2005-12-22 |
Reid Spencer | Implement PR679: |
tree | commitdiff |
2005-12-14 |
Reid Spencer | Remove -start-group and -end-group no-op options, accid... |
tree | commitdiff |
2005-12-13 |
Reid Spencer | Adjust the constructor to the Linker class to take... |
tree | commitdiff |
2005-11-17 |
Chris Lattner | Allow users to specify -Wl,-native* multiple times... |
tree | commitdiff |
2005-11-03 |
Chris Lattner | add a hack that fixes: |
tree | commitdiff |
2005-10-27 |
John Criswell | Move some constant folding code shared by Analysis... |
tree | commitdiff |
2005-10-26 |
John Criswell | 1. Remove libraries no longer created from the list... |
tree | commitdiff |
2005-10-18 |
Chris Lattner | Fix PR637 |
tree | commitdiff |
2005-09-23 |
Chris Lattner | Speed up isBytecodeLPath from 20s to .01s in common... |
tree | commitdiff |
2005-09-23 |
Chris Lattner | 1. Do not use .c_str() to keep a persistent handle... |
tree | commitdiff |
2005-08-02 |
Chris Lattner | Pass -export-dynamic to gcc when compiling with -native... |
tree | commitdiff |
2005-07-08 |
Reid Spencer | Make sure we don't error out if an invalid path is... |
tree | commitdiff |
2005-07-08 |
Reid Spencer | Final Changes For PR495: |
tree | commitdiff |
2005-07-07 |
Reid Spencer | For PR495: |
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-04-20 |
Misha Brukman | Eliminate trailing spaces at end-of-line |
tree | commitdiff |
2005-04-20 |
Misha Brukman | Consistently eschew space between `*' or `&' and functi... |
tree | commitdiff |
2005-04-20 |
Misha Brukman | * Print commands as we execute them with `-v' |
tree | commitdiff |
2005-04-10 |
Chris Lattner | The first argument to ExecuteAndWait should be the... |
tree | commitdiff |
2005-02-28 |
Reid Spencer | Changes to enable creation of native executables direct... |
tree | commitdiff |
2005-02-13 |
Chris Lattner | Make sure to null terminate argument lists! |
tree | commitdiff |
2005-01-22 |
Jeff Cohen | Use binary mode for reading/writing bytecode files |
tree | commitdiff |
2004-12-21 |
Reid Spencer | Use explicit construction of sys::Path from std::string... |
tree | commitdiff |
2004-12-19 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-18 |
Reid Spencer | sys::CopyString throws an exception on error which... |
tree | commitdiff |
2004-12-18 |
Reid Spencer | The CopyFile function got moved into the sys namespace. |
tree | commitdiff |
2004-12-16 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-14 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-13 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-13 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-13 |
Reid Spencer | Make the loop termination condition clear when building... |
tree | commitdiff |
2004-12-13 |
Reid Spencer | Convert to use new Linker class interface |
tree | commitdiff |
2004-12-12 |
Chris Lattner | Do not internalize a module if -link-as-library is... |
tree | commitdiff |
2004-12-10 |
Chris Lattner | This pass is no longer needed. |
tree | commitdiff |
2004-12-10 |
Chris Lattner | Turn on ipsccp by default instead of simple IPCP |
tree | commitdiff |
2004-12-08 |
Reid Spencer | When -link-as-library, add -l options to Module's deplibs |
tree | commitdiff |
2004-12-05 |
Reid Spencer | Fix PR139:\ |
tree | commitdiff |
2004-12-02 |
Chris Lattner | Recognize --strip-all as a synonym for -s. |
tree | commitdiff |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
tree | commitdiff |
2004-11-17 |
Chris Lattner | -disable-opt is not -O0, it's okay for it to disable... |
tree | commitdiff |
2004-11-16 |
Chris Lattner | Even with -disable-opt we should still internalize... |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Linker.h has a new home. |
tree | commitdiff |
2004-11-14 |
Reid Spencer | This tool needs the libLLVMArchive library now. |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Remove linking declarations (in Linker.h now) |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Provide exception handling |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Moved to lib/Linker |
tree | commitdiff |
2004-11-09 |
Misha Brukman | Output the program name (in this case, gccld) with... |
tree | commitdiff |
2004-11-08 |
Misha Brukman | Don't silently ignore invalid files: tell the user! |
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-11 |
Chris Lattner | Don't miss global optimizations because we run before... |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-10-07 |
Chris Lattner | Rename pass |
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-08-02 |
Chris Lattner | This pass has proven its metal, remove -disable option. |
tree | commitdiff |
2004-07-27 |
Chris Lattner | Run DSE at link-time, and turn on an IP alias analysis... |
tree | commitdiff |
2004-06-23 |
Misha Brukman | Linker.h moved to include/llvm/Support |
tree | commitdiff |
2004-06-02 |
Chris Lattner | Make gccld copy the llvm-stub program to be the executi... |
tree | commitdiff |
2004-06-02 |
Chris Lattner | Move some functions out of gccld.cpp to GenerateCode... |
tree | commitdiff |
2004-06-02 |
Chris Lattner | Refactor a bit of code into a function, no functionalit... |
tree | commitdiff |
2004-05-27 |
Chris Lattner | Header file moved |
tree | commitdiff |
2004-05-07 |
Brian Gaeke | Allow the user to set the LLVMINTERP environment variab... |
tree | commitdiff |
2004-04-15 |
Misha Brukman | Don't use invalid HTML in a doxygen comment. |
tree | commitdiff |
next |