Implement smart printing of inline asm strings, handling variants and
[oota-llvm.git] / include /
2006-02-01 Chris Lattneradd a new PrintAsmOperand method, move some stuff aroun...
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-30 Evan ChengOne more getTargetNode() variant shouldn't hurt...
2006-01-30 Chris LattnerClear the OpAction field before setting it. This allow...
2006-01-30 Jeff CohenAdd AddSymbol() method to DynamicLibrary to work around...
2006-01-30 Chris LattnerMove MaskedValueIsZero from the DAGCombiner to the...
2006-01-30 Chris LattnerPass the address of the main MaskedValueIsZero function...
2006-01-29 Jim LaskeyRemove extra qualifier.
2006-01-29 Chris LattnerClean up the interface to ValueTypeActions, allowing...
2006-01-29 Chris Lattnerrevert an accidental commit
2006-01-29 Chris Lattnerremove some methods
2006-01-29 Chris LattnerMake ConstantFP legalize into TargetConstantFP like...
2006-01-29 Chris Lattnerremove the getBR2Way_CC method
2006-01-28 Chris Lattneradd another variant
2006-01-28 Chris LattnerAdd some methods
2006-01-28 Chris Lattnerremove this method I just added, now is not the time.
2006-01-28 Chris Lattneradd a new callback
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-28 Chris LattnerThe 'target-independent' ISD::CALL isn't. Nuke it...
2006-01-27 Nate BegemanRemove TLI.LowerReturnTo, and just let targets custom...
2006-01-27 Jim LaskeyUsing bit size of integers instead of ambiguous "long...
2006-01-27 Jim LaskeySorry - really folowing convention.
2006-01-27 Jim LaskeyImprove visibility/correctness of operand indices in...
2006-01-27 Reid SpencerFix auto-upgrade of intrinsics to work properly with...
2006-01-27 Chris Lattneradd a method
2006-01-26 Chris LattnerAdd a common INLINEASM opcode
2006-01-26 Jim LaskeyDropped DwarfWriter::
2006-01-26 Chris LattnerAdd new INLINEASM node
2006-01-26 Jim LaskeyUse global information to fill out Dwarf compile units.
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2006-01-26 Chris Lattneradd some methods for case-insensitive string compares
2006-01-26 Jim LaskeyUse find instead of lower_bounds.
2006-01-26 Chris LattnerAdd a method for inline asm support.
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-26 Jim LaskeyAdd support to find existing entries.
2006-01-26 Andrew LenharthRemember plugins should someone like bugpoint want...
2006-01-26 Jim LaskeySplit out Dwarf constants for use outside DwarfWriter.
2006-01-26 Chris Lattneradd methods for constraint parsing
2006-01-26 Chris LattnerAllow use of isa<InlineAsm>(X) without #including Inlin...
2006-01-26 Evan ChengDuh.
2006-01-25 Chris Lattneradd another method
2006-01-25 Chris Lattneradd some useful accessors :)
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-25 Evan ChengNo need to keep track of top and bottom nodes in a...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Evan ChengAdd a enum to specify target scheduling preference...
2006-01-25 Evan ChengSome minor scheduler changes.
2006-01-24 Chris Lattneradd a method
2006-01-24 Jeff CohenBe consistent in using class/struct to keep Visual...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class
2006-01-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-23 Chris LattnerAdd global scope asm support
2006-01-23 Andrew Lenharthanother couple selects
2006-01-23 Andrew Lenharthanother selectto
2006-01-23 Evan ChengSkeleton of the list schedule.
2006-01-23 Reid SpencerUpdate for including additional function tests.
2006-01-23 Evan ChengFactor out more instruction scheduler code to the base...
2006-01-23 Chris LattnerSpeedup and simplify pass registration by the observati...
2006-01-22 Chris LattnerThis only needs <iosfwd> not <iostream>
2006-01-22 Chris LattnerThis header should not pull in <iostream>
2006-01-22 Jeff CohenVisual Studio neurotic about inconsistent class/struct...
2006-01-21 Evan ChengDo some code refactoring on Jim's scheduler in preparat...
2006-01-21 Jim LaskeySimplify search for abbreviations.
2006-01-21 Jim LaskeyCorrect some simple errors.
2006-01-20 Jim LaskeyRight size integer values before emitting.
2006-01-20 Jim LaskeyReworked how Dwarf debug info entries and abbreviations...
2006-01-19 Reid SpencerMake sure that libm is used during config tests so...
2006-01-19 Reid SpencerFor PR696:
2006-01-19 Reid Spencer1. Documentation upgrade.
2006-01-19 Reid SpencerAdd a new interface function to AutoUpgrade for simulta...
2006-01-18 Jim LaskeyAdded minimum Dwarf aranges. Cleaned up some section...
2006-01-17 Jim LaskeyPastos.
2006-01-17 Jim LaskeyAdd frame work for additional dwarf sections. Comments...
2006-01-17 Robert BocchinoSupport for the insertelement operation.
2006-01-17 Robert BocchinoInstruction and constant expression definitions for...
2006-01-17 Evan ChengSuppress "no newline at end of file" warnings.
2006-01-17 Jim LaskeyMisc. errors.
2006-01-17 Jim LaskeyAdding basic support for Dwarf line number debug inform...
2006-01-17 Jim LaskeyReduce memory consumption and force (somewhat) access...
2006-01-17 Evan ChengYet another getTargetNode() variant. I promise one...
2006-01-16 Jim LaskeyRedundant inline keyword.
2006-01-16 Jim LaskeyUniqueVector template provides a means of enumerating...
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Chris LattnerRemove a never-working pass
2006-01-15 Chris LattnerInitialize DFSnum's to -1, in case a node is not reachable.
2006-01-15 Chris Lattneradd an assert, patch by Daniel Berlin
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-14 Chris LattnerTeach inline function how to update the callgraph when...
2006-01-14 Chris LattnerAdd CallGraph::getOrInsertFunction, to allow clients...
2006-01-14 Chris Lattneradd a dump method to CallGraph
2006-01-14 Jeff CohenFix generous source of VC++ truncation warnings.
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-14 Chris LattnerAdd a new InvalidateStructLayoutInfo method and some...
2006-01-13 Chris LattnerSimplify the implementations of classof using the new...
2006-01-13 Chris LattnerAdd some functionality to the IntrinsicInst class and...
2006-01-13 Chris LattnerAllow the code cloning interfaces to capture some impor...
2006-01-13 Chris LattnerProvide an interface for Targets to specify their stack...
2006-01-13 Chris Lattneradd stacksave/stackrestore nodes
next