summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Header file movedChris Lattner2004-05-27
* Signals.h header moved. Eventually this should move into a lib/System library,Chris Lattner2004-05-27
* Changes to make libSupport build on systems that don't have the wait syscall.Chris Lattner2004-05-27
* Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos2004-05-27
* Do not pass a null pointer if this instruction is not prepended orAlkis Evlogimenos2004-05-26
* Inline trivial constructors.Alkis Evlogimenos2004-05-26
* Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazyReid Spencer2004-05-26
* Provide the correct patch for bug 345. The solution is to add a setTypeNameReid Spencer2004-05-26
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-26
* Use one destination constructor for the unconditional branch.Alkis Evlogimenos2004-05-26
* Fix PR344: the incorrect remove was being used.Chris Lattner2004-05-26
* A quick and ugly hack to fix PR345. I used TypeTy specifically to makeChris Lattner2004-05-26
* Part of bug 122:Reid Spencer2004-05-26
* Part of bug 122. Removed dependency of AsmWriter on SlotCalculator byReid Spencer2004-05-26
* Adding scheduling class.Tanya Lattner2004-05-26
* Updating my cvs versions. THis is still in progress and much will be changed.Tanya Lattner2004-05-26
* Add a (not very meaningful) default constructor for AllocInfo objects.Brian Gaeke2004-05-25
* Put SlotTable.h inclusion back at front of list to be coding standardsReid Spencer2004-05-25
* Make the constructor explicit so we can't implicitly convert bool toReid Spencer2004-05-25
* Make some improvements suggested by Chris.Reid Spencer2004-05-25
* Adding the initial implementation of the SlotTable class. This class isReid Spencer2004-05-25
* Remove this file as well as it is no longer needed nor it compilesAlkis Evlogimenos2004-05-25
* Document a couple functions.Reid Spencer2004-05-25
* Changed to use SymbolTable's new iteration interfaces.Reid Spencer2004-05-25
* Changed to use SymbolTable's new lookup interface.Reid Spencer2004-05-25
* Made it illegal to pass a Type* through one of the Value* interfaces. TheReid Spencer2004-05-25
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-25
* Convert to SymbolTable's new iteration interface. Remove tabs.Reid Spencer2004-05-25
* Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer2004-05-25
* Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer2004-05-25
* Remove unused header file.Reid Spencer2004-05-25
* Make this pass simply invoke SymbolTable::strip().Reid Spencer2004-05-25
* Remove use of Type::TypeTy from an assert. It will go away soon.Reid Spencer2004-05-25
* Get rid of a wart: useless getFILE function is now a cast macro.Reid Spencer2004-05-25
* Recognize memalign and friends, and handle them specially.Vikram S. Adve2004-05-25
* Implement InstCombine:shift.ll:test16, which turns (X >> C1) & C2 != C3Chris Lattner2004-05-25
* Implement some helpersChris Lattner2004-05-25
* Implement instcombine/cast.ll:test16:Chris Lattner2004-05-25
* Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner2004-05-24
* Fix a bug in my previous checkinChris Lattner2004-05-24
* Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner2004-05-24
* Eliminate an explicit use of the LLVM basic block, using getParent instead,Chris Lattner2004-05-24
* Changed clone to be const.Tanya Lattner2004-05-24
* Spelling people's names right is kinda importantChris Lattner2004-05-23
* Add support for accurate garbage collection to the LLVM code generatorsChris Lattner2004-05-23
* Add some notes to myself, no functional changesChris Lattner2004-05-23
* minor wording changeChris Lattner2004-05-23
* Fix cases where we missed inlining some more obvious candidates because theChris Lattner2004-05-23
* Simplify the interface and remove an unneeded #includeChris Lattner2004-05-23
* Fairly substantial changes to update the alias analysis we are querying asChris Lattner2004-05-23