aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for dos style files.Chris Lattner2004-05-271-1/+1
* Add back a test I accidentally removedChris Lattner2004-05-271-0/+5
* Fix InstCombine/load.ll & PR347.Chris Lattner2004-05-271-12/+24
* Add another testcaseChris Lattner2004-05-271-5/+7
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-271-3/+7
* Added a "RUN:" line so this file can be executed by TestRunner.shReid Spencer2004-05-271-0/+2
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-271-6/+3
* remove bogus testChris Lattner2004-05-271-12/+0
* Make the test test what it is supposed toChris Lattner2004-05-271-0/+5
* The -exprs pass is no longer with LLVM. *sniff*Chris Lattner2004-05-272-29/+0
* Correct test. use "not grep" instead of "grep -v"Chris Lattner2004-05-271-2/+2
* Implement constant folding of fmod, which is used a lot in povrayChris Lattner2004-05-271-2/+9
* Right, globals aren't values yet..Chris Lattner2004-05-272-2/+2
* Restructure call constant folding code a bit to make it simplerChris Lattner2004-05-271-39/+40
* Add a simple pass.Chris Lattner2004-05-272-0/+90
* 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