| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Manually update the dependencies in the Makefiles. It turns out that all | Chandler Carruth | 2013-03-26 | 1 | -1/+1 |
* | Split out the IRReader header and the utility functions it provides into | Chandler Carruth | 2013-03-26 | 3 | -3/+3 |
* | Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ... | Michael Gottesman | 2013-01-28 | 4 | -3/+4 |
* | [bugpoint] make tool selection messages unique | Saleem Abdulrasool | 2013-01-24 | 1 | -1/+1 |
* | [bugpoint] set Message after tool configuration | Saleem Abdulrasool | 2013-01-24 | 1 | -1/+1 |
* | Sort all of the includes. Several files got checked in with mis-sorted | Chandler Carruth | 2013-01-19 | 1 | -1/+1 |
* | Fix #includes after my last commit. | Jakub Staszak | 2013-01-10 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 6 | -18/+18 |
* | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 10 | -34/+34 |
* | One more step towards making doInitialization and doFinalization useful for | Pedro Artigas | 2012-11-29 | 1 | -2/+0 |
* | Revert r168635 "Step towards implementation of pass manager with doInitializa... | Owen Anderson | 2012-11-27 | 1 | -0/+2 |
* | Step towards implementation of pass manager with doInitialization and doFinal... | Owen Anderson | 2012-11-26 | 1 | -2/+0 |
* | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson | 2012-11-15 | 1 | -0/+2 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 2 | -2/+2 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
* | Move the CodeExtractor utility to a dedicated header file / source file, | Chandler Carruth | 2012-05-04 | 1 | -1/+1 |
* | Fix unintentional use of operator bool. | John McCall | 2012-05-02 | 1 | -1/+1 |
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 2 | -132/+3 |
* | Fix two bugpoint bugs: | Chris Lattner | 2012-03-19 | 1 | -5/+7 |
* | Improve handling of blockaddresses in bugpoint when splitting a module. Patc... | Eli Friedman | 2012-02-22 | 1 | -6/+54 |
* | Allow bugpoint to recognize -bb-vectorize | Hal Finkel | 2012-02-07 | 1 | -0/+1 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -1/+2 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 1 | -2/+1 |
* | Add a basic-block autovectorization pass. | Hal Finkel | 2012-02-01 | 2 | -2/+2 |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 1 | -1/+2 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -3/+0 |
* | Add braces to remove silly warning. | Bill Wendling | 2011-12-25 | 1 | -1/+2 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 3 | -1/+4 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 1 | -1/+1 |
* | LLVMBuild: Add description files for the LLVM tools. | Daniel Dunbar | 2011-11-11 | 1 | -0/+23 |
* | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop | 2011-11-01 | 1 | -1/+1 |
* | A couple misc fixes so that bugpoint doesn't explode reducing code containing... | Eli Friedman | 2011-11-01 | 1 | -1/+5 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -2/+1 |
* | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -5/+4 |
* | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -1/+1 |
* | Make it possible to use the linker without destroying the source module. This... | Tanya Lattner | 2011-10-11 | 2 | -4/+7 |
* | Fix bugpoint fallout from the new type system. | Nick Lewycky | 2011-08-12 | 1 | -4/+0 |
* | Move methods in PassManagerBuilder offline. | Rafael Espindola | 2011-08-02 | 1 | -0/+1 |
* | move PassManagerBuilder.h to IPO. This is a non intuitive place to put it, | Rafael Espindola | 2011-08-02 | 1 | -1/+1 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -2/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 2 | -4/+4 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -6/+4 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -1/+1 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -1/+1 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -1/+1 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -2/+0 |
* | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -6/+9 |