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