| Commit message (Expand) | Author | Age | Files | Lines |
* | Using the new external-linkage warning recently added instead of disabling al... | Aaron Ballman | 2012-02-14 | 1 | -1/+1 |
* | Fixing warning due to the new "UTD return type in extern 'C'". | Aaron Ballman | 2012-02-14 | 1 | -2/+9 |
* | [unwind removal] We no longer have 'unwind' instructions being generated, so | Bill Wendling | 2012-02-06 | 2 | -19/+0 |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -2/+2 |
* | Remove extraneous ';'s. | Bill Wendling | 2012-01-23 | 1 | -1/+1 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 2 | -2/+0 |
* | A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca... | Danil Malyshev | 2012-01-05 | 1 | -0/+6 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -8/+0 |
* | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 1 | -3/+4 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+23 |
* | Clean up uses of switch instructions so they are not dependent on the operand... | Eli Friedman | 2011-09-29 | 1 | -7/+10 |
* | Don't tack "Instruction not interpretable yet!" onto the end of | Duncan Sands | 2011-09-09 | 1 | -1/+1 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+8 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 3 | -90/+90 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -1/+0 |
* | eliminate the Type::getDescription() method, using "<<" instead. This | Chris Lattner | 2011-06-18 | 1 | -2/+2 |
* | Fix libffi usage when it is on a custom path. | Oscar Fuentes | 2011-01-28 | 1 | -9/+1 |
* | Use the paths to libffi's header and library even when no custom | Oscar Fuentes | 2011-01-27 | 1 | -6/+10 |
* | Handles libffi on the CMake build. | Oscar Fuentes | 2011-01-21 | 1 | -0/+16 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 2 | -3/+3 |
* | PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be | Jay Foad | 2010-11-28 | 1 | -4/+2 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -7/+0 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -0/+7 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -1/+1 |
* | Handle execution entrypoints with non-integer return types. | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | Fix an ancient FIXME. | Dan Gohman | 2010-05-01 | 1 | -3/+1 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 2 | -7/+7 |
* | Typo noticed by Duncan. | Torok Edwin | 2010-03-30 | 1 | -1/+1 |
* | Don't overwrite previous value, if it succeeded. | Torok Edwin | 2010-03-30 | 1 | -1/+2 |
* | Honour addGlobalMapping() in the interpreter, if it was used to add mappings for | Torok Edwin | 2010-03-30 | 1 | -0/+1 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -5/+5 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -9/+9 |
* | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer | 2010-01-28 | 1 | -3/+4 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 2 | -9/+8 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+2 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | These should probably be errs(). | David Greene | 2010-01-05 | 1 | -3/+3 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -3/+3 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -38/+38 |
* | Fix passing of float arguments through ffi. | Nick Lewycky | 2009-11-18 | 1 | -1/+1 |
* | Fail less mysteriously; inform the user that their LLVM was not built with | Nick Lewycky | 2009-11-17 | 1 | -0/+3 |
* | Remove ByteswapSCANFResults, it is dead. | Daniel Dunbar | 2009-11-08 | 1 | -76/+0 |
* | We don't need to byteswap, the interpreter assumes the program is running | Nick Lewycky | 2009-11-08 | 1 | -8/+1 |
* | Fix the interpreter to not crash due to zeroext/signext | Nick Lewycky | 2009-11-08 | 1 | -10/+0 |
* | add interpreter support for indirect goto / blockaddress. The interpreter | Chris Lattner | 2009-10-29 | 2 | -12/+21 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 2 | -9/+0 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 2 | -2/+2 |