summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-08-16Back out include/llvm/System changes until a satisfactory solution canReid Spencer
2004-08-16Flags and TSFlags were (thankfully) never used, so remove them. But wait,Chris Lattner
2004-08-15Add new TargetRegisterClass::contains methodChris Lattner
2004-08-15Implement a long overdue FIXME, by changing these methods to return void.Chris Lattner
2004-08-15Remove helper methodChris Lattner
2004-08-15Eliminate the RegisterClass argument, since it can easily be derived fromChris Lattner
2004-08-15Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos
2004-08-15First version of a class to represent the notion of an operating systemReid Spencer
2004-08-15First version of a class to represent operating system and lib/SystemReid Spencer
2004-08-14Elminiate MachineFunction& argument from eliminateFrameIndexNate Begeman
2004-08-13Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer
2004-08-13Add a passChris Lattner
2004-08-12Allow targets to specify particular stack slots that certain physregs mustChris Lattner
2004-08-12Remove dead methodsChris Lattner
2004-08-12Remove dead methodsChris Lattner
2004-08-10Add new constructor.Misha Brukman
2004-08-08Add standard print/dump methods to CallGraph classes.Chris Lattner
2004-08-04Move method out of lineChris Lattner
2004-08-04Clean up whitespace.Alkis Evlogimenos
2004-08-04Convert indentation to 2 spaces.Alkis Evlogimenos
2004-08-04Remove uneeded getValues() functions.Alkis Evlogimenos
2004-08-04getResultPos() is dead.Brian Gaeke
2004-08-04These headers have been moved/merged into other files.Brian Gaeke
2004-08-04New methodsChris Lattner
2004-08-04Minor efficiency improvementsChris Lattner
2004-08-04Now that ConstantPointerRef is gone, it is the case that all operands of cons...Chris Lattner
2004-08-04Add a special version of getType for ConstantPointerNull, exposing the factChris Lattner
2004-08-04The Type* is redundant with the TypeSlotChris Lattner
2004-08-01Adding friend MSSchedule for ModuloScheduling pass.Tanya Lattner
2004-08-01Fix warningChris Lattner
2004-07-31Expose breakcriticaledges as a functionpassChris Lattner
2004-07-31New passChris Lattner
2004-07-31Expose some helpful methodsChris Lattner
2004-07-31Change signature to take two basic blocks: the target and the oneAlkis Evlogimenos
2004-07-31Doxygenify some comments.Alkis Evlogimenos
2004-07-31Remove const from iterators passed by value.Alkis Evlogimenos
2004-07-31Add declarations for insertGoto and reverseBranchCondition.Alkis Evlogimenos
2004-07-31Add new M_BARRIER_FLAG flag, and isBarrier() method to TargetInstrInfoChris Lattner
2004-07-31Add some machine CFG related stuffChris Lattner
2004-07-30Enable compilation.Misha Brukman
2004-07-30Check in some useful helper routines for doing ML-style pattern matching onChris Lattner
2004-07-30I demand the ability to say 'if (isa<Value>(V))'!Chris Lattner
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-29Fix typo in comment.Brian Gaeke
2004-07-28TargetInstrInfo::hasOperandInterlock() is always true, because it isBrian Gaeke
2004-07-27ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, itsBrian Gaeke
2004-07-27As it happens, none of these TargetInstrInfo methods which are onlyBrian Gaeke
2004-07-27Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke
2004-07-27Add a noteChris Lattner
2004-07-27Fix out of date commentChris Lattner