aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Continue the expositionChris Lattner2004-05-271-25/+133
* Continue the implementationChris Lattner2004-05-271-37/+61
* A few more microstepsChris Lattner2004-05-271-1/+7
* gc_init now gets an argumentChris Lattner2004-05-271-2/+2
* Uhh, that doesn't exist.Chris Lattner2004-05-271-1/+0
* Beta-test moving a header from include/Support into the llvm hierarchy:Chris Lattner2004-05-271-32/+0
* Header file movedChris Lattner2004-05-2721-20/+21
* Header movedChris Lattner2004-05-271-1/+1
* Signals.h header moved. Eventually this should move into a lib/System library,Chris Lattner2004-05-271-1/+1
* Moved header from include/Support/ to include/llvm/SystemChris Lattner2004-05-271-3/+3
* Changes to make libSupport build on systems that don't have the wait syscall.Chris Lattner2004-05-271-30/+12
* Add section on the newly added Instruction and subclasses constructorAlkis Evlogimenos2004-05-271-1/+16
* Only give warnings if the user doesn't have mmap(). This is pretty muchJohn Criswell2004-05-272-8/+6
* Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos2004-05-278-73/+304
* Fix a test that was "broken" by new optimizations. The transformation weChris Lattner2004-05-261-0/+4
* Do not pass a null pointer if this instruction is not prepended orAlkis Evlogimenos2004-05-261-2/+2
* Inline trivial constructors.Alkis Evlogimenos2004-05-263-41/+28
* Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazyReid Spencer2004-05-261-94/+97
* Provide the correct patch for bug 345. The solution is to add a setTypeNameReid Spencer2004-05-262-11/+73
* Tighten up checking on SymbolTable interface to make it illegal to pass aReid Spencer2004-05-261-2/+4
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-2610-108/+133
* Use one destination constructor for the unconditional branch.Alkis Evlogimenos2004-05-261-1/+1
* Fix spelling of doxygen directive.Misha Brukman2004-05-261-1/+1
* Fix PR344: the incorrect remove was being used.Chris Lattner2004-05-262-2/+2
* Make the test use the %A typeChris Lattner2004-05-261-0/+1
* A quick and ugly hack to fix PR345. I used TypeTy specifically to makeChris Lattner2004-05-261-1/+7
* Fix a bug in reid's checkinChris Lattner2004-05-261-2/+3
* Added a section on the SymbolTable class.Reid Spencer2004-05-261-19/+247
* Part of bug 122:Reid Spencer2004-05-266-143/+108
* Part of bug 122. Removed dependency of AsmWriter on SlotCalculator byReid Spencer2004-05-261-52/+426
* Adding scheduling class.Tanya Lattner2004-05-264-0/+492
* Updating my cvs versions. THis is still in progress and much will be changed.Tanya Lattner2004-05-268-314/+598
* Add a (not very meaningful) default constructor for AllocInfo objects.Brian Gaeke2004-05-251-4/+8
* Put SlotTable.h inclusion back at front of list to be coding standardsReid Spencer2004-05-252-2/+2
* Change the install-includes target to completely ignore the llvm/InternalReid Spencer2004-05-251-2/+2
* Make the constructor explicit so we can't implicitly convert bool toReid Spencer2004-05-252-2/+2
* Make some improvements suggested by Chris.Reid Spencer2004-05-252-16/+18
* Adding the initial implementation of the SlotTable class. This class isReid Spencer2004-05-254-0/+618
* Remove this file as well as it is no longer needed nor it compilesAlkis Evlogimenos2004-05-251-25/+0
* Document a couple functions.Reid Spencer2004-05-251-0/+5
* Make use of the doc_author and doc_code styles. <tt>'ify llvm names. MinorChris Lattner2004-05-251-12/+14
* Changed to use SymbolTable's new iteration interfaces.Reid Spencer2004-05-251-6/+18
* Changed to use SymbolTable's new lookup interface.Reid Spencer2004-05-251-2/+2
* Removed unused, useless header file.Reid Spencer2004-05-251-53/+0
* Added a bit on slot numbers.Reid Spencer2004-05-251-0/+38
* Made it illegal to pass a Type* through one of the Value* interfaces. TheReid Spencer2004-05-251-0/+4
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-259-132/+178
* Convert to SymbolTable's new iteration interface. Remove tabs.Reid Spencer2004-05-251-14/+27
* Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer2004-05-251-108/+240
* Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer2004-05-254-76/+75