aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Convert more code to use Operator instead of explicitly handling bothDan Gohman2009-07-171-0/+42
* Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers.Daniel Dunbar2009-07-171-8/+31
* remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.Chris Lattner2009-07-171-1/+0
* Add a GEPOperator class, and move the hasNoPointerOverflowDan Gohman2009-07-172-18/+35
* Commit this change, to accompany r76232.Dan Gohman2009-07-171-1/+2
* Add a new Operator class, for handling Instructions and ConstantExprsDan Gohman2009-07-172-112/+132
* Untangle a snarl that I discovered when updating the mangler,Chris Lattner2009-07-172-15/+7
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-173-4/+99
* Trailing whitespace.Mikhail Glushenkov2009-07-171-4/+4
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-171-0/+3
* Define a no-pointer-overflow flag for GetElementPtr instructions.Dan Gohman2009-07-171-0/+17
* Add new classes for working with optional optimization dataDan Gohman2009-07-171-0/+112
* Fix copy & paste errorsAnton Korobeynikov2009-07-171-8/+8
* Add a method to clear optional optimization information from a Value.Dan Gohman2009-07-171-0/+6
* Add missed attributes to C bindingsAnton Korobeynikov2009-07-171-0/+8
* Add support for naked functionsAnton Korobeynikov2009-07-172-2/+4
* Add a SubclassOptionalData field to Value. See the doxygen comment forDan Gohman2009-07-171-0/+6
* Fix an apparent typo.Dan Gohman2009-07-171-1/+1
* Make DOUT an lvalue in release mode so that developers may use DOUT inDavid Greene2009-07-171-1/+2
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-171-0/+11
* Documentation clarifications for isSafeToSpeculativelyExecute.Eli Friedman2009-07-171-4/+17
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-171-7/+11
* Privatize the MDNode uniquing table.Owen Anderson2009-07-162-4/+4
* Privatize the MDString uniquing table.Owen Anderson2009-07-163-5/+5
* Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.Daniel Dunbar2009-07-161-0/+16
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-163-1/+25
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-3/+1
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-164-4/+6
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-161-4/+6
* Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman2009-07-161-0/+5
* Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman2009-07-161-10/+9
* Remove inapplicable comments.Dan Gohman2009-07-161-4/+0
* Add explicit keywords.Dan Gohman2009-07-161-2/+2
* Tidy up #includes.Dan Gohman2009-07-164-4/+1
* Use size_t.Dan Gohman2009-07-162-11/+11
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-161-2/+2
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-161-0/+6
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-6/+0
* Kill off last uses of TargetMachineRegistry class.Daniel Dunbar2009-07-161-30/+1
* Fix gcc 4.0 build failure, can't rely on access inside nested friended class.Daniel Dunbar2009-07-161-1/+4
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-161-0/+3
* Add registered target list to --version output.Daniel Dunbar2009-07-161-0/+47
* formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. ThisDan Gohman2009-07-161-3/+24
* Add explicit comment that clients can call target initialization functionsDaniel Dunbar2009-07-161-0/+6
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-153-34/+30
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-151-9/+8
* Change raw_ostream so that it doesn't call llvm_report_errorDan Gohman2009-07-151-8/+31
* Add an LLVMContext to Type, hardwired to the global context until Type uniqui...Owen Anderson2009-07-151-1/+9
* Clean up some comments.Bob Wilson2009-07-151-8/+8
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-151-13/+10