| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a method to clear optional optimization information from a Value. | Dan Gohman | 2009-07-17 | 1 | -0/+6 |
* | Add support for naked functions | Anton Korobeynikov | 2009-07-17 | 1 | -1/+2 |
* | 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 |
* | Fix gcc 4.0 build failure, can't rely on access inside nested friended class. | Daniel Dunbar | 2009-07-16 | 1 | -1/+4 |
* | Switch llc and createJIT to use simpler command line parsing for -march. | Daniel Dunbar | 2009-07-16 | 1 | -0/+3 |
* | Add registered target list to --version output. | Daniel Dunbar | 2009-07-16 | 1 | -0/+47 |
* | formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. This | Dan Gohman | 2009-07-16 | 1 | -3/+24 |
* | Add explicit comment that clients can call target initialization functions | Daniel Dunbar | 2009-07-16 | 1 | -0/+6 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 3 | -34/+30 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -9/+8 |
* | Change raw_ostream so that it doesn't call llvm_report_error | Dan Gohman | 2009-07-15 | 1 | -8/+31 |
* | Add an LLVMContext to Type, hardwired to the global context until Type uniqui... | Owen Anderson | 2009-07-15 | 1 | -1/+9 |
* | Clean up some comments. | Bob Wilson | 2009-07-15 | 1 | -8/+8 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -13/+10 |
* | Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ | Chris Lattner | 2009-07-15 | 1 | -0/+1 |
* | Remove mismatched and unnecessary declaration. | Daniel Dunbar | 2009-07-15 | 1 | -1/+0 |
* | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -10/+0 |
* | Move the ConstantStruct factory methods over to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -6/+0 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 4 | -50/+38 |
* | Get rid of postInstructionAction and call EmitComments directly. | David Greene | 2009-07-15 | 1 | -19/+5 |
* | Fix a typo in a comment that Duncan noticed. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Fix a thinko in a comment that Duncan spotted. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 2009-07-15 | 1 | -1/+4 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 4 | -38/+50 |