| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a newline. | Mikhail Glushenkov | 2010-11-22 | 1 | -1/+2 |
* | llvmc: Make -march/-mcpu/-mtune behaviour more consistent with gcc. | Mikhail Glushenkov | 2010-11-22 | 1 | -6/+6 |
* | Make MCJIT work with CMake. | Wesley Peck | 2010-11-17 | 1 | -1/+1 |
* | MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. | Daniel Dunbar | 2010-11-17 | 2 | -1/+2 |
* | lli: Add stub -use-mcjit option, which doesn't currently do anything. | Daniel Dunbar | 2010-11-17 | 1 | -0/+8 |
* | fix the autoconf script to detect "has asmprinter"ness of a target by | Chris Lattner | 2010-11-14 | 1 | -0/+3 |
* | Update CMake. | Daniel Dunbar | 2010-11-13 | 1 | -1/+1 |
* | lli: Switch to using ParseIRFile, for consistency with other LLVM tools. | Daniel Dunbar | 2010-11-13 | 2 | -11/+7 |
* | Fix some places where error messages were being swallowed. | Dan Gohman | 2010-11-09 | 1 | -6/+7 |
* | Add registry hook for assembly text output | Che-Liang Chiou | 2010-11-08 | 1 | -3/+3 |
* | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov | 2010-11-03 | 3 | -12/+13 |
* | 80-col violations, trailing whitespace. | Mikhail Glushenkov | 2010-11-03 | 2 | -26/+27 |
* | Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc and | Jakob Stoklund Olesen | 2010-11-02 | 1 | -2/+2 |
* | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. | Mikhail Glushenkov | 2010-11-02 | 1 | -1/+1 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-11-02 | 1 | -10/+10 |
* | Allow specifying a CPU to llvm-mc, so that we can properly set up subtarget | Jim Grosbach | 2010-10-30 | 1 | -1/+20 |
* | Add polly support to the build system. | Tobias Grosser | 2010-10-30 | 2 | -0/+12 |
* | Check for (unlikely) errors from FindExecutable. | Dan Gohman | 2010-10-29 | 1 | -1/+8 |
* | Fix these error messages to not mention PATH in cases where | Dan Gohman | 2010-10-29 | 1 | -6/+6 |
* | Delete this obsolete comment. | Dan Gohman | 2010-10-29 | 1 | -4/+0 |
* | tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD. | NAKAMURA Takumi | 2010-10-28 | 1 | -1/+4 |
* | llvm-mc: Teach -as-lex to print the raw token string as well. | Daniel Dunbar | 2010-10-25 | 1 | -42/+49 |
* | Resurrect mcc16, it is useful as an example. | Mikhail Glushenkov | 2010-10-23 | 6 | -1/+491 |
* | Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c). | Mikhail Glushenkov | 2010-10-23 | 3 | -51/+54 |
* | lli: On Cygwin-1.5, lli crashes at invoking destructors in atexit handler. | NAKAMURA Takumi | 2010-10-22 | 1 | -0/+11 |
* | 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 |