summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-13
* MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar2010-02-13
* MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar2010-02-13
* MCAssembler: Start applying fixups in the data section.Daniel Dunbar2010-02-13
* MCAssembler: Add assorted dump() methods.Daniel Dunbar2010-02-13
* Teach MachineFrameInfo to track maximum alignment while stack objects are beingEvan Cheng2010-02-13
* Override dominates and properlyDominates for SCEVAddRecExpr, as aDan Gohman2010-02-13
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-12
* Fix a comment typo.Bob Wilson2010-02-12
* doxygenize some comments, patch by Peter Collingbourne!Chris Lattner2010-02-12
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-12
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12
* Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson2010-02-12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-11
* MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar2010-02-11
* MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar2010-02-11
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-11
* refactor x86 conditional branches to use a multipatternChris Lattner2010-02-11
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-11
* The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang2010-02-10
* Allow isDebug inquiry on any MO.Dale Johannesen2010-02-10
* add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner2010-02-10
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-10
* Use doxygen comment syntax.Dan Gohman2010-02-10
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-10
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Minor code simplification.Dan Gohman2010-02-10
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-10
* MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar2010-02-10
* Fix a signed comparison warning.Daniel Dunbar2010-02-10
* "fixup" a comment.Chris Lattner2010-02-10
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-10
* fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner2010-02-10
* Stop MachineInstr.h from #including AsmPrinter.hChris Lattner2010-02-10
* Move verbose asm instruction comments to using MCStreamer.Chris Lattner2010-02-10
* more comment updatesDale Johannesen2010-02-10
* Add isDebug argument to ChangeToRegister; this preventsDale Johannesen2010-02-10
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-10
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-09
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-09
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-09
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-09
* Mention IndVarSimplify in the comment by getSmallConstantTripCount, asDan Gohman2010-02-09
* Mention vAny and iPTRAny in a comment.Dan Gohman2010-02-09
* Debug operands should not be def or kill.Dale Johannesen2010-02-09
* Changed the definition of an "invalid" slot to include the empty & tombstone ...Lang Hames2010-02-09
* stop using reserved identifiers.Chris Lattner2010-02-09