oota-llvm.git
2004-08-16 Chris LattnerMoved this file out of lib/CodeGen
2004-08-16 Chris LattnerHacks to make the MachineFunction class be able to...
2004-08-16 Chris LattnerCode moved out of lib/CodeGen/MachineFunction.cpp
2004-08-16 Chris LattnerMove this code to lib/Target/SparcV9/MachineFunctionInf...
2004-08-16 Chris LattnerThis file is moving to lib/Target/SparcV9
2004-08-16 Chris LattnerFit into 80 lines, add a gross hack for MachineFunctionInfo
2004-08-16 Chris LattnerThese files now live in lib/Target/SparcV9
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-16 Chris LattnerNuke this file
2004-08-16 Chris LattnerFold MachineInstrAnnot.cpp into this file
2004-08-16 Chris LattnerSpaces arg!
2004-08-16 Reid SpencerCorrect the documentation for the module block header...
2004-08-16 Misha BrukmanMove these files (which are dependent on VMCore) into...
2004-08-16 Brian GaekeUpdate and consolidate comments. Remove some excess...
2004-08-16 Brian GaekeAdd a note that people shouldn't use MachineFunctionInfo.
2004-08-16 Reid SpencerBug 422 fixed.
2004-08-16 John CriswellMerged in RELEASE_13. This fixes the Command Guide...
2004-08-16 John CriswellUpdated for 1.3.
2004-08-16 John CriswellMerged in release_13 branch.
2004-08-16 Reid SpencerFix PR422.
2004-08-16 Reid SpencerBack out include/llvm/System changes until a satisfacto...
2004-08-16 Reid SpencerRemove lib/System contents until a satisfactory solutio...
2004-08-16 Reid SpencerBack out dependencies on lib/System/Path.h
2004-08-16 Reid SpencerFix definitions to match tool's actual capabilities.
2004-08-16 Chris LattnerBug fixed
2004-08-16 Chris LattnerBelieve it or not, this was broken in LLVM 1.3
2004-08-16 Chris LattnerFix a bug that caused the pass to go into infinite...
2004-08-16 Chris LattnerThere is no need for a cast here
2004-08-16 Nate BegemanUpdate the current state of the world
2004-08-16 Nate BegemanFix typo of the word 'implicit' I made resolving a...
2004-08-16 Nate BegemanFix frame pointer handling:
2004-08-16 Nate BegemanFix mismatched adjust down/up of SP in functions that...
2004-08-16 Chris LattnerUse CodeGenRegister class to make reading in of registe...
2004-08-16 Chris LattnerAdd initial support for register and register class...
2004-08-16 Chris LattnerFlags and TSFlags were (thankfully) never used, so...
2004-08-16 Chris LattnerAdd a special case for argc,argv
2004-08-16 Chris LattnerDon't pass too many arguments into runFunction
2004-08-16 Chris LattnerScrub all LLVM 1.3 stuff, changing over to 1.4. Add...
2004-08-16 Chris LattnerFinally, add support for calling arbitrary non-varargs...
2004-08-15 Chris LattnerHandle all nullary functions, of any valid return type.
2004-08-15 Chris LattnerFine, go all of the way and check that the argument...
2004-08-15 Chris LattnerThese only really work if returning int or void
2004-08-15 Chris LattnerSwitch to using the JIT now that it can directly call...
2004-08-15 Chris LattnerHandle zero arg function case
2004-08-15 Chris LattnerSimplify code a bit, print error message always instead...
2004-08-15 Chris LattnerSimplify code, make it print the constructed module...
2004-08-15 Chris LattnerV8 never used the instrselectorgenerator
2004-08-15 Chris Lattnerisdummyclass goes away
2004-08-15 Chris LattnerRemove awareness of isDummyClass
2004-08-15 Chris Lattnerdisable all of the pattern isel stuff
2004-08-15 Chris LattnerDisable the pattern isel
2004-08-15 Chris LattnerInclude .td and .txt files in the greps. This will...
2004-08-15 Chris LattnerDocumentation like this doesn't belong here, and now...
2004-08-15 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-08-15 Chris LattnerAdd new TargetRegisterClass::contains method
2004-08-15 Chris LattnerInsertion methods now return void instead of #instrs...
2004-08-15 Chris LattnerCode insertion methods now return void instead of ...
2004-08-15 Chris LattnerCode insertion methods now return void instead of an...
2004-08-15 Chris LattnerThe insertion method returns void now
2004-08-15 Chris LattnerImplement a long overdue FIXME, by changing these metho...
2004-08-15 Chris LattnerNuke ifdef'd out code
2004-08-15 Chris LattnerRemove helper method
2004-08-15 Chris LattnerStop using CreateStackObject(RegClass*)
2004-08-15 Chris LattnerThese methods no longer take a TargetRegisterClass...
2004-08-15 Chris LattnerEliminate the RegisterClass argument, since it can...
2004-08-15 Alkis EvlogimenosMake this compile on gc 3.4.1 (static_cast to non-const...
2004-08-15 Reid SpencerMore Functionality:
2004-08-15 Reid SpencerInitial configuration files (to be installed) for ll...
2004-08-15 Reid SpencerInitial implementations of the ErrorCode and Path conce...
2004-08-15 Reid SpencerFirst version of a class to represent the notion of...
2004-08-15 Reid SpencerFirst version of a class to represent operating system...
2004-08-15 Nate BegemanAdd future optimization opportunity
2004-08-15 Nate BegemanFix float to int codepath by always allocating 8 bytes...
2004-08-15 Chris LattnerZimm16 is now dead. Its entry is not removed from...
2004-08-15 Chris LattnerConvert all of the DForm_6* operations, which makes...
2004-08-15 Chris LattnerAdd i1imm
2004-08-15 Chris LattnerReenable the CCRC
2004-08-15 Chris LattnerConvert the DForm_4 over to the asmprintergen
2004-08-15 Nate BegemanRemove dead code
2004-08-14 Chris LattnerPrint mflr using the asmwriter generator
2004-08-14 Chris LattnerUpdate to no longer take MF as an argument
2004-08-14 Chris LattnerMake the AsmWriter a first-class tblgen object. Allow...
2004-08-14 Nate BegemanReplace PowerPCPEI.cpp with target independant PrologEp...
2004-08-14 Nate BegemanAdd support for frame pointers, and large offsets from...
2004-08-14 Misha BrukmanUse the `tools-only' target to avoid getting warnings...
2004-08-14 Nate BegemanAdd indexed forms of load doubleword and load word...
2004-08-14 Nate BegemanFix handling of FP constants with single precision...
2004-08-14 Nate BegemanAdd initial support for using the generated asm writer...
2004-08-14 Nate BegemanAdd generation of asm writer from tablegen files to...
2004-08-14 Nate BegemanEliminate MachineFunction& argument from eliminateFrame...
2004-08-14 Nate BegemanEliminate MachineFunction& argument from eliminateFrame...
2004-08-14 Nate BegemanEliminate MachineFunction& argument from eliminateFrame...
2004-08-14 Nate BegemanElminiate MachineFunction& argument from eliminateFrame...
2004-08-14 Chris LattnerImplement test/Regression/Transforms/GlobalConstifier...
2004-08-14 Chris LattnerNew testcase that the constifier should handle
2004-08-14 Chris LattnerNew basic testcase for the constifier
2004-08-14 Reid SpencerConverted to use flex for tokenizing input so we can...
2004-08-13 Reid SpencerFix header commentary.
2004-08-13 Reid SpencerAdditional functionality. This version handles option...
2004-08-13 Reid SpencerFirst version of a utility internal to llvmc that handl...
next