aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2004-08-04Move method out of lineChris Lattner1-3/+1
2004-08-04Remove uneeded getValues() functions.Alkis Evlogimenos1-8/+0
2004-08-04getResultPos() is dead.Brian Gaeke1-3/+0
2004-08-04These headers have been moved/merged into other files.Brian Gaeke2-449/+0
2004-08-04New methodsChris Lattner2-0/+8
2004-08-04Minor efficiency improvementsChris Lattner1-3/+3
2004-08-04Now that ConstantPointerRef is gone, it is the case that all operands of cons...Chris Lattner1-0/+12
2004-08-04Add a special version of getType for ConstantPointerNull, exposing the factChris Lattner1-0/+7
2004-08-04The Type* is redundant with the TypeSlotChris Lattner1-2/+1
2004-08-01Adding friend MSSchedule for ModuloScheduling pass.Tanya Lattner1-0/+1
2004-08-01Fix warningChris Lattner1-0/+2
2004-07-31Expose breakcriticaledges as a functionpassChris Lattner1-1/+1
2004-07-31New passChris Lattner1-0/+6
2004-07-31Expose some helpful methodsChris Lattner1-0/+8
2004-07-31Change signature to take two basic blocks: the target and the oneAlkis Evlogimenos1-4/+4
2004-07-31Doxygenify some comments.Alkis Evlogimenos1-10/+6
2004-07-31Remove const from iterators passed by value.Alkis Evlogimenos1-2/+2
2004-07-31Add declarations for insertGoto and reverseBranchCondition.Alkis Evlogimenos1-1/+15
2004-07-31Add new M_BARRIER_FLAG flag, and isBarrier() method to TargetInstrInfoChris Lattner1-47/+54
2004-07-31Add some machine CFG related stuffChris Lattner2-9/+25
2004-07-30Enable compilation.Misha Brukman1-2/+2
2004-07-30Check in some useful helper routines for doing ML-style pattern matching onChris Lattner1-0/+280
2004-07-30I demand the ability to say 'if (isa<Value>(V))'!Chris Lattner1-0/+5
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos6-1272/+1176
2004-07-29Fix typo in comment.Brian Gaeke1-1/+1
2004-07-28TargetInstrInfo::hasOperandInterlock() is always true, because it isBrian Gaeke1-9/+2
2004-07-27ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, itsBrian Gaeke1-11/+0
2004-07-27As it happens, none of these TargetInstrInfo methods which are onlyBrian Gaeke1-122/+0
2004-07-27Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke2-4/+4
2004-07-27Add a noteChris Lattner1-0/+2
2004-07-27Fix out of date commentChris Lattner1-2/+1
2004-07-26New methodsChris Lattner1-0/+2
2004-07-25Reduce the footprint of the dependent library interfaceReid Spencer1-18/+19
2004-07-25bug 263:Reid Spencer1-5/+30
2004-07-25bug 402:Reid Spencer1-0/+45
2004-07-25Add back() and pop_back() methods to SetVectorChris Lattner1-14/+28
2004-07-25Add support for free instructionsChris Lattner1-0/+3
2004-07-24Provide timeout values to all abstract interpretersChris Lattner1-4/+7
2004-07-24Add support for killing the program if it executes for too long.Chris Lattner1-2/+3
2004-07-23* Add a BoolAlignment field to TargetData, default is 1 byteMisha Brukman2-16/+20
2004-07-22New prototypeChris Lattner1-0/+6
2004-07-22Clean up reference counting to stop "leaking" alias setsChris Lattner1-14/+14
2004-07-21Include <iostream> here, because most people using DEBUG() want to use std::c...Brian Gaeke1-0/+3
2004-07-21Add greater_ptr functor.Alkis Evlogimenos1-0/+7
2004-07-21Add Iterative scan register allocator.Alkis Evlogimenos1-0/+5
2004-07-21Add a bunch of new functionality, primarily to do with removing aliasingChris Lattner1-1/+22
2004-07-21Make the AST interface a bit richer by returning whether an insertion causedChris Lattner1-10/+17
2004-07-21Regenerated with autoconf/autoheader 2.57Brian Gaeke1-0/+4
2004-07-21Add prototypes for platform-independent wrappers for isinf().Brian Gaeke1-0/+4
2004-07-21Regenerated with autoheader-2.57.Brian Gaeke1-3/+10