2010-11-13 |
Daniel Dunbar | Update CMake. |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | lli: Switch to using ParseIRFile, for consistency with... |
tree | commitdiff |
2010-11-09 |
Dan Gohman | Fix some places where error messages were being swallowed. |
tree | commitdiff |
2010-11-08 |
Che-Liang Chiou | Add registry hook for assembly text output |
tree | commitdiff |
2010-11-03 |
Mikhail Glushenkov | Rename FindExecutable to PrependMainExecutablePath. |
tree | commitdiff |
2010-11-03 |
Mikhail Glushenkov | 80-col violations, trailing whitespace. |
tree | commitdiff |
2010-11-02 |
Jakob Stoklund Olesen | Tweak the opt -O2 / opt -O3 inliner thresholds to be... |
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-30 |
Jim Grosbach | Allow specifying a CPU to llvm-mc, so that we can prope... |
tree | commitdiff |
2010-10-30 |
Tobias Grosser | Add polly support to the build system. |
tree | commitdiff |
2010-10-29 |
Dan Gohman | Check for (unlikely) errors from FindExecutable. |
tree | commitdiff |
2010-10-29 |
Dan Gohman | Fix these error messages to not mention PATH in cases... |
tree | commitdiff |
2010-10-29 |
Dan Gohman | Delete this obsolete comment. |
tree | commitdiff |
2010-10-28 |
NAKAMURA Takumi | tools/llvm-shlib/Makefile: Support for FreeBSD and... |
tree | commitdiff |
2010-10-25 |
Daniel Dunbar | llvm-mc: Teach -as-lex to print the raw token string... |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Resurrect mcc16, it is useful as an example. |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Syntax tweak in llvmc: (something [a,b,c]) -> (somethin... |
tree | commitdiff |
2010-10-22 |
NAKAMURA Takumi | lli: On Cygwin-1.5, lli crashes at invoking destructors... |
tree | commitdiff |
2010-10-20 |
Rafael Espindola | Record sysbols created by aliases. Fixes PR8414. |
tree | commitdiff |
2010-10-20 |
Tobias Grosser | Add RegionPass support. |
tree | commitdiff |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
tree | commitdiff |
2010-10-16 |
Benjamin Kramer | Hack around incompatible pointer warnings. |
tree | commitdiff |
2010-10-15 |
Daniel Dunbar | lto: Respect LLVM_VERSION_INFO make variable, since... |
tree | commitdiff |
2010-10-14 |
Mikhail Glushenkov | Forward -march correctly. |
tree | commitdiff |
2010-10-13 |
Rafael Espindola | Be more consistent in using ValueToValueMapTy. |
tree | commitdiff |
2010-10-11 |
Chris Lattner | Per discussion with Sanjiv, remove the PIC16 target... |
tree | commitdiff |
2010-10-07 |
Dan Gohman | This file needs ToolOutputFile.h too. |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
2010-10-07 |
Michael J. Spencer | Fix Whitespace. |
tree | commitdiff |
2010-10-07 |
Michael J. Spencer | Fix warnings on Windows. |
tree | commitdiff |
2010-10-06 |
Bill Wendling | Provide a fast "get me the target triple from the modul... |
tree | commitdiff |
2010-10-02 |
Oscar Fuentes | Stop the build if cyclic library dependecies found. |
tree | commitdiff |
2010-09-29 |
Duncan Sands | Convert a bunch of uses of 'bytecode' into 'bitcode... |
tree | commitdiff |
2010-09-27 |
Bill Wendling | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H... |
tree | commitdiff |
2010-09-27 |
Bill Wendling | The "linker_private_weak*" linkages should set the... |
tree | commitdiff |
2010-09-27 |
Benjamin Kramer | Push twines deeper into SourceMgr's error handling... |
tree | commitdiff |
2010-09-24 |
Daniel Dunbar | MC/Lexer: Add 'Real' token type for floating point... |
tree | commitdiff |
2010-09-23 |
Dan Gohman | Fix llvm-extract -delete's lazy loading to materialize... |
tree | commitdiff |
2010-09-22 |
Mikhail Glushenkov | llvmc: Support '-emit-llvm -S' with -opt. |
tree | commitdiff |
2010-09-22 |
Mikhail Glushenkov | A more informative output suffix for the opt tool. |
tree | commitdiff |
2010-09-21 |
Mikhail Glushenkov | llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp... |
tree | commitdiff |
2010-09-21 |
Mikhail Glushenkov | llvmc: put linker options in a separate OptList. |
tree | commitdiff |
2010-09-16 |
Daniel Dunbar | llvm-mc: Teach -as-lex to print more token kinds. |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-13 |
Dan Gohman | Use ParseIRFile to auto-detect LLVM Assembly automatically. |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-10 |
NAKAMURA Takumi | Don't build redundant libLLVMgold.a. |
tree | commitdiff |
2010-09-09 |
Dan Gohman | Discard metadata produced by LLVM 2.7. The value enumer... |
tree | commitdiff |
2010-09-08 |
Tobias Grosser | Execute all Pass Printers even if -quiet is set. |
tree | commitdiff |
2010-09-08 |
Tobias Grosser | Include original pass name in the PassPrinter's name. |
tree | commitdiff |
2010-09-05 |
Chris Lattner | cleanups: mark stuff static, only tagdecls should be... |
tree | commitdiff |
2010-09-03 |
Bill Wendling | Quiesce warning about non-virtual d'tor in virtual... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | add a new "llvm-dis -show-annotations" option, which... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | lets get crazy and name the header file the exact class... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | AsmPrinter has a formatted stream, pass it down through... |
tree | commitdiff |
2010-09-02 |
Mikhail Glushenkov | llvmc: .dylib support. |
tree | commitdiff |
2010-09-02 |
Nick Lewycky | Fix compile errors. |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-31 |
Michael J. Spencer | Cleanup Whitespace. |
tree | commitdiff |
2010-08-30 |
Dan Gohman | Fix llc to run the verifier once, not twice. |
tree | commitdiff |
2010-08-28 |
Chris Lattner | tidy up |
tree | commitdiff |
2010-08-28 |
Duncan Sands | Straighten out any triple strings passed on the command... |
tree | commitdiff |
2010-08-27 |
Michael J. Spencer | Fix the msvs 2010 build. |
tree | commitdiff |
2010-08-26 |
Devang Patel | Fix prototypes. |
tree | commitdiff |
2010-08-26 |
Oscar Fuentes | Updated CMake library dependencies. Removed unnecessary... |
tree | commitdiff |
2010-08-26 |
Dan Gohman | Rewrite ExtractGV, removing a bunch of stuff that didn... |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Convert llvm-extract to use lazy loading. This makes... |
tree | commitdiff |
2010-08-25 |
Dan Gohman | lto_codegen_set_gcc_path was removed. |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Fix a few missing entries in lto.exports. |
tree | commitdiff |
2010-08-25 |
Eric Christopher | Apparently this is needed for llvm-link to link. |
tree | commitdiff |
2010-08-24 |
Bill Wendling | - Add the LinkerPrivateWeakDefAutoLinkage to the Ada... |
tree | commitdiff |
2010-08-24 |
Chris Lattner | Apply "Win32's Hybrid path separator in argv[0] should... |
tree | commitdiff |
2010-08-24 |
John McCall | Check in a couple of changes that I apparently never... |
tree | commitdiff |
2010-08-23 |
Mikhail Glushenkov | llvmc: Make syntax more consistent. |
tree | commitdiff |
2010-08-23 |
Mikhail Glushenkov | llvmc: Do not mention plugins in the code. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Convert tools to use tool_output_file, and introduce... |
tree | commitdiff |
2010-08-20 |
Mikhail Glushenkov | llvmc: Do not prefix option names with AutoGenerated. |
tree | commitdiff |
2010-08-20 |
Mikhail Glushenkov | llvmc: Cut global namespace pollution. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use tool_output_file in llvm-extract and llvm-link... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Make the SCC printing passes use errs() instead of... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Print chatty verbose messages to errs() instead of... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Minor cleanups to follow the common convention for... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Minor cleanups to follow the common convention for... |
tree | commitdiff |
2010-08-19 |
Mikhail Glushenkov | llvmc: Update examples. |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Eliminate some redundancy by relying on raw_fd_ostream... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Allow the -analyze option to follow the -o option,... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't register stdout to be deleted on a signal. |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Remove an unused command-line option. |
tree | commitdiff |
2010-08-17 |
Anton Korobeynikov | This patch enables ENABLE_SHARED=1 to build DLL based... |
tree | commitdiff |
2010-08-15 |
Oscar Fuentes | CMake: Improved COMMENT on a custom command |
tree | commitdiff |
2010-08-15 |
Mikhail Glushenkov | Update tests. |
tree | commitdiff |
2010-08-15 |
Mikhail Glushenkov | llvmc: remove dynamic plugins. |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | llvm-mc: Add -show-inst-operands, for dumping the parse... |
tree | commitdiff |
2010-08-11 |
Rafael Espindola | Make it possible to set the cpu used for codegen. |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | lto: Fix an inverted conditional which prevented the... |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | lto: Fix gratuitous memory leaks. |
tree | commitdiff |
next |