aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Chris Lattner2002-07-2413-42/+41
* Changes to build with GCC 3.1Chris Lattner2002-07-244-28/+32
* Use the Support/iterator file to abstract out compiler differencesChris Lattner2002-07-241-6/+2
* Use the new include/Support/iterator fileChris Lattner2002-07-242-16/+6
* Add forward_iterator wrapperChris Lattner2002-07-241-0/+7
* Add another GCC2.95->3.1 compatibility headerChris Lattner2002-07-241-0/+36
* Spiff up the header filesChris Lattner2002-07-242-0/+25
* *** empty log message ***Chris Lattner2002-07-243-8/+8
* Non-standard hash classes are not in the std:: namespaceChris Lattner2002-07-245-9/+9
* *** empty log message ***Chris Lattner2002-07-2419-35/+32
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-244-2/+14
* Move compatibility headers to SupportChris Lattner2002-07-242-4/+0
* *** empty log message ***Chris Lattner2002-07-241-2/+6
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-242-6/+40
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-242-22/+24
* Fix problem that GCC3.1 doesn't like.Chris Lattner2002-07-242-2/+2
* Fix a bug exposed by lliChris Lattner2002-07-242-4/+22
* Disable the operator= in ValueChris Lattner2002-07-244-0/+10
* Make the background white, add a "By" section.Chris Lattner2002-07-241-3/+6
* Major changes, expansions, clarifications and corrections.Chris Lattner2002-07-241-118/+323
* Remove assert hack now that I'm using the right GDB. :)Chris Lattner2002-07-242-14/+0
* *** empty log message ***Chris Lattner2002-07-243-4/+0
* Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner2002-07-244-4/+4
* Move many files into IPO.hChris Lattner2002-07-241-0/+32
* Move contents of these files into IPO.hChris Lattner2002-07-244-59/+0
* *** empty log message ***Chris Lattner2002-07-235-13/+9
* Minor changes due to code juggled aroundChris Lattner2002-07-232-10/+10
* Merge ChangeAllocations into scalar.hChris Lattner2002-07-232-2/+2
* Rename headerChris Lattner2002-07-231-1/+1
* Cleanup and simplify codeChris Lattner2002-07-231-59/+22
* Incorporate ConstantMerge.h into IPO.hChris Lattner2002-07-231-3/+2
* Rename LevelChange.h to RaisePointerReferences.hChris Lattner2002-07-231-1/+1
* Register the WriteBytecodePassChris Lattner2002-07-231-0/+5
* * 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
* Incorporate into IPO.hChris Lattner2002-07-231-19/+0
* Prepare the file to become IPO.hChris Lattner2002-07-231-16/+8
* Merge the contents of ChangeAllocations.h into Scalar.hChris Lattner2002-07-232-19/+11
* Allow directories to specify that they want to be built as a shared object by...Chris Lattner2002-07-232-0/+10
* Checking testcase in my local tree onlyChris Lattner2002-07-231-0/+21
* New testcase for bugChris Lattner2002-07-231-0/+542
* TEstcases for old bugsChris Lattner2002-07-232-0/+18
* Check in testcases that were just in my treeChris Lattner2002-07-233-0/+30
* New testcaseChris Lattner2002-07-231-0/+21
* Use the pass registration mechanism to populate command line options forChris Lattner2002-07-231-142/+77
* Raise pass requires an explicit TargetData member now.Chris Lattner2002-07-231-1/+5
* Register Verifier passChris Lattner2002-07-231-2/+2
* Add support for pass registrationChris Lattner2002-07-231-0/+93
* Register Writer passesChris Lattner2002-07-231-0/+4
* *** empty log message ***Chris Lattner2002-07-2320-55/+48