aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.Stefanus Du Toit2009-07-282-12/+12
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-287-147/+203
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-271-7/+0
* Add a comment on Value explaining the current getName() behavior.Daniel Dunbar2009-07-271-0/+6
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-272-12/+7
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-272-2/+13
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-272-4/+5
* Order unsigned before signed, for consistency.Dan Gohman2009-07-271-8/+8
* Make raw_null_ostream flush its buffer in its destructor, so thatDan Gohman2009-07-271-0/+1
* hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creatingChris Lattner2009-07-271-0/+13
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-273-7/+10
* simplify #includes.Chris Lattner2009-07-271-3/+1
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-273-18/+16
* 80 columns!Devang Patel2009-07-271-5/+12
* Thanks, Bill!Sean Callanan2009-07-271-1/+1
* Sink getSectionPrefixForUniqueGlobal down into the TAI Chris Lattner2009-07-273-15/+7
* Many of Daniel's fixes.Sean Callanan2009-07-271-15/+14
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-271-3/+3
* make COFF work like ELF and macho, by splitting out into its ownChris Lattner2009-07-272-1/+30
* inline a method.Chris Lattner2009-07-271-6/+1
* Fix wording in comments.Dan Gohman2009-07-271-1/+1