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