Added the rdtscp instruction to the x86 instruction
[oota-llvm.git] / include /
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Dan GohmanOverride dominates and properlyDominates for SCEVAddRec...
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Bob WilsonFix a comment typo.
2010-02-12 Chris Lattnerdoxygenize some comments, patch by Peter Collingbourne!
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2010-02-11 Daniel DunbarMC: Move assembler-backend's fixup list into the fragment.
2010-02-11 Daniel DunbarMC: Move MCSectionData::Fixup out to MCAsmFixup.
2010-02-11 Chris Lattnermake getFixupKindInfo return a const reference, allowing
2010-02-11 Chris Lattnerrefactor x86 conditional branches to use a multipattern
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Dale JohannesenAllow isDebug inquiry on any MO.
2010-02-10 Chris Lattneradd a virtual dtor to MCTargetExpr, hopefully silencing...
2010-02-10 Dan GohmanAdd a hook to AssemblyAnnotationWriter to allow custom...
2010-02-10 Dan GohmanUse doxygen comment syntax.
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Dan GohmanMinor code simplification.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-10 Daniel DunbarMC: Switch MCFixup to just hold an MCExpr pointer inste...
2010-02-10 Daniel DunbarFix a signed comparison warning.
2010-02-10 Chris Lattner"fixup" a comment.
2010-02-10 Daniel Dunbarllvm-mc: Remove --show-fixups and always show as part...
2010-02-10 Chris Lattnerfix a layering violation: VirtRegRewriter.cpp shouldn...
2010-02-10 Chris LattnerStop MachineInstr.h from #including AsmPrinter.h
2010-02-10 Chris LattnerMove verbose asm instruction comments to using MCStreamer.
2010-02-10 Dale Johannesenmore comment updates
2010-02-10 Dale JohannesenAdd isDebug argument to ChangeToRegister; this prevents
2010-02-10 Chris LattnerAdd ability for MCInstPrinters to add comments for...
2010-02-09 Daniel Dunbarllvm-mc: Add --show-fixups option, for displaying the...
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Dan GohmanMention IndVarSimplify in the comment by getSmallConsta...
2010-02-09 Dan GohmanMention vAny and iPTRAny in a comment.
2010-02-09 Dale JohannesenDebug operands should not be def or kill.
2010-02-09 Lang HamesChanged the definition of an "invalid" slot to include...
2010-02-09 Chris Lattnerstop using reserved identifiers.
2010-02-09 Eric ChristopherAdd a new pass to do llvm.objsize lowering using SCEV.
2010-02-09 Dan GohmanAdd explicit keywords.
2010-02-09 Chris Lattnerenhance bits_storage to work with enums by using a...
2010-02-08 Dan GohmanDocument that MCExpr::Mod is actually remainder.
2010-02-08 Sean CallananAdded header file declarations and .exports entries
2010-02-08 Chris Lattnernow that @GOTOFF is no longer represented as a suffix...
2010-02-08 Chris Lattnerdon't make hte dtor private or we can't construct the...
2010-02-08 Chris Lattneruse a c-style cast instead of reinterpret-cast, as...
2010-02-08 Dan GohmanAdd const qualifiers.
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-02-08 Chris Lattneradd scaffolding for target-specific MCExprs.
2010-02-08 Duncan SandsFlesh out the list of predicates, for those who like...
2010-02-08 Daniel DunbarImmutableIntervalMap: Fix for unqualified lookup into...
2010-02-06 Dale JohannesenAdd a Debug bit to MachineOperand, for uses that
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-06 Devang PatelSet DW_AT_artificial only if argument is marked as...
2010-02-05 Jakob Stoklund OlesenUpdate CodeMetrics to count 'big' function calls explic...
2010-02-05 Jakob Stoklund OlesenTeach SimplifyCFG about magic pointer constants.
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-02-05 Daniel DunbarMC: Change default comment column to 40 characters.
2010-02-04 Evan PhoenixDisable external stubs for X86-32 and X86-64
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
2010-02-04 Dan GohmanChange the argument to getIntegerSCEV to be an int64_t...
2010-02-04 Sean CallananFilled in a few new APIs for the enhanced
2010-02-03 Devang PatelProvide interface to identifiy artificial methods.
2010-02-03 Jeffrey Yasskinr94686 changed all ModuleProvider parameters to Modules...
2010-02-03 Daniel Dunbarllvm-mc: Add --show-inst option, for showing the MCInst...
2010-02-03 Zhongxing XuRemove redundant declaration.
2010-02-03 Zhongxing XuAdd constructors.
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-03 Jeffrey YasskinReconfigure with autoconf-2.60, and fix autoconf.ac...
2010-02-03 Chris Lattnerprivatize a bunch of methods and move \n printing into...
2010-02-02 Chris LattnerHook up -filetype=obj through the MachO streamer. ...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
2010-02-02 Daniel DunbarMC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Dan GohmanMake DenseSet's erase pass on the return value rather...
2010-02-02 Dan GohmanFix function names in comments. Thanks Duncan!
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnerremove the remnants of TargetMachOWriterInfo.
2010-02-02 Chris LattnerAdd a new top-level MachO.h file for manifest constants...
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and...
2010-02-02 Zhongxing XuReturn value on every path.
2010-02-02 Zhongxing Xusimplify code.
2010-02-02 Zhongxing XuMore logic correction: RemoveOverlap should always...
2010-02-02 Zhongxing XuAdd a lookup method to the IntervalMap. The difference...
2010-02-02 Zhongxing XuFix a bunch of errors in the old logic.
2010-02-02 Zhongxing Xu11.8p1: A nested class is a member and as such has...
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
next