aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner2010-02-101-1/+1
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-101-0/+5
* Use doxygen comment syntax.Dan Gohman2010-02-101-8/+8
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-105-5/+5
* Fix "the the" and similar typos.Dan Gohman2010-02-1020-21/+21
* Minor code simplification.Dan Gohman2010-02-101-2/+1
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-102-7/+45
* MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar2010-02-101-13/+14
* Fix a signed comparison warning.Daniel Dunbar2010-02-101-3/+3
* "fixup" a comment.Chris Lattner2010-02-101-1/+1
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-101-4/+1
* fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner2010-02-102-10/+11
* Stop MachineInstr.h from #including AsmPrinter.hChris Lattner2010-02-103-2/+5
* Move verbose asm instruction comments to using MCStreamer.Chris Lattner2010-02-101-3/+0
* more comment updatesDale Johannesen2010-02-101-1/+1
* Add isDebug argument to ChangeToRegister; this preventsDale Johannesen2010-02-101-1/+1
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-102-2/+12
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-091-1/+4
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-092-2/+134
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-094-73/+116
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-091-0/+6
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-093-10/+2
* Mention IndVarSimplify in the comment by getSmallConstantTripCount, asDan Gohman2010-02-091-0/+4
* Mention vAny and iPTRAny in a comment.Dan Gohman2010-02-091-3/+3
* Debug operands should not be def or kill.Dale Johannesen2010-02-091-0/+3
* Changed the definition of an "invalid" slot to include the empty & tombstone ...Lang Hames2010-02-091-10/+10
* stop using reserved identifiers.Chris Lattner2010-02-091-2/+2
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-093-2/+10
* Add explicit keywords.Dan Gohman2010-02-091-3/+3
* enhance bits_storage to work with enums by using a c-styleChris Lattner2010-02-091-1/+1
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-081-8/+12
* Added header file declarations and .exports entriesSean Callanan2010-02-081-1/+46
* now that @GOTOFF is no longer represented as a suffix on aChris Lattner2010-02-081-4/+2
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-081-1/+1
* use a c-style cast instead of reinterpret-cast, as sometimes theChris Lattner2010-02-081-2/+3
* Add const qualifiers.Dan Gohman2010-02-081-1/+1
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-081-4/+7
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-081-1/+24
* Flesh out the list of predicates, for those who like this style. I wasDuncan Sands2010-02-081-1/+21
* ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, doneDaniel Dunbar2010-02-081-15/+15
* Add a Debug bit to MachineOperand, for uses thatDale Johannesen2010-02-063-10/+40
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-063-5/+9
* Set DW_AT_artificial only if argument is marked as artificial.Devang Patel2010-02-061-1/+9
* Update CodeMetrics to count 'big' function calls explicitly.Jakob Stoklund Olesen2010-02-051-10/+13
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-051-1/+1
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-051-6/+34
* MC: Change default comment column to 40 characters.Daniel Dunbar2010-02-051-1/+1
* Disable external stubs for X86-32 and X86-64Evan Phoenix2010-02-041-2/+3
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-0/+1
* Change the argument to getIntegerSCEV to be an int64_t, ratherDan Gohman2010-02-041-1/+1