Age | Commit message (Expand) | Author |
2010-02-10 | "fixup" a comment. | Chris Lattner |
2010-02-10 | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar |
2010-02-10 | fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. | Chris Lattner |
2010-02-10 | Stop MachineInstr.h from #including AsmPrinter.h | Chris Lattner |
2010-02-10 | Move verbose asm instruction comments to using MCStreamer. | Chris Lattner |
2010-02-10 | more comment updates | Dale Johannesen |
2010-02-10 | Add isDebug argument to ChangeToRegister; this prevents | Dale Johannesen |
2010-02-10 | Add ability for MCInstPrinters to add comments for instructions. | Chris Lattner |
2010-02-09 | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar |
2010-02-09 | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-02-09 | Add support for TypeBuilder<const/volatile void*, false>. | Jeffrey Yasskin |
2010-02-09 | Pull these back out, they're a little too aggressive and time | Eric Christopher |
2010-02-09 | Mention IndVarSimplify in the comment by getSmallConstantTripCount, as | Dan Gohman |
2010-02-09 | Mention vAny and iPTRAny in a comment. | Dan Gohman |
2010-02-09 | Debug operands should not be def or kill. | Dale Johannesen |
2010-02-09 | Changed the definition of an "invalid" slot to include the empty & tombstone ... | Lang Hames |
2010-02-09 | stop using reserved identifiers. | Chris Lattner |
2010-02-09 | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher |
2010-02-09 | Add explicit keywords. | Dan Gohman |
2010-02-09 | enhance bits_storage to work with enums by using a c-style | Chris Lattner |
2010-02-08 | Document that MCExpr::Mod is actually remainder. | Dan Gohman |
2010-02-08 | Added header file declarations and .exports entries | Sean Callanan |
2010-02-08 | now that @GOTOFF is no longer represented as a suffix on a | Chris Lattner |
2010-02-08 | don't make hte dtor private or we can't construct the class. | Chris Lattner |
2010-02-08 | use a c-style cast instead of reinterpret-cast, as sometimes the | Chris Lattner |
2010-02-08 | Add const qualifiers. | Dan Gohman |
2010-02-08 | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman |
2010-02-08 | add scaffolding for target-specific MCExprs. | Chris Lattner |
2010-02-08 | Flesh out the list of predicates, for those who like this style. I was | Duncan Sands |
2010-02-08 | ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, done | Daniel Dunbar |
2010-02-06 | Add a Debug bit to MachineOperand, for uses that | Dale Johannesen |
2010-02-06 | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen |
2010-02-06 | Set DW_AT_artificial only if argument is marked as artificial. | Devang Patel |
2010-02-05 | Update CodeMetrics to count 'big' function calls explicitly. | Jakob Stoklund Olesen |
2010-02-05 | Teach SimplifyCFG about magic pointer constants. | Jakob Stoklund Olesen |
2010-02-05 | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin |
2010-02-05 | MC: Change default comment column to 40 characters. | Daniel Dunbar |
2010-02-04 | Disable external stubs for X86-32 and X86-64 | Evan Phoenix |
2010-02-04 | add support for the sparcv9-*-* target triple to turn on | Chris Lattner |
2010-02-04 | Change the argument to getIntegerSCEV to be an int64_t, rather | Dan Gohman |
2010-02-04 | Filled in a few new APIs for the enhanced | Sean Callanan |
2010-02-03 | Provide interface to identifiy artificial methods. | Devang Patel |
2010-02-03 | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin |
2010-02-03 | llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly | Daniel Dunbar |
2010-02-03 | Remove redundant declaration. | Zhongxing Xu |
2010-02-03 | Add constructors. | Zhongxing Xu |
2010-02-03 | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner |
2010-02-03 | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner |
2010-02-03 | Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. | Jeffrey Yasskin |