aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-05-28Give PhiCp nodes better names in many cases.Brian Gaeke
2004-05-28Make debugging output with -print-machineinstrs more useful: always print outBrian Gaeke
2004-05-28Fix the big regression that has been killing the nightly tester these lastChris Lattner
2004-05-28Don't use size() when you mean empty()Chris Lattner
2004-05-28Minor efficiency gain: do 1 nlogn lookup instead of twoChris Lattner
2004-05-28Minor changes. Switch to a SymbolTable remove that does not take linear timeChris Lattner
2004-05-28Fix one of the major things that is causing the C Backend to infinite loopChris Lattner
2004-05-28Add support for getting executable memory on Windows. This is actuallyChris Lattner
2004-05-28Add a new function for the JIT. libsupport is now the only library thatChris Lattner
2004-05-28Use the SystemUtils.h file to do our dirty work.Chris Lattner
2004-05-28Add support for zero length filesChris Lattner
2004-05-28Use the new FileUtilities.h API for mapping a file into an addressChris Lattner
2004-05-28Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner
2004-05-28Remove some more dead code resulting from adding setTypeName().Reid Spencer
2004-05-27Remove an assertion that uses Type::TypeTy that is never hit and willReid Spencer
2004-05-27Clean up a comment.Reid Spencer
2004-05-27Fix for bug 348.Reid Spencer
2004-05-27Make comment lines stick out less.Brian Gaeke
2004-05-27Remove long unused #includesChris Lattner
2004-05-27These #includes are long deadChris Lattner
2004-05-27Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed itJohn Criswell
2004-05-27Fix warnings about reaching end of non-void functionChris Lattner
2004-05-27Add DynamicLinker support for systems that provide windows.hChris Lattner
2004-05-27Use the SymbolTable::isEmpty() method instead of checking for no valueReid Spencer
2004-05-27This code is a real mess, but at least get the JIT *building* on platformsChris Lattner
2004-05-27Add support for dos-style filesChris Lattner
2004-05-27Fix InstCombine/load.ll & PR347.Chris Lattner
2004-05-27Implement constant folding of fmod, which is used a lot in povrayChris Lattner
2004-05-27Restructure call constant folding code a bit to make it simplerChris Lattner
2004-05-27Header file movedChris Lattner
2004-05-27Signals.h header moved. Eventually this should move into a lib/System library,Chris Lattner
2004-05-27Changes to make libSupport build on systems that don't have the wait syscall.Chris Lattner
2004-05-27Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos
2004-05-26Do not pass a null pointer if this instruction is not prepended orAlkis Evlogimenos
2004-05-26Inline trivial constructors.Alkis Evlogimenos
2004-05-26Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazyReid Spencer
2004-05-26Provide the correct patch for bug 345. The solution is to add a setTypeNameReid Spencer
2004-05-26Refactor common initialization code in private init() functions.Alkis Evlogimenos
2004-05-26Use one destination constructor for the unconditional branch.Alkis Evlogimenos
2004-05-26Fix PR344: the incorrect remove was being used.Chris Lattner
2004-05-26A quick and ugly hack to fix PR345. I used TypeTy specifically to makeChris Lattner
2004-05-26Part of bug 122:Reid Spencer
2004-05-26Part of bug 122. Removed dependency of AsmWriter on SlotCalculator byReid Spencer
2004-05-26Adding scheduling class.Tanya Lattner
2004-05-26Updating my cvs versions. THis is still in progress and much will be changed.Tanya Lattner
2004-05-25Add a (not very meaningful) default constructor for AllocInfo objects.Brian Gaeke
2004-05-25Put SlotTable.h inclusion back at front of list to be coding standardsReid Spencer
2004-05-25Make the constructor explicit so we can't implicitly convert bool toReid Spencer
2004-05-25Make some improvements suggested by Chris.Reid Spencer
2004-05-25Adding the initial implementation of the SlotTable class. This class isReid Spencer