aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2013-01-21Now that the inline cost analysis is a pass, we can easily have itChandler Carruth
2013-01-21Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth
2013-01-21Fix an old-style doxygen comment.Chandler Carruth
2013-01-21Cleanup the formatting of this header. This removes the namespace indentChandler Carruth
2013-01-21Revert "[Object] .bss sections have no content. PR15005."Michael J. Spencer
2013-01-21[Object] .bss sections have no content. PR15005.Michael J. Spencer
2013-01-21Remove the comma from the last enumerator to fix -pedantic warnings.Chandler Carruth
2013-01-21Introduce a generic interface for querying an operation's expectedChandler Carruth
2013-01-21Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.NAKAMURA Takumi
2013-01-20Revert CostTable algorithm, will re-writeRenato Golin
2013-01-20[Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer
2013-01-20Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...Michael Gottesman
2013-01-20More copy editing.Michael Gottesman
2013-01-20Doxygenified and copy edited BasicBlock.h.Michael Gottesman
2013-01-20Doxygenified Argument.h and performed some copy editing of the documentation.Michael Gottesman
2013-01-20Converted all method comments in IRBuilder.h to use doxygen style comments.Michael Gottesman
2013-01-20Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.Michael Gottesman
2013-01-20Added IRBuilder::CreateFPExtOrFPTrunc.Michael Gottesman
2013-01-20trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner
2013-01-20switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner
2013-01-20add an option to not auto-process abbreviations in advance()Chris Lattner
2013-01-20stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner
2013-01-20move some private methods out of line, add a skipRecord() method.Chris Lattner
2013-01-19add some optional flags to affect the way advance works.Chris Lattner
2013-01-19Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner
2013-01-19Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completelyJakub Staszak
2013-01-19BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth
2013-01-18Fixing behavior of ELFObjectFile::getSymbolFileOffset().Andrew Kaylor
2013-01-18Move ABI verifier pass declaration to lib/Analysis and add testsDerek Schuff
2013-01-18Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling
2013-01-18Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling
2013-01-18Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-18Push some more methods down to hide the use of the Attribute class.Bill Wendling
2013-01-18[Linker] Zap a dead typedef.Daniel Dunbar
2013-01-18[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar
2013-01-18Move Blacklist.h to include/ to enable use from clang.Will Dietz
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar
2013-01-18[MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar
2013-01-18[MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar
2013-01-17Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling
2013-01-17Skeleton for pass-based bitcode ABI verifierDerek Schuff
2013-01-17Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman
2013-01-17[Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar
2013-01-17[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier
2013-01-17Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman
2013-01-17ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov
2013-01-17Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen
2013-01-17Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen