| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix this accidentally inverted condition. | Dan Gohman | 2009-07-18 | 1 | -1/+1 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 22 | -93/+249 |
* | Convert more code to use Operator instead of explicitly handling both | Dan Gohman | 2009-07-17 | 3 | -43/+57 |
* | Update CMake file. | Ted Kremenek | 2009-07-17 | 1 | -0/+1 |
* | llvm-mc: Default -triple to LLVM_HOSTTRIPLE. | Daniel Dunbar | 2009-07-17 | 1 | -1/+1 |
* | Fix pr4552. Stack slot coloring with register must take care not to generate ... | Evan Cheng | 2009-07-17 | 2 | -0/+71 |
* | llvm-mc: Add -triple, and start fetching the target asm printer. | Daniel Dunbar | 2009-07-17 | 24 | -28/+82 |
* | Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers. | Daniel Dunbar | 2009-07-17 | 1 | -8/+31 |
* | Make BasicAliasAnalysis and Value::getUnderlyingObject use | Dan Gohman | 2009-07-17 | 3 | -16/+28 |
* | Fix some typos in a comment. | Dan Gohman | 2009-07-17 | 1 | -7/+7 |
* | Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'... | Evan Cheng | 2009-07-17 | 2 | -1/+41 |
* | Tweak svn:ignore | Daniel Dunbar | 2009-07-17 | 0 | -0/+0 |
* | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner | 2009-07-17 | 2 | -29/+3 |
* | Add a GEPOperator class, and move the hasNoPointerOverflow | Dan Gohman | 2009-07-17 | 3 | -21/+40 |
* | Regenerate configure for ddunbar. | Jeffrey Yasskin | 2009-07-17 | 1 | -27/+39 |
* | Reenable asmparser dependency generation, now with improved Perl foo. | Daniel Dunbar | 2009-07-17 | 1 | -0/+4 |
* | Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ... | Daniel Dunbar | 2009-07-17 | 1 | -5/+0 |
* | end sentence in period, draw attention to the fact that you should | Chris Lattner | 2009-07-17 | 1 | -1/+2 |
* | we beat exceptions out of lib/system a long time ago. | Chris Lattner | 2009-07-17 | 1 | -29/+4 |
* | Simplify some more. | Evan Cheng | 2009-07-17 | 2 | -80/+5 |
* | Commit this change, to accompany r76232. | Dan Gohman | 2009-07-17 | 1 | -1/+2 |
* | Use more terse and precise linkage checks. | Chris Lattner | 2009-07-17 | 1 | -15/+6 |
* | Eliminate yet another copy of getOpcode. | Dan Gohman | 2009-07-17 | 1 | -17/+6 |
* | Fix typo | Daniel Dunbar | 2009-07-17 | 1 | -1/+1 |
* | these two pieces of code are the same because we always | Chris Lattner | 2009-07-17 | 1 | -12/+3 |
* | Fix a typo that Duncan spotted. | Dan Gohman | 2009-07-17 | 1 | -1/+1 |
* | Add a new Operator class, for handling Instructions and ConstantExprs | Dan Gohman | 2009-07-17 | 5 | -147/+147 |
* | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner | 2009-07-17 | 7 | -33/+23 |
* | Sketch support for target specific assembly parser. | Daniel Dunbar | 2009-07-17 | 11 | -7/+190 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-07-17 | 2 | -19/+19 |
* | fix include guard. | Chris Lattner | 2009-07-17 | 1 | -2/+2 |
* | Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef... | Evan Cheng | 2009-07-17 | 3 | -159/+46 |
* | GetElementPtr instructions default to having no overflow. | Dan Gohman | 2009-07-17 | 1 | -0/+9 |
* | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby | 2009-07-17 | 3 | -0/+24 |
* | Fix a crash in SROA. The FunctionPass::doInitialization method was never | Bob Wilson | 2009-07-17 | 1 | -0/+1 |
* | Define a no-pointer-overflow flag for GetElementPtr instructions. | Dan Gohman | 2009-07-17 | 1 | -0/+17 |
* | Add new classes for working with optional optimization data | Dan Gohman | 2009-07-17 | 1 | -0/+112 |
* | Fix copy & paste errors | Anton Korobeynikov | 2009-07-17 | 1 | -8/+8 |
* | Add a method to clear optional optimization information from a Value. | Dan Gohman | 2009-07-17 | 1 | -0/+6 |
* | Add missed attributes to C bindings | Anton Korobeynikov | 2009-07-17 | 1 | -0/+8 |
* | Start generating AsmMatcher.inc for X86. | Daniel Dunbar | 2009-07-17 | 2 | -1/+2 |
* | tblgen/AsmMatcher: Emit simple matcher for register names. | Daniel Dunbar | 2009-07-17 | 1 | -3/+30 |
* | r76102 added the MachineCodeEmitter::processDebugLoc call and called it from | Jeffrey Yasskin | 2009-07-17 | 3 | -6/+4 |
* | Fix compile warning. | Daniel Dunbar | 2009-07-17 | 1 | -0/+2 |
* | Add missed return | Anton Korobeynikov | 2009-07-17 | 1 | -1/+1 |
* | opt: Add -std-link-opts argument, matches llvm-ld's optimizations. | Daniel Dunbar | 2009-07-17 | 1 | -6/+39 |
* | Add support for naked functions | Anton Korobeynikov | 2009-07-17 | 8 | -5/+18 |
* | rename test. | Chris Lattner | 2009-07-17 | 1 | -0/+0 |
* | revert one of the loops to use indicies over iterators because there are vect... | Bruno Cardoso Lopes | 2009-07-17 | 1 | -4/+3 |
* | Add a SubclassOptionalData field to Value. See the doxygen comment for | Dan Gohman | 2009-07-17 | 2 | -1/+8 |