| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant qualifiers. | Daniel Dunbar | 2009-07-19 | 1 | -2/+2 |
* | Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag... | Bruno Cardoso Lopes | 2009-07-18 | 1 | -0/+8 |
* | Add some missing includes. | Daniel Dunbar | 2009-07-18 | 1 | -1/+1 |
* | Add a Program::GetPid() method. | Mikhail Glushenkov | 2009-07-18 | 1 | -0/+3 |
* | Remove duplication in Program::Execute{And,No}Wait. | Mikhail Glushenkov | 2009-07-18 | 1 | -93/+104 |
* | Use a better name for the label relocations while emitting them for Jump Tables | Bruno Cardoso Lopes | 2009-07-18 | 1 | -1/+1 |
* | Add support to properly reference private symbols on relocation entries. | Bruno Cardoso Lopes | 2009-07-18 | 1 | -1/+8 |
* | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky | 2009-07-18 | 1 | -12/+4 |
* | Enable cross register class coalescing. | Evan Cheng | 2009-07-18 | 1 | -0/+9 |
* | Revert 76177 for now. It's messing up ARM asm printing. Also this significant... | Evan Cheng | 2009-07-18 | 1 | -11/+0 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 1 | -4/+99 |
* | Convert more code to use Operator instead of explicitly handling both | Dan Gohman | 2009-07-17 | 1 | -0/+42 |
* | Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers. | Daniel Dunbar | 2009-07-17 | 1 | -8/+31 |
* | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner | 2009-07-17 | 1 | -1/+0 |
* | Add a GEPOperator class, and move the hasNoPointerOverflow | Dan Gohman | 2009-07-17 | 2 | -18/+35 |
* | Commit this change, to accompany r76232. | Dan Gohman | 2009-07-17 | 1 | -1/+2 |
* | Add a new Operator class, for handling Instructions and ConstantExprs | Dan Gohman | 2009-07-17 | 2 | -112/+132 |
* | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner | 2009-07-17 | 2 | -15/+7 |
* | Sketch support for target specific assembly parser. | Daniel Dunbar | 2009-07-17 | 3 | -4/+99 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-07-17 | 1 | -4/+4 |
* | Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. | Xerxes Ranby | 2009-07-17 | 1 | -0/+3 |
* | 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 |
* | Add support for naked functions | Anton Korobeynikov | 2009-07-17 | 2 | -2/+4 |
* | Add a SubclassOptionalData field to Value. See the doxygen comment for | Dan Gohman | 2009-07-17 | 1 | -0/+6 |
* | Fix an apparent typo. | Dan Gohman | 2009-07-17 | 1 | -1/+1 |
* | Make DOUT an lvalue in release mode so that developers may use DOUT in | David Greene | 2009-07-17 | 1 | -1/+2 |
* | Add logic to align instruction operands to columns for pretty-printing. | David Greene | 2009-07-17 | 1 | -0/+11 |
* | Documentation clarifications for isSafeToSpeculativelyExecute. | Eli Friedman | 2009-07-17 | 1 | -4/+17 |
* | Replace isTrapping with a new, similar method called | Eli Friedman | 2009-07-17 | 1 | -7/+11 |
* | Privatize the MDNode uniquing table. | Owen Anderson | 2009-07-16 | 2 | -4/+4 |
* | Privatize the MDString uniquing table. | Owen Anderson | 2009-07-16 | 3 | -5/+5 |
* | Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output. | Daniel Dunbar | 2009-07-16 | 1 | -0/+16 |
* | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin | 2009-07-16 | 3 | -1/+25 |
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -3/+1 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 4 | -4/+6 |
* | Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic | Kevin Enderby | 2009-07-16 | 1 | -4/+6 |
* | Add an isLoopSimplifyForm() predicate, following the example of | Dan Gohman | 2009-07-16 | 1 | -0/+5 |
* | Use setStream infomatted_raw_ostream's constructor, to reduce code | Dan Gohman | 2009-07-16 | 1 | -10/+9 |
* | Remove inapplicable comments. | Dan Gohman | 2009-07-16 | 1 | -4/+0 |
* | Add explicit keywords. | Dan Gohman | 2009-07-16 | 1 | -2/+2 |
* | Tidy up #includes. | Dan Gohman | 2009-07-16 | 4 | -4/+1 |
* | Use size_t. | Dan Gohman | 2009-07-16 | 2 | -11/+11 |
* | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng | 2009-07-16 | 1 | -2/+2 |
* | add a knob to turn off PrettyStackTrace globally. Patch by Zoltan | Chris Lattner | 2009-07-16 | 1 | -0/+6 |
* | implement .include in the lexer/parser instead of passing it into the streamer. | Chris Lattner | 2009-07-16 | 1 | -6/+0 |
* | Kill off last uses of TargetMachineRegistry class. | Daniel Dunbar | 2009-07-16 | 1 | -30/+1 |