aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix an old-style doxygen comment.Chandler Carruth2013-01-211-1/+1
* Cleanup the formatting of this header. This removes the namespace indentChandler Carruth2013-01-211-105/+104
* Revert "[Object] .bss sections have no content. PR15005."Michael J. Spencer2013-01-211-7/+5
* [Object] .bss sections have no content. PR15005.Michael J. Spencer2013-01-211-5/+7
* Remove the comma from the last enumerator to fix -pedantic warnings.Chandler Carruth2013-01-211-1/+1
* Introduce a generic interface for querying an operation's expectedChandler Carruth2013-01-211-0/+68
* Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.NAKAMURA Takumi2013-01-211-2/+2
* Revert CostTable algorithm, will re-writeRenato Golin2013-01-201-52/+0
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-203-0/+373
* Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...Michael Gottesman2013-01-201-13/+15
* More copy editing.Michael Gottesman2013-01-201-10/+9
* Doxygenified and copy edited BasicBlock.h.Michael Gottesman2013-01-201-81/+88
* Doxygenified Argument.h and performed some copy editing of the documentation.Michael Gottesman2013-01-201-31/+36
* Converted all method comments in IRBuilder.h to use doxygen style comments.Michael Gottesman2013-01-201-107/+114
* Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.Michael Gottesman2013-01-201-2/+4
* Added IRBuilder::CreateFPExtOrFPTrunc.Michael Gottesman2013-01-201-0/+14
* trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner2013-01-201-2/+1
* switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner2013-01-201-16/+1
* add an option to not auto-process abbreviations in advance()Chris Lattner2013-01-201-4/+11
* stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner2013-01-201-2/+13
* move some private methods out of line, add a skipRecord() method.Chris Lattner2013-01-201-26/+9
* add some optional flags to affect the way advance works.Chris Lattner2013-01-191-4/+9
* Add a new BitstreamEntry concept, and add two helper methods for walkingChris Lattner2013-01-191-6/+91
* Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completelyJakub Staszak2013-01-191-1/+1
* BitstreamReader hasn't aged well. It's been hacked on by various people andChris Lattner2013-01-191-226/+12
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* Fixing behavior of ELFObjectFile::getSymbolFileOffset().Andrew Kaylor2013-01-181-1/+1
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-181-0/+4
* Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling2013-01-181-2/+1
* Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose2013-01-181-0/+11
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-181-1/+6
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-181-3/+5
* [Linker] Zap a dead typedef.Daniel Dunbar2013-01-181-8/+0
* [Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...Daniel Dunbar2013-01-181-4/+0
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-181-0/+58
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-184-1/+27
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-181-0/+5
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-181-0/+4
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-171-3/+1
* Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman2013-01-171-2/+0
* [Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar2013-01-171-94/+0
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-171-1/+3
* Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman2013-01-171-2/+0
* ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov2013-01-171-2/+4
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-171-0/+350
* Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen2013-01-171-0/+10
* Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.Aaron Ballman2013-01-161-1/+1
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-161-24/+32
* Change CostTable model to be global to all targetsRenato Golin2013-01-161-0/+53
* [Support] Include the intrisics header and check for definition properly.Michael J. Spencer2013-01-161-2/+6