summaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add MemAccessInst::getNumIndices().Vikram S. Adve2002-08-031-1/+5
* Changes to be GCC 3.1 friendlyChris Lattner2002-07-313-3/+3
* Remove obsolete, confusing, methodChris Lattner2002-07-311-1/+0
* Add GlobalDSGraph -- a common graph that holds externally visible nodes.Vikram S. Adve2002-07-302-68/+180
* Add hooks to get information out of concrete pass manager implementationsChris Lattner2002-07-301-0/+3
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-16/+15
* * Implement stuff so that code can declare that they only depend on the CFG ofChris Lattner2002-07-301-15/+13
* Implement constant propogation of logical (and, or, xor) expressions.Chris Lattner2002-07-301-1/+21
* Expose instruction selection as a pass instead of a global functionChris Lattner2002-07-301-5/+4
* Add rough support for LLC passesChris Lattner2002-07-301-2/+35
* Implement a new RemoveSuccessor functionChris Lattner2002-07-291-4/+11
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-298-18/+0
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-293-11/+3
* * Fix comment descriptionsChris Lattner2002-07-291-5/+11
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-273-54/+29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-2710-86/+33
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+0
* *** empty log message ***Chris Lattner2002-07-2610-70/+5
* * Add support for different "PassType's"Chris Lattner2002-07-261-10/+77
* Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...Chris Lattner2002-07-261-0/+106
* *** empty log message ***Chris Lattner2002-07-2610-35/+12
* Analysis contructors now no longer take AnalysisID's as their argument,Chris Lattner2002-07-261-4/+4
* Simplify analyses so that there is only one analysis per classChris Lattner2002-07-263-138/+251
* Remove dead optionsChris Lattner2002-07-251-9/+1
* Fix previous checkinChris Lattner2002-07-251-1/+3
* Add typenamesChris Lattner2002-07-251-3/+3
* *** empty log message ***Chris Lattner2002-07-251-3/+2
* Avoid warning: control reaches end of non-void functionChris Lattner2002-07-251-0/+1
* *** empty log message ***Chris Lattner2002-07-255-7/+19
* GCC 3.1 changesChris Lattner2002-07-251-1/+1
* GCC 3.1 changesChris Lattner2002-07-242-2/+14
* *** empty log message ***Chris Lattner2002-07-242-7/+7
* GCC 3.1 fixesChris Lattner2002-07-242-6/+7
* *** empty log message ***Chris Lattner2002-07-242-6/+9
* Changes to build with GCC 3.1Chris Lattner2002-07-242-14/+16
* Use the Support/iterator file to abstract out compiler differencesChris Lattner2002-07-241-6/+2
* Use the new include/Support/iterator fileChris Lattner2002-07-241-8/+3
* *** empty log message ***Chris Lattner2002-07-241-4/+4
* Non-standard hash classes are not in the std:: namespaceChris Lattner2002-07-243-7/+7
* *** empty log message ***Chris Lattner2002-07-245-6/+5
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-241-1/+1
* *** empty log message ***Chris Lattner2002-07-241-2/+6
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-241-3/+20
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-241-11/+12
* Disable the operator= in ValueChris Lattner2002-07-243-0/+7
* Remove assert hack now that I'm using the right GDB. :)Chris Lattner2002-07-242-14/+0
* Move many files into IPO.hChris Lattner2002-07-241-0/+32
* Move contents of these files into IPO.hChris Lattner2002-07-244-59/+0
* * Rename to IPO.hChris Lattner2002-07-231-1/+13
* Add a version of the bytecode writer pass that has a default ctorChris Lattner2002-07-231-3/+2