aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-02-13Teach MachineFrameInfo to track maximum alignment while stack objects are beingEvan Cheng
2010-02-13Override dominates and properlyDominates for SCEVAddRecExpr, as aDan Gohman
2010-02-12give MCCodeEmitters access to the current MCContext.Chris Lattner
2010-02-12Fix a comment typo.Bob Wilson
2010-02-12doxygenize some comments, patch by Peter Collingbourne!Chris Lattner
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-02-12Cleanup stdcall / fastcall name mangling.Anton Korobeynikov
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman
2010-02-12Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis
2010-02-11add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner
2010-02-11MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar
2010-02-11MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar
2010-02-11make getFixupKindInfo return a const reference, allowingChris Lattner
2010-02-11refactor x86 conditional branches to use a multipatternChris Lattner
2010-02-11Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin
2010-02-10The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang
2010-02-10Allow isDebug inquiry on any MO.Dale Johannesen
2010-02-10add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner
2010-02-10Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman
2010-02-10Use doxygen comment syntax.Dan Gohman
2010-02-10Fix several comments which had previously been "the the" where aDan Gohman
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-02-10Minor code simplification.Dan Gohman
2010-02-10Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman
2010-02-10MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar
2010-02-10Fix a signed comparison warning.Daniel Dunbar
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