2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
tree | commitdiff |
2011-08-02 |
Rafael Espindola | Move methods in PassManagerBuilder offline. |
tree | commitdiff |
2011-08-02 |
Rafael Espindola | move PassManagerBuilder.h to IPO. This is a non intuiti... |
tree | commitdiff |
2011-05-22 |
Chris Lattner | fix a file system case sensitivity issue. |
tree | commitdiff |
2011-05-22 |
Chris Lattner | switch llvm-ld. It has a terrible mechanism that peopl... |
tree | commitdiff |
2011-03-31 |
Michael J. Spencer | Switch FileRemover from PathV1 to V2. |
tree | commitdiff |
2011-02-09 |
NAKAMURA Takumi | tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm... |
tree | commitdiff |
2011-02-09 |
NAKAMURA Takumi | tools/llvm-ld: Cygwin can handle #!shbang. |
tree | commitdiff |
2011-01-14 |
Ted Kremenek | Fix memory leak found by clang static analyzer. |
tree | commitdiff |
2010-12-18 |
Michael J. Spencer | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. |
tree | commitdiff |
2010-12-18 |
Owen Anderson | Revert r122143 through r122140, which collectively... |
tree | commitdiff |
2010-12-18 |
Michael J. Spencer | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-03 |
Mikhail Glushenkov | Rename FindExecutable to PrependMainExecutablePath. |
tree | commitdiff |
2010-11-02 |
Mikhail Glushenkov | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. |
tree | commitdiff |
2010-11-02 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
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 | Convert tools to use tool_output_file, and introduce... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Print chatty verbose messages to errs() instead of... |
tree | commitdiff |
2010-05-07 |
Chris Lattner | don't pass -f to llc, it doesn't have it anymore. ... |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Fix more -Wcast-qual warnings. |
tree | commitdiff |
2010-03-30 |
Dan Gohman | Fix llvm-ld to clean up its output files in case of... |
tree | commitdiff |
2010-03-27 |
Chris Lattner | revert r99719 which is breaking the botz. |
tree | commitdiff |
2010-03-27 |
Dan Gohman | Make llvm-ld remove its output files in the event of... |
tree | commitdiff |
2010-03-27 |
Dan Gohman | No need to check the same condition twice. |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-03-24 |
Dan Gohman | It's not necessary to call raw_ostream::close explicitl... |
tree | commitdiff |
2010-03-23 |
Chris Lattner | make sure to delete the llvm module before calling... |
tree | commitdiff |
2010-01-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length... |
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-22 |
Chris Lattner | llvm-ld doesn't throw. |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-08-05 |
Dan Gohman | Use (void *)(intptr_t) to cast function addresses to... |
tree | commitdiff |
2009-08-05 |
Dan Gohman | Fix FindExecutable to use sys::Path::GetMainExecutable... |
tree | commitdiff |
2009-07-22 |
Sanjiv Gupta | Added -b option to override the default bitcode output... |
tree | commitdiff |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Kill off last uses of TargetMachineRegistry class. |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
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-06-03 |
Daniel Dunbar | Change LTO to run the global opt pass twice. |
tree | commitdiff |
2009-06-03 |
Daniel Dunbar | Add createStandardLTOPasses to StandardPasses.h, and... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2009-02-26 |
Nick Lewycky | Add the function attributes pass during LTO time. |
tree | commitdiff |
2009-01-05 |
Chris Lattner | make llvm-ld smart enough to link against native librar... |
tree | commitdiff |
2008-11-19 |
Andrew Lenharth | ignore the -m elf_i386 directive used in the linux... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-08-15 |
Owen Anderson | Remove GCSE, ValueNumbering, and LoadValueNumbering... |
tree | commitdiff |
2008-07-02 |
Owen Anderson | Use ADCE instead of just DCE. ADCE will better clean... |
tree | commitdiff |
2008-06-27 |
Argyrios Kyrtzidis | Since we are using GCC to assemble the program, make... |
tree | commitdiff |
2008-06-25 |
Chris Lattner | run mem2reg after the second jump threading pass in... |
tree | commitdiff |
2008-06-25 |
Chris Lattner | remove some dead options. |
tree | commitdiff |
2008-06-15 |
Argyrios Kyrtzidis | Add an "exe" suffix only if the output file has no... |
tree | commitdiff |
2008-06-15 |
Argyrios Kyrtzidis | Make sure all produced executable files have "exe"... |
tree | commitdiff |
2008-06-15 |
Argyrios Kyrtzidis | Append "exe" suffix to executable files. |
tree | commitdiff |
2008-04-22 |
Owen Anderson | Move MemCpyOpt after GVN. |
tree | commitdiff |
2008-04-21 |
Chris Lattner | run the jump threading pass in llvm-ld also |
tree | commitdiff |
2008-04-09 |
Owen Anderson | Factor a bunch of functionality related to memcpy and... |
tree | commitdiff |
2008-03-19 |
Andrew Lenharth | style and spelling |
tree | commitdiff |
2008-03-19 |
Andrew Lenharth | llvm-ld deserves disable-verify too. opt shouldn't... |
tree | commitdiff |
2008-02-20 |
Anton Korobeynikov | Unbreak build with gcc 4.3: provide missed includes... |
tree | commitdiff |
2008-01-27 |
Chris Lattner | Add support for frameworks. Patch by Shantonu Sen! |
tree | commitdiff |
2008-01-09 |
Chris Lattner | Fix llvm-ld -Xlinker, patch by Daniel Teske! |
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-09-08 |
Owen Anderson | Turn GVN on by default. |
tree | commitdiff |
2007-08-01 |
Owen Anderson | Rename FastDSE to just DSE. |
tree | commitdiff |
2007-07-23 |
Reid Spencer | Remove dead option. |
tree | commitdiff |
2007-07-17 |
Owen Anderson | Turn on FastDSE by default. |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-06-19 |
Chris Lattner | Fix pr1448 |
tree | commitdiff |
2007-06-06 |
Chris Lattner | if internalize is disabled, don't run the pass at all! |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode instead of bytecode |
tree | commitdiff |
2007-05-06 |
Chris Lattner | add bitcode support. |
tree | commitdiff |
2007-04-29 |
Reid Spencer | Augment the verbose output to print out the sub-command... |
tree | commitdiff |
2007-04-05 |
Chris Lattner | run a late dce pass to clean up extra cruft. |
tree | commitdiff |
2007-04-04 |
Reid Spencer | For PR1302: |
tree | commitdiff |
2007-03-07 |
Devang Patel | Now LICM is a LoopPass. |
tree | commitdiff |
2007-02-16 |
Anton Korobeynikov | Add possibility to set memory limit for binaries run... |
tree | commitdiff |
2007-02-09 |
Reid Spencer | Clean up error handling. |
tree | commitdiff |
2007-02-08 |
Reid Spencer | For PR1153: |
tree | commitdiff |
2007-02-08 |
Reid Spencer | For PR1153: |
tree | commitdiff |
2007-02-05 |
Reid Spencer | For PR411: |
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 |
Chris Lattner | target constructors are never used |
tree | commitdiff |
2006-11-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
tree | commitdiff |
2006-11-17 |
Bill Wendling | Need <iostream> for the time being. |
tree | commitdiff |
2006-11-11 |
Reid Spencer | Minor style fixes from review. |
tree | commitdiff |
2006-11-11 |
Reid Spencer | For PR998: |
tree | commitdiff |
next |