summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* There is no need to keep name ref in NamedMDNode.Devang Patel2009-07-29
* inline the global 'getInstrOperandRegClass' function into its callersChris Lattner2009-07-29
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-29
* make ptr_rc derive from a new PointerLikeRegClass tblgen class.Chris Lattner2009-07-29
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Fix a typo, and all of its copiesDouglas Gregor2009-07-29
* Implement PointerUnion4.Douglas Gregor2009-07-29
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-29
* Add missing include.Daniel Dunbar2009-07-29
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-29
* Re-apply previous changes and improve column padding performance some more.David Greene2009-07-29
* Fix comment.Devang Patel2009-07-29
* trim include list.Devang Patel2009-07-29
* MSVC build fix. Patch by Olaf Krzikalla!Benjamin Kramer2009-07-29
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-29
* Skeleton for pairwise subscript testing.Andreas Bolka2009-07-29
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar2009-07-29
* Add NamedMDNode.Devang Patel2009-07-29
* Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher2009-07-29
* Match X86 register names to number.Daniel Dunbar2009-07-29
* Improve performance of PadToColumn by eliminating flushes.David Greene2009-07-28
* Add some protected interfaces to allow subclass access to the buffer.David Greene2009-07-28
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-28
* Clarify getName() comment.Devang Patel2009-07-28
* Make expression parsing and error/warning reporting available through theDaniel Dunbar2009-07-28
* Remove unused method.Devang Patel2009-07-28
* Remove unused parameter name.Bill Wendling2009-07-28
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-28
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-28
* Add DebugInfoEnumerator to collect debug info.Devang Patel2009-07-28
* Simplify LDA-internal interface.Andreas Bolka2009-07-28
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-28
* the apple "ld_classic" linker doesn't support .literal16 in 32-bitChris Lattner2009-07-28
* Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.Stefanus Du Toit2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-27
* Add a comment on Value explaining the current getName() behavior.Daniel Dunbar2009-07-27
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-27
* Order unsigned before signed, for consistency.Dan Gohman2009-07-27
* Make raw_null_ostream flush its buffer in its destructor, so thatDan Gohman2009-07-27
* hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creatingChris Lattner2009-07-27
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-27
* simplify #includes.Chris Lattner2009-07-27