summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-21
* Move StringRef comparison operators out of class.Daniel Dunbar2009-07-21
* Add StringRef::{substr, startswith}.Daniel Dunbar2009-07-21
* Add StringRef class, with fixes.Daniel Dunbar2009-07-21
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-21
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-20
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-20
* Clarify that OverflowingBinaryOperator is not used for SDiv, even thoughDan Gohman2009-07-20
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-20
* Add MCAsmLexer interface.Daniel Dunbar2009-07-20
* Remove FIXME that was already fixed.Eli Friedman2009-07-20
* Rename Mangler linkage enums to something less gross.Bill Wendling2009-07-20
* Add MCAsmParser interface.Daniel Dunbar2009-07-20
* Put new enum at end of list to avoid changing ABI.Bill Wendling2009-07-20
* remove TargetAsmInfo::ExpandInlineAsmChris Lattner2009-07-20
* Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.Chris Lattner2009-07-20
* Drop UDivOperator and introduce SDivOperator. Thanks to ChrisDan Gohman2009-07-20
* add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore even...Chris Lattner2009-07-20
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-20
* remove dead forward declChris Lattner2009-07-20
* rename TargetAsmInfo::getASDirective -> getDataASDirectiveChris Lattner2009-07-20
* Fix comment.Daniel Dunbar2009-07-20
* Hide the DOUT static variable behind a function interface.David Greene2009-07-20
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-20
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* 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