| Commit message (Expand) | Author | Age | Files | Lines |
* | Record sysbols created by aliases. Fixes PR8414. | Rafael Espindola | 2010-10-20 | 1 | -0/+9 |
* | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -0/+38 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 3 | -0/+36 |
* | Hack around incompatible pointer warnings. | Benjamin Kramer | 2010-10-16 | 1 | -1/+5 |
* | lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with | Daniel Dunbar | 2010-10-15 | 1 | -0/+4 |
* | Forward -march correctly. | Mikhail Glushenkov | 2010-10-14 | 1 | -5/+6 |
* | Be more consistent in using ValueToValueMapTy. | Rafael Espindola | 2010-10-13 | 4 | -14/+15 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 6 | -491/+1 |
* | This file needs ToolOutputFile.h too. | Dan Gohman | 2010-10-07 | 1 | -0/+1 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 12 | -11/+12 |
* | Fix Whitespace. | Michael J. Spencer | 2010-10-07 | 1 | -2/+2 |
* | Fix warnings on Windows. | Michael J. Spencer | 2010-10-07 | 1 | -1/+1 |
* | Provide a fast "get me the target triple from the module" API. This can | Bill Wendling | 2010-10-06 | 1 | -9/+4 |
* | Stop the build if cyclic library dependecies found. | Oscar Fuentes | 2010-10-02 | 1 | -1/+4 |
* | Convert a bunch of uses of 'bytecode' into 'bitcode'. This | Duncan Sands | 2010-09-29 | 1 | -1/+1 |
* | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the | Bill Wendling | 2010-09-27 | 1 | -8/+8 |
* | The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK | Bill Wendling | 2010-09-27 | 1 | -1/+3 |
* | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 1 | -0/+1 |
* | MC/Lexer: Add 'Real' token type for floating point literals. | Daniel Dunbar | 2010-09-24 | 1 | -0/+3 |
* | Fix llvm-extract -delete's lazy loading to materialize the functions that | Dan Gohman | 2010-09-23 | 1 | -7/+34 |
* | llvmc: Support '-emit-llvm -S' with -opt. | Mikhail Glushenkov | 2010-09-22 | 1 | -7/+16 |
* | A more informative output suffix for the opt tool. | Mikhail Glushenkov | 2010-09-22 | 1 | -1/+1 |
* | llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based. | Mikhail Glushenkov | 2010-09-21 | 1 | -20/+26 |
* | llvmc: put linker options in a separate OptList. | Mikhail Glushenkov | 2010-09-21 | 1 | -27/+65 |
* | llvm-mc: Teach -as-lex to print more token kinds. | Daniel Dunbar | 2010-09-16 | 1 | -3/+13 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 18 | -67/+65 |
* | Use ParseIRFile to auto-detect LLVM Assembly automatically. | Dan Gohman | 2010-09-13 | 1 | -26/+7 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 18 | -65/+67 |
* | Don't build redundant libLLVMgold.a. | NAKAMURA Takumi | 2010-09-10 | 1 | -1/+0 |
* | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman | 2010-09-09 | 1 | -0/+6 |
* | Execute all Pass Printers even if -quiet is set. | Tobias Grosser | 2010-09-08 | 1 | -19/+16 |
* | Include original pass name in the PassPrinter's name. | Tobias Grosser | 2010-09-08 | 1 | -10/+36 |
* | cleanups: mark stuff static, only tagdecls should be in anon namespaces. | Chris Lattner | 2010-09-05 | 1 | -20/+22 |
* | Quiesce warning about non-virtual d'tor in virtual class. | Bill Wendling | 2010-09-03 | 1 | -2/+2 |
* | add a new "llvm-dis -show-annotations" option, which causes it to print | Chris Lattner | 2010-09-02 | 1 | -1/+31 |
* | lets get crazy and name the header file the exact class name, | Chris Lattner | 2010-09-02 | 1 | -1/+1 |
* | AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter | Chris Lattner | 2010-09-02 | 1 | -4/+7 |
* | llvmc: .dylib support. | Mikhail Glushenkov | 2010-09-02 | 1 | -1/+2 |
* | Fix compile errors. | Nick Lewycky | 2010-09-02 | 1 | -4/+4 |
* | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 13 | -113/+118 |
* | Cleanup Whitespace. | Michael J. Spencer | 2010-08-31 | 1 | -4/+4 |
* | Fix llc to run the verifier once, not twice. | Dan Gohman | 2010-08-30 | 1 | -13/+1 |
* | tidy up | Chris Lattner | 2010-08-28 | 1 | -1/+2 |
* | Straighten out any triple strings passed on the command line before | Duncan Sands | 2010-08-28 | 4 | -4/+6 |
* | Fix the msvs 2010 build. | Michael J. Spencer | 2010-08-27 | 1 | -2/+8 |
* | Fix prototypes. | Devang Patel | 2010-08-26 | 1 | -1/+1 |
* | Updated CMake library dependencies. Removed unnecessary component name | Oscar Fuentes | 2010-08-26 | 1 | -1/+1 |
* | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman | 2010-08-26 | 1 | -5/+1 |
* | Convert llvm-extract to use lazy loading. This makes it substantially | Dan Gohman | 2010-08-25 | 1 | -1/+14 |
* | lto_codegen_set_gcc_path was removed. | Dan Gohman | 2010-08-25 | 1 | -1/+0 |