summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove redundant qualifiers.Daniel Dunbar2009-07-19
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-18
* Add some missing includes.Daniel Dunbar2009-07-18
* Add a Program::GetPid() method.Mikhail Glushenkov2009-07-18
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-18
* Use a better name for the label relocations while emitting them for Jump TablesBruno Cardoso Lopes2009-07-18
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-18
* Replace intersectWith with maximalIntersectWith. The latter guarantees thatNick Lewycky2009-07-18
* Enable cross register class coalescing.Evan Cheng2009-07-18
* Revert 76177 for now. It's messing up ARM asm printing. Also this significant...Evan Cheng2009-07-18
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* Convert more code to use Operator instead of explicitly handling bothDan Gohman2009-07-17
* Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers.Daniel Dunbar2009-07-17
* remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.Chris Lattner2009-07-17
* Add a GEPOperator class, and move the hasNoPointerOverflowDan Gohman2009-07-17
* Commit this change, to accompany r76232.Dan Gohman2009-07-17
* Add a new Operator class, for handling Instructions and ConstantExprsDan Gohman2009-07-17
* Untangle a snarl that I discovered when updating the mangler,Chris Lattner2009-07-17
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Trailing whitespace.Mikhail Glushenkov2009-07-17
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-17
* Define a no-pointer-overflow flag for GetElementPtr instructions.Dan Gohman2009-07-17
* Add new classes for working with optional optimization dataDan Gohman2009-07-17
* Fix copy & paste errorsAnton Korobeynikov2009-07-17
* Add a method to clear optional optimization information from a Value.Dan Gohman2009-07-17
* Add missed attributes to C bindingsAnton Korobeynikov2009-07-17
* Add support for naked functionsAnton Korobeynikov2009-07-17
* Add a SubclassOptionalData field to Value. See the doxygen comment forDan Gohman2009-07-17
* Fix an apparent typo.Dan Gohman2009-07-17
* Make DOUT an lvalue in release mode so that developers may use DOUT inDavid Greene2009-07-17
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-17
* Documentation clarifications for isSafeToSpeculativelyExecute.Eli Friedman2009-07-17
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-17
* Privatize the MDNode uniquing table.Owen Anderson2009-07-16
* Privatize the MDString uniquing table.Owen Anderson2009-07-16
* Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.Daniel Dunbar2009-07-16
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-16
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-16
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-16
* Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman2009-07-16
* Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman2009-07-16
* Remove inapplicable comments.Dan Gohman2009-07-16
* Add explicit keywords.Dan Gohman2009-07-16
* Tidy up #includes.Dan Gohman2009-07-16
* Use size_t.Dan Gohman2009-07-16
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-16
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-16
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-16
* Kill off last uses of TargetMachineRegistry class.Daniel Dunbar2009-07-16