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