aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Be more restrictive with the index types we allow for sequential typesChris Lattner2004-04-051-1/+10
* Add ConstantExpr::get(Sign|Zero)Extend methodsChris Lattner2004-04-041-0/+2
* Support iteration over constant instructionsChris Lattner2004-04-041-5/+5
* Allow for use of arbitrary iterator types...Chris Lattner2004-04-031-19/+26
* Regenerated using autoheader-2.57.Brian Gaeke2004-04-022-0/+6
* Remove obsolete filesChris Lattner2004-04-021-68/+0
* cleanup some long-dead codeChris Lattner2004-04-021-7/+1
* Ignore configure produced filesChris Lattner2004-04-021-0/+5
* Add a new analysisChris Lattner2004-04-021-0/+270
* Make the verifier API more complete and usefulChris Lattner2004-04-021-10/+36
* Add new functionChris Lattner2004-04-022-0/+8
* Fix grammar.Misha Brukman2004-04-011-1/+1
* Allow converting a builder to an iteratorChris Lattner2004-04-011-0/+1
* Add clear() forwarding method.Brian Gaeke2004-03-311-0/+1
* Improve description, add warningChris Lattner2004-03-311-2/+6
* MachineBasicBlock::remove should not change the iterator passed into itChris Lattner2004-03-311-1/+1
* Add a simple select instruction lowering passChris Lattner2004-03-301-0/+6
* Add some new methodsChris Lattner2004-03-301-0/+25
* Relax the interface a bitChris Lattner2004-03-291-5/+5
* Add a bunch of methods that should have been added a long time ago.Chris Lattner2004-03-291-0/+22
* Add two methods which have been needed for a long time: Type::get(Un)signedVe...Chris Lattner2004-03-261-1/+10
* The code extractor needs dominator information, so we provide it.Chris Lattner2004-03-181-16/+16
* Make this header file self-containedChris Lattner2004-03-181-0/+3
* cleanup commentChris Lattner2004-03-171-1/+1
* Tweak argumentChris Lattner2004-03-151-1/+1
* Deinline a couple of methods. Improve comment.Chris Lattner2004-03-151-12/+7
* Add two new methods which can be used to enable a bunch of transformationsChris Lattner2004-03-151-0/+22
* Another API change to MRegisterInfo::foldMemoryOperand. Instead of aAlkis Evlogimenos2004-03-141-1/+1
* Rename createLoopExtractorPass to createSingleLoopExtractorPassChris Lattner2004-03-141-63/+64
* Change MRegisterInfo::foldMemoryOperand to return the foldedAlkis Evlogimenos2004-03-141-9/+10
* Move loop extractor to the IPO headerChris Lattner2004-03-142-8/+8
* Remove dead fileChris Lattner2004-03-141-34/+0
* Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file.Chris Lattner2004-03-141-0/+9
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-131-3/+3
* Fix PR266: Make Module Not Inherit From AnnotableChris Lattner2004-03-121-1/+1
* Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive forMisha Brukman2004-03-121-4/+17
* Add the visitSelectInst visitor methodChris Lattner2004-03-121-0/+1
* Add the SelectInst classChris Lattner2004-03-121-0/+48
* Add the Instruction::Select enumChris Lattner2004-03-121-3/+4
* Add support for select constant exprsChris Lattner2004-03-121-0/+11
* Move function implementations to a .cpp file, avoid #including <cstdlib> here.Misha Brukman2004-03-111-23/+21
* Forward-declare templates for fix compilation when Argument.h is included first.Misha Brukman2004-03-111-0/+4
* Doxygenified and cleand up comments.Misha Brukman2004-03-1116-443/+475
* new methodChris Lattner2004-03-092-0/+8
* Switch over to using edge profile information as the basic profiling represen...Chris Lattner2004-03-081-10/+18
* We don't want to make this a pure interface, as it makes all implementorsChris Lattner2004-03-081-2/+9
* Rearrange some methods, implement the dominates methodChris Lattner2004-03-081-24/+34
* Import the trace class from the reoptimizerChris Lattner2004-03-081-0/+106
* Add the ability to put an annotation at the end of a basic block as well.Chris Lattner2004-03-081-3/+9
* Add support for representing edge countsChris Lattner2004-03-081-1/+19