aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Oops, this was not to go inChris Lattner2004-06-021-1/+1
* Adjust to the new TargetMachine interfaceChris Lattner2004-06-024-32/+32
* Adjust to new TargetMachine interfaceChris Lattner2004-06-0211-19/+18
* Inline findOptimalStorageSize into it's caller, both of which are sparc specificChris Lattner2004-06-021-12/+18
* Adjust to new TM interfaceChris Lattner2004-06-021-1/+1
* Method has been inlined into all callersChris Lattner2004-06-021-7/+0
* Convert to the new TargetMachine interface.Chris Lattner2004-06-0228-161/+166
* Stubs are no longer neededChris Lattner2004-06-021-5/+0
* Adjust to new TM interfacesChris Lattner2004-06-024-12/+6
* Finegrainify namespacificationChris Lattner2004-06-022-6/+3
* Fix a trivial but blatant bugChris Lattner2004-06-021-4/+4
* Implement the new CopyFile functionChris Lattner2004-06-021-0/+35
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-021-4/+4
* Fix spelling, trim empty space, tighten up function header comment.Misha Brukman2004-06-021-10/+3
* Implement PR315: abort, don't warn, when missing external functions encounteredChris Lattner2004-06-011-9/+17
* Use new form of unconditional branch constructor.Brian Gaeke2004-06-011-1/+1
* Modified calcTypeName() so that it does not allocate a std::string forJohn Criswell2004-06-011-24/+37
* There is no "mcff" here; delete the confusing comments that refer to it.Brian Gaeke2004-05-301-6/+0
* Pull Interval class out of LiveIntervals.Alkis Evlogimenos2004-05-303-80/+67
* Transform an occurrence of if(...) { assert (0) }.Brian Gaeke2004-05-301-4/+2
* When spilling an register, introduce a new temporary for each of itsAlkis Evlogimenos2004-05-303-57/+84
* Reduce the amount of LLVM Values for which we save reg. allocatorBrian Gaeke2004-05-301-9/+14
* Rename verifySavedState to dumpSavedState. Give it a new comment.Brian Gaeke2004-05-302-9/+11
* Insert machine instructions generated for Phi nodes into theirBrian Gaeke2004-05-301-0/+3
* Fix typo in head-of-file comment.Brian Gaeke2004-05-301-1/+1
* Fix a bug that Chris asserts emphatically is a bug. The changed clauseReid Spencer2004-05-301-1/+1
* Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer2004-05-302-902/+0
* Remove unused #include.Brian Gaeke2004-05-291-1/+0
* 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-292-20/+0
* Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32Chris Lattner2004-05-281-16/+41
* Prune #includesChris Lattner2004-05-281-2/+1
* 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
* 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
* 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
* Use the SystemUtils.h file to do our dirty work.Chris Lattner2004-05-281-52/+2
* Add support for zero length filesChris Lattner2004-05-281-1/+10
* 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-281-0/+34