| Commit message (Expand) | Author | Age | Files | Lines |
* | add a virtual dtor to MCTargetExpr, hopefully silencing some warnings. | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | Add a hook to AssemblyAnnotationWriter to allow custom info comments | Dan Gohman | 2010-02-10 | 1 | -0/+5 |
* | Use doxygen comment syntax. | Dan Gohman | 2010-02-10 | 1 | -8/+8 |
* | Fix several comments which had previously been "the the" where a | Dan Gohman | 2010-02-10 | 5 | -5/+5 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 20 | -21/+21 |
* | Minor code simplification. | Dan Gohman | 2010-02-10 | 1 | -2/+1 |
* | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman | 2010-02-10 | 2 | -7/+45 |
* | MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the | Daniel Dunbar | 2010-02-10 | 1 | -13/+14 |
* | Fix a signed comparison warning. | Daniel Dunbar | 2010-02-10 | 1 | -3/+3 |
* | "fixup" a comment. | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar | 2010-02-10 | 1 | -4/+1 |
* | fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. | Chris Lattner | 2010-02-10 | 2 | -10/+11 |
* | Stop MachineInstr.h from #including AsmPrinter.h | Chris Lattner | 2010-02-10 | 3 | -2/+5 |
* | Move verbose asm instruction comments to using MCStreamer. | Chris Lattner | 2010-02-10 | 1 | -3/+0 |
* | more comment updates | Dale Johannesen | 2010-02-10 | 1 | -1/+1 |
* | Add isDebug argument to ChangeToRegister; this prevents | Dale Johannesen | 2010-02-10 | 1 | -1/+1 |
* | Add ability for MCInstPrinters to add comments for instructions. | Chris Lattner | 2010-02-10 | 2 | -2/+12 |
* | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar | 2010-02-09 | 1 | -1/+4 |
* | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar | 2010-02-09 | 2 | -2/+134 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 4 | -73/+116 |
* | Add support for TypeBuilder<const/volatile void*, false>. | Jeffrey Yasskin | 2010-02-09 | 1 | -0/+6 |
* | Pull these back out, they're a little too aggressive and time | Eric Christopher | 2010-02-09 | 3 | -10/+2 |
* | Mention IndVarSimplify in the comment by getSmallConstantTripCount, as | Dan Gohman | 2010-02-09 | 1 | -0/+4 |
* | Mention vAny and iPTRAny in a comment. | Dan Gohman | 2010-02-09 | 1 | -3/+3 |
* | Debug operands should not be def or kill. | Dale Johannesen | 2010-02-09 | 1 | -0/+3 |
* | Changed the definition of an "invalid" slot to include the empty & tombstone ... | Lang Hames | 2010-02-09 | 1 | -10/+10 |
* | stop using reserved identifiers. | Chris Lattner | 2010-02-09 | 1 | -2/+2 |
* | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher | 2010-02-09 | 3 | -2/+10 |
* | Add explicit keywords. | Dan Gohman | 2010-02-09 | 1 | -3/+3 |
* | enhance bits_storage to work with enums by using a c-style | Chris Lattner | 2010-02-09 | 1 | -1/+1 |
* | Document that MCExpr::Mod is actually remainder. | Dan Gohman | 2010-02-08 | 1 | -8/+12 |
* | Added header file declarations and .exports entries | Sean Callanan | 2010-02-08 | 1 | -1/+46 |
* | now that @GOTOFF is no longer represented as a suffix on a | Chris Lattner | 2010-02-08 | 1 | -4/+2 |
* | don't make hte dtor private or we can't construct the class. | Chris Lattner | 2010-02-08 | 1 | -1/+1 |
* | use a c-style cast instead of reinterpret-cast, as sometimes the | Chris Lattner | 2010-02-08 | 1 | -2/+3 |
* | Add const qualifiers. | Dan Gohman | 2010-02-08 | 1 | -1/+1 |
* | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman | 2010-02-08 | 1 | -4/+7 |
* | add scaffolding for target-specific MCExprs. | Chris Lattner | 2010-02-08 | 1 | -1/+24 |
* | Flesh out the list of predicates, for those who like this style. I was | Duncan Sands | 2010-02-08 | 1 | -1/+21 |
* | ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, done | Daniel Dunbar | 2010-02-08 | 1 | -15/+15 |
* | Add a Debug bit to MachineOperand, for uses that | Dale Johannesen | 2010-02-06 | 3 | -10/+40 |
* | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen | 2010-02-06 | 3 | -5/+9 |
* | Set DW_AT_artificial only if argument is marked as artificial. | Devang Patel | 2010-02-06 | 1 | -1/+9 |
* | Update CodeMetrics to count 'big' function calls explicitly. | Jakob Stoklund Olesen | 2010-02-05 | 1 | -10/+13 |
* | Teach SimplifyCFG about magic pointer constants. | Jakob Stoklund Olesen | 2010-02-05 | 1 | -1/+1 |
* | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin | 2010-02-05 | 1 | -6/+34 |
* | MC: Change default comment column to 40 characters. | Daniel Dunbar | 2010-02-05 | 1 | -1/+1 |
* | Disable external stubs for X86-32 and X86-64 | Evan Phoenix | 2010-02-04 | 1 | -2/+3 |
* | add support for the sparcv9-*-* target triple to turn on | Chris Lattner | 2010-02-04 | 1 | -0/+1 |
* | Change the argument to getIntegerSCEV to be an int64_t, rather | Dan Gohman | 2010-02-04 | 1 | -1/+1 |