aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add comments.Brian Gaeke2004-05-291-6/+6
* Trim whitespace.Brian Gaeke2004-05-291-11/+0
* Give InsertCodeForPhis() a new documentation comment.Brian Gaeke2004-05-291-9/+7
* Add method to assign stack slot to virtual register without creating aAlkis Evlogimenos2004-05-292-0/+9
* Add grow() member that grows the maps when the number of virtualAlkis Evlogimenos2004-05-291-2/+6
* Remove defs vector from live intervals.Alkis Evlogimenos2004-05-293-22/+0
* Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32Chris Lattner2004-05-281-16/+41
* Prune #includesChris Lattner2004-05-281-2/+1
* Fix bizzare problems when you include Config/dlfcn and Config/windows.h inChris Lattner2004-05-282-4/+4
* Add links to new-featuer and code-cleanup bugsChris Lattner2004-05-281-0/+30
* Reid implemented this.Chris Lattner2004-05-281-19/+0
* Changes to make the nightly tester run the regression tests at night, yaay!Chris Lattner2004-05-282-13/+156
* updates to ModuloSchedTanya Lattner2004-05-284-20/+182
* Give PhiCp nodes better names in many cases.Brian Gaeke2004-05-281-19/+7
* Make debugging output with -print-machineinstrs more useful: always print outBrian Gaeke2004-05-281-0/+5
* Unbreak the bugpoint imageChris Lattner2004-05-281-1/+1
* Fix the big regression that has been killing the nightly tester these lastChris Lattner2004-05-282-2/+6
* Don't use size() when you mean empty()Chris Lattner2004-05-281-2/+1
* Minor efficiency gain: do 1 nlogn lookup instead of twoChris Lattner2004-05-281-7/+4
* Minor changes. Switch to a SymbolTable remove that does not take linear timeChris Lattner2004-05-282-4/+4
* Eliminate this form of SymbolTable::remove. It ignores the type argumentChris Lattner2004-05-281-4/+3
* Fix one of the major things that is causing the C Backend to infinite loopChris Lattner2004-05-281-0/+1
* Add support for getting executable memory on Windows. This is actuallyChris Lattner2004-05-281-2/+14
* Add a new function for the JIT. libsupport is now the only library thatChris Lattner2004-05-281-1/+53
* Add a new function for the JITChris Lattner2004-05-282-0/+14
* Use the SystemUtils.h file to do our dirty work.Chris Lattner2004-05-281-52/+2
* Right: the #includes are not needed eitherChris Lattner2004-05-281-2/+0
* Add support for zero length filesChris Lattner2004-05-281-1/+10
* Use fileutilities instead of mmap directlyChris Lattner2004-05-281-16/+2
* Use the new FileUtilities.h API for mapping a file into an addressChris Lattner2004-05-284-60/+30
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-283-2/+56
* Remove some more dead code resulting from adding setTypeName().Reid Spencer2004-05-281-5/+1
* Remove an assertion that uses Type::TypeTy that is never hit and willReid Spencer2004-05-271-12/+1
* Clean up a comment.Reid Spencer2004-05-271-1/+1
* Fix for bug 348.Reid Spencer2004-05-271-0/+1
* Make comment lines stick out less.Brian Gaeke2004-05-271-2/+2
* Remove long unused #includesChris Lattner2004-05-271-1/+0
* These #includes are long deadChris Lattner2004-05-271-2/+0
* Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed itJohn Criswell2004-05-271-1/+1
* Fix warnings about reaching end of non-void functionChris Lattner2004-05-271-0/+2
* Add DynamicLinker support for systems that provide windows.hChris Lattner2004-05-271-8/+23
* An "autoconf wrapper" for the infamous windows.h fileChris Lattner2004-05-272-0/+46
* Make the test pass by using the correct RUN: syntax.Reid Spencer2004-05-271-1/+1
* Added a check for a new header file.John Criswell2004-05-274-2/+9
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-271-3/+2
* Use the SymbolTable::isEmpty() method instead of checking for no valueReid Spencer2004-05-271-1/+1
* Add support for dos-style filesChris Lattner2004-05-271-1/+1
* This code is a real mess, but at least get the JIT *building* on platformsChris Lattner2004-05-271-0/+8
* doxygen no longer builds into the docs tree, and we no longer have boostChris Lattner2004-05-271-1/+1
* Add support for dos-style filesChris Lattner2004-05-271-1/+1