summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Convert to new simpler Pass structureChris Lattner2001-10-181-57/+16
* Convert to new simpler Pass structureChris Lattner2001-10-183-9/+10
* Convert to new simpler pass structureChris Lattner2001-10-186-30/+25
* Simplify Pass by removing silly subclassesChris Lattner2001-10-181-93/+22
* Fix minor bug, update commentsChris Lattner2001-10-181-4/+4
* Pass's return true if they make a modification, not if they failChris Lattner2001-10-181-15/+14
* Convert optimizations to use the Pass infrastructureChris Lattner2001-10-186-43/+108
* Added virtual function to generate an instruction sequence toVikram S. Adve2001-10-182-0/+40
* 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve2001-10-172-1/+42
* Remove extra assert in dyn_cast_or_null.Vikram S. Adve2001-10-171-2/+0
* added initializing regNum to -1 in both constructors of MachineOperandRuchira Sasanka2001-10-161-0/+1
* Added support for caller savingRuchira Sasanka2001-10-162-2/+28
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-152-3/+3
* ConcretePass should not be a templated class!Chris Lattner2001-10-154-8/+6
* Add new Pass infrastructure and some examplesChris Lattner2001-10-154-0/+294
* Convert to use Pass infrastructureChris Lattner2001-10-151-5/+18
* File moved to: llvm/Transforms/HoistPHIConstants.hChris Lattner2001-10-151-19/+0
* --changed Sugesting colors for method calls/return values etc.Ruchira Sasanka2001-10-151-10/+9
* fixed a coalscing bugRuchira Sasanka2001-10-151-5/+5
* Be const correctChris Lattner2001-10-151-1/+1
* Add cast_or_null & dyn_cast_or_nullChris Lattner2001-10-151-1/+20
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-152-12/+12
* Improve error messages on assertion failure.Chris Lattner2001-10-151-2/+6
* *** empty log message ***Chris Lattner2001-10-141-1/+1
* Update comment, remove misleading methodChris Lattner2001-10-141-7/+5
* Initializers are not const even if the GV is.Chris Lattner2001-10-141-2/+2
* Cast NULL when requested.Vikram S. Adve2001-10-141-2/+3
* Added getEntryNode() and getExitNode() functions.Vikram S. Adve2001-10-141-1/+6
* Insert code to trace values at basic block and method exits.Vikram S. Adve2001-10-141-0/+75
* Added routine to create a char array for a string.Vikram S. Adve2001-10-141-1/+2
* Use the instruction.def file to remain up to date with future instructionChris Lattner2001-10-141-35/+20
* New file to define instructions...Chris Lattner2001-10-141-0/+145
* New module linking functionality prototypeChris Lattner2001-10-133-0/+60
* Dang, I screwed up the merge. This should be betterChris Lattner2001-10-131-2/+2
* Fix filename in commentChris Lattner2001-10-131-1/+1
* Better linux support. This file still sucksChris Lattner2001-10-131-0/+1
* Fix broken #endifChris Lattner2001-10-131-1/+1
* not is a keyword in Ansi C++. Avoid itChris Lattner2001-10-131-2/+2
* Clean up initializers for GCC 2.96Chris Lattner2001-10-131-8/+9
* Remove exception specification. Only slows code down.Chris Lattner2001-10-131-1/+1
* Changes to compile with GCC 2.96Chris Lattner2001-10-131-8/+12
* Add comment indicating semantics of indirect callsChris Lattner2001-10-131-0/+4
* New ctor for invoke instChris Lattner2001-10-131-1/+3
* Add support for indirect callsChris Lattner2001-10-131-4/+7
* Add some casts to make GCC 2.96 happy.Chris Lattner2001-10-131-2/+4
* Add use_back() methodsChris Lattner2001-10-131-0/+2
* Add classof implementations for UserChris Lattner2001-10-131-0/+8
* Expose typedefsChris Lattner2001-10-131-0/+2
* Add support for module local constantsChris Lattner2001-10-131-1/+14
* Add new opcode for Invoke instructionChris Lattner2001-10-131-1/+1