summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* added std:: to vectorAnand Shukla2002-07-16
* added std:: to stringAnand Shukla2002-07-16
* added std:: to cerr and endlAnand Shukla2002-07-16
* Added the Mapping Pass to out put Mapping Info to .s fileMehwish Nagda2002-07-15
* Initial checking : Writes LLVM - MI mappiing to the .s fileMehwish Nagda2002-07-15
* Ensure ConstExpr constants are unique using aVikram S. Adve2002-07-15
* Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llxChris Lattner2002-07-15
* Added support to write out ConstantExpr nodes.Vikram S. Adve2002-07-14
* Added subclass ConstantExpr to represent expressions consructed fromVikram S. Adve2002-07-14
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-14
* Add support for writing ConstantExpr nodes.Vikram S. Adve2002-07-14
* Write out the plane for types first, since values of primitive typesVikram S. Adve2002-07-14
* Use a helper function outputConstantsInPlane in outputConstants.Vikram S. Adve2002-07-14
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-14
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-14
* Added support for parsing expressions constructed from constant values.Vikram S. Adve2002-07-14
* Declare globals llvmAsmtext and llvmAsmleng for use in the parser.Vikram S. Adve2002-07-14
* Added EmitFunctions directoryAnand Shukla2002-07-12
* Initial makefileAnand Shukla2002-07-12
* Initial version: adds a function table to output codeAnand Shukla2002-07-12
* * Pass the DSGraph around instead of the Function to printing fnsChris Lattner2002-07-11
* * Nodes now keep track of any global variables in themChris Lattner2002-07-11
* * Nodes now keep track of any global variables in themChris Lattner2002-07-11
* added std:: to endlAnand Shukla2002-07-11
* added std:: to vectorAnand Shukla2002-07-11
* New implementation of data structure analysis. Only local analysis has beenChris Lattner2002-07-10
* Disable folding g-e-p instructions into loads and stores.Chris Lattner2002-07-10
* Disable pool allocation stuff until data structure analysis is sorted back outChris Lattner2002-07-10
* Reimplement data structure analysisChris Lattner2002-07-10
* Bug fix: cast (bool) has higher precedence than %... who knew!Vikram S. Adve2002-07-10
* Fix print of BB name in dump().Vikram S. Adve2002-07-10
* Add support for marking each operand as a %hh, %hm, %lm or %lo.Vikram S. Adve2002-07-10
* Changed interface to insertCallerSavingCode().Vikram S. Adve2002-07-10
* Stop using pseudo-instructions (SETX, SETUW, SETSW)Vikram S. Adve2002-07-10
* Add support to print %hh, %hm, %lm, or %lo in an operand field.Vikram S. Adve2002-07-10
* Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW)Vikram S. Adve2002-07-10
* More important fixes:Vikram S. Adve2002-07-10
* *** empty log message ***Chris Lattner2002-07-10
* changed mem_fun to std::mem_funAnand Shukla2002-07-09
* Added std:: to mem_fun for 64-bit gccAnand Shukla2002-07-09
* Implementing shift left & shift right on pointersChris Lattner2002-07-09
* Added support for printing constant global references toVikram S. Adve2002-07-09
* Fix iteration and InsertPos bugs introduced when Chris changed over to ilist.Vikram S. Adve2002-07-08
* Numerous changes in interface to class SparcRegInfo corresponding toVikram S. Adve2002-07-08
* class MachineCodeForBasicBlock is now an annotation on BasicBlock.Vikram S. Adve2002-07-08
* BA no longer has the unused CC operand.Vikram S. Adve2002-07-08
* Have to save a boolean (setCC) value whenever use is outside the currentVikram S. Adve2002-07-08
* BA has only one argument.Vikram S. Adve2002-07-08
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-08
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-08