summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-09
* Add explicit keywords.Dan Gohman2010-02-09
* enhance bits_storage to work with enums by using a c-styleChris Lattner2010-02-09
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-08
* Added header file declarations and .exports entriesSean Callanan2010-02-08
* now that @GOTOFF is no longer represented as a suffix on aChris Lattner2010-02-08
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-08
* use a c-style cast instead of reinterpret-cast, as sometimes theChris Lattner2010-02-08
* Add const qualifiers.Dan Gohman2010-02-08
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-08
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-08
* Flesh out the list of predicates, for those who like this style. I wasDuncan Sands2010-02-08
* ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, doneDaniel Dunbar2010-02-08
* Add a Debug bit to MachineOperand, for uses thatDale Johannesen2010-02-06
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Set DW_AT_artificial only if argument is marked as artificial.Devang Patel2010-02-06
* Update CodeMetrics to count 'big' function calls explicitly.Jakob Stoklund Olesen2010-02-05
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-05
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-05