Print incoming arguments and return values.
[oota-llvm.git] / include /
2001-11-15 Chris Lattner-cleangcc pass now remove type names that are never...
2001-11-14 Vikram S. AdveAdd function returning which operand holds immediate...
2001-11-14 Ruchira Sasankaadded isPseudoInstr()
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-12 Ruchira SasankaChanged for adding Phi Elimination code
2001-11-10 Ruchira SasankaMade isPhi const
2001-11-10 Chris LattnerInitail checking of structure swapper
2001-11-10 Chris LattnerInitial checkin of Structure mutator
2001-11-10 Chris LattnerProvide const version of function with the name the...
2001-11-10 Chris LattnerRefactor some functionality to expose more useful stuff
2001-11-09 Chris LattnerNew pass to figure out what types are in use by a program
2001-11-09 Vikram S. AdveCache parameters for target machine.
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-08 Chris LattnerRemove unneeded forward decl
2001-11-08 Vikram S. AdveAdd handle to object MachineFrameInfo.
2001-11-08 Vikram S. AdveInclude handle to TargetMachine in each Machine...Info...
2001-11-08 Vikram S. AdveAdd method CreateCodeToCopyIntToFloat.
2001-11-08 Vikram S. AdveMachine-independent interface to target's stack frame...
2001-11-08 Vikram S. AdveUse different op labels for bitwise logical operations...
2001-11-08 Vikram S. AdveAdded a second constructor for and improved class TmpIn...
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-08 Vikram S. AdveOld file which was moved to include/llvm/Target some...
2001-11-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-11-07 Chris LattnerInitial checkin of pointer safety checker
2001-11-07 Chris LattnerOkay, so this is a huge hack. Fixme later
2001-11-07 Chris LattnerNew class to provide high performance writing.
2001-11-05 Vikram S. AdveMake reg. numbers signed ints.
2001-11-04 Chris LattnerMinor method rename
2001-11-03 Chris LattnerAdd a helper function to PHI node
2001-11-03 Chris LattnerExpose method to merge identically named methods
2001-11-03 Ruchira SasankaMoved InsertCallerSaveInstr to the SparcRegInfo.cpp...
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-11-03 Chris LattnerFix the linker. This bug was not fun to track down...
2001-11-01 Chris LattnerPrint floating point numbers in expodential form so...
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris LattnerImplement constant propogation of null pointer values.
2001-11-01 Chris LattnerAdd simpler to use ctors. Add getType() overload to...
2001-11-01 Chris LattnerAdd new isNullValue method
2001-11-01 Chris LattnerInitial checkin of level raising code
2001-11-01 Chris LattnerMove level change xfor into the transforms directory
2001-11-01 Chris LattnerAdd some useful accessors
2001-10-31 Chris LattnerImplement code to convert %malloc and %free FUNCTION...
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-31 Chris LattnerNew GCC cleanup pass interface
2001-10-30 Chris LattnerFix ordering problem. Found by purify. :)
2001-10-29 Chris LattnerExpose some more printing functionality from the assemb...
2001-10-29 Chris LattnerSystems headers use <> not ""
2001-10-29 Chris LattnerInclude functionality to get a string array constant...
2001-10-29 Chris LattnerRemove useCSyntax flag
2001-10-28 Chris LattnerInitial checkin of name mangling code. Moved from...
2001-10-28 Chris LattnerRemove unneccesary function prototypes
2001-10-28 Vikram S. AdveAdded a constant pool to record values that need to...
2001-10-28 Vikram S. AdveAdd support for name mangling.
2001-10-28 Vikram S. AdveSwitch useLLVMSyntax to useCSyntax.
2001-10-28 Vikram S. AdveSupport printing control characters in standard C/assem...
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-28 Ruchira SasankaMoved callerSaving code to machine specific classes...
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Chris LattnerMore symbol table bugfixes that are impossible to track...
2001-10-23 Chris LattnerFix another annoying bug that took forever to track...
2001-10-22 Vikram S. AdveAdded object of class MachineCodeForMethod.
2001-10-22 Vikram S. AdveAdded class MachineCodeForMethod to provide method...
2001-10-22 Vikram S. AdveAdded function interfaces for generating prolog and...
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-22 Chris LattnerFix bug exposed by this testcase:
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-19 Ruchira SasankaAdded code to Initialize (MachineOperand) to initialize...
2001-10-18 Chris LattnerRefactor code into Assembly & bytecode libraries
2001-10-18 Chris Lattnerinitial checkin
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerInitial Checkin
2001-10-18 Chris LattnerPull bytecode writing out of Module writer pass. Prepa...
2001-10-18 Chris LattnerAdd operator[] accessors
2001-10-18 Vikram S. AdveAdd option to print per module instead of per method...
2001-10-18 Vikram S. AdveAdd option to print as bytecode instead of assembly.
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-18 Chris LattnerConvert to new simpler pass structure
2001-10-18 Chris LattnerSimplify Pass by removing silly subclasses
2001-10-18 Chris LattnerFix minor bug, update comments
2001-10-18 Chris LattnerPass's return true if they make a modification, not...
2001-10-18 Chris LattnerConvert optimizations to use the Pass infrastructure
2001-10-18 Vikram S. AdveAdded virtual function to generate an instruction seque...
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-17 Vikram S. AdveRemove extra assert in dyn_cast_or_null.
2001-10-16 Ruchira Sasankaadded initializing regNum to -1 in both constructors...
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-10-15 Chris LattnerConcretePass should not be a templated class!
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples
2001-10-15 Chris LattnerConvert to use Pass infrastructure
2001-10-15 Chris LattnerFile moved to: llvm/Transforms/HoistPHIConstants.h
2001-10-15 Ruchira Sasanka--changed Sugesting colors for method calls/return...
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-10-15 Chris LattnerBe const correct
2001-10-15 Chris LattnerAdd cast_or_null & dyn_cast_or_null
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris LattnerImprove error messages on assertion failure.
2001-10-14 Chris Lattner*** empty log message ***
2001-10-14 Chris LattnerUpdate comment, remove misleading method
next