| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used. | Stefanus Du Toit | 2009-07-28 | 2 | -12/+12 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 7 | -147/+203 |
* | llvm-mc: Implement .abort fully in the front end | Daniel Dunbar | 2009-07-27 | 1 | -7/+0 |
* | Add a comment on Value explaining the current getName() behavior. | Daniel Dunbar | 2009-07-27 | 1 | -0/+6 |
* | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 2 | -12/+7 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 2 | -2/+13 |
* | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar | 2009-07-27 | 2 | -4/+5 |
* | Order unsigned before signed, for consistency. | Dan Gohman | 2009-07-27 | 1 | -8/+8 |
* | Make raw_null_ostream flush its buffer in its destructor, so that | Dan Gohman | 2009-07-27 | 1 | -0/+1 |
* | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 2009-07-27 | 1 | -0/+13 |
* | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar | 2009-07-27 | 3 | -7/+10 |
* | simplify #includes. | Chris Lattner | 2009-07-27 | 1 | -3/+1 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 3 | -18/+16 |
* | 80 columns! | Devang Patel | 2009-07-27 | 1 | -5/+12 |
* | Thanks, Bill! | Sean Callanan | 2009-07-27 | 1 | -1/+1 |
* | Sink getSectionPrefixForUniqueGlobal down into the TAI | Chris Lattner | 2009-07-27 | 3 | -15/+7 |
* | Many of Daniel's fixes. | Sean Callanan | 2009-07-27 | 1 | -15/+14 |