aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-301-7/+0
* s/DebugInfoEnumerator/DebugInfoFinder/gDevang Patel2009-07-301-16/+15
* Add raw_ostream::write_hexDaniel Dunbar2009-07-301-0/+3
* Remove itohexstr, which only had one user.Daniel Dunbar2009-07-301-4/+0
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-301-4/+4
* walk DbgRegionStartInst and DbgRegionEndInstDevang Patel2009-07-301-0/+6
* Fix comment.Devang Patel2009-07-301-2/+2
* Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe...Sanjiv Gupta2009-07-301-0/+5
* I've changed the semantics of MERGE_VALUES a bit. It's now allowed to live un...Evan Cheng2009-07-301-3/+3
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-301-14/+31
* Check null NameMDNode elements.Devang Patel2009-07-301-1/+1
* Read and write NamedMDNode.Devang Patel2009-07-291-2/+4
* Move types back to the 2.5 API.Owen Anderson2009-07-295-60/+32
* There is no need to keep name ref in NamedMDNode.Devang Patel2009-07-291-11/+6
* inline the global 'getInstrOperandRegClass' function into its callersChris Lattner2009-07-291-6/+0
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-292-6/+21
* make ptr_rc derive from a new PointerLikeRegClass tblgen class.Chris Lattner2009-07-291-1/+11
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-2/+3
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-297-153/+109
* Fix a typo, and all of its copiesDouglas Gregor2009-07-291-3/+3
* Implement PointerUnion4.Douglas Gregor2009-07-291-0/+109
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-293-7/+80
* Add missing include.Daniel Dunbar2009-07-291-0/+1
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-291-12/+48
* Re-apply previous changes and improve column padding performance some more.David Greene2009-07-291-7/+19
* Fix comment.Devang Patel2009-07-291-1/+1
* trim include list.Devang Patel2009-07-291-1/+2
* MSVC build fix. Patch by Olaf Krzikalla!Benjamin Kramer2009-07-291-0/+1
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-8/+45
* Skeleton for pairwise subscript testing.Andreas Bolka2009-07-291-5/+11
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-11/+12
* Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar2009-07-291-9/+9
* Add NamedMDNode.Devang Patel2009-07-292-4/+104
* Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher2009-07-291-0/+12
* Match X86 register names to number.Daniel Dunbar2009-07-291-0/+24
* Improve performance of PadToColumn by eliminating flushes.David Greene2009-07-281-9/+9
* Add some protected interfaces to allow subclass access to the buffer.David Greene2009-07-281-0/+4
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-281-2/+1
* Clarify getName() comment.Devang Patel2009-07-281-4/+4
* Make expression parsing and error/warning reporting available through theDaniel Dunbar2009-07-281-0/+42
* Remove unused method.Devang Patel2009-07-281-2/+0
* Remove unused parameter name.Bill Wendling2009-07-281-1/+1
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-8/+3
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-282-7/+6
* Provide generic MCAsmParser when constructing target specific parsers.Daniel Dunbar2009-07-281-9/+15
* Add DebugInfoEnumerator to collect debug info.Devang Patel2009-07-281-0/+53
* Simplify LDA-internal interface.Andreas Bolka2009-07-281-1/+1
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-283-22/+15
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-281-1/+94
* the apple "ld_classic" linker doesn't support .literal16 in 32-bitChris Lattner2009-07-281-1/+1