oota-llvm.git
2004-08-17 Chris LattnerAdd punctuation, add a new method
2004-08-17 Misha BrukmanAdd itostr(long) for our furry 64-bit friends.
2004-08-17 Misha BrukmanUltra-doxygenify some function header comments.
2004-08-17 Chris LattnerCheck constant expression validity more strictly
2004-08-17 Chris LattnerWork around PR424 for old c/c++ frontends.
2004-08-17 Chris LattnerPrint comments with ;
2004-08-17 Chris LattnerUse a designated comment character when printing comments.
2004-08-17 Chris LattnerAllow targets to specify a comment character
2004-08-17 Reid SpencerAdded a *very* initial cut at a lexicon for LLVM. I...
2004-08-17 Reid SpencerDocumented (Java properties file like) syntax of config...
2004-08-17 Reid SpencerAdd a reference to the ComilerDriver documentation.
2004-08-17 Reid SpencerBytecode File Format Changes:
2004-08-17 Reid SpencerDocumented the removal of alignment in version 4 byteco...
2004-08-17 Nate BegemanRe-fix hiding the Frame Pointer from the register alloc...
2004-08-17 Chris LattnerUse the AsmPrinter emitGlobalConstant.
2004-08-17 Chris LattnerAdd missing \t
2004-08-17 Chris LattnerAdd support for targets that have .quad, drop extra...
2004-08-17 Chris LattnerUse the emitGlobalConstant defined in AsmPrinter
2004-08-17 Chris LattnerImplement emitGlobalConstant
2004-08-17 Chris LattnerAdd some hooks
2004-08-17 Chris LattnerNew, more general, interface.
2004-08-17 Chris LattnerAllow an arbitrary prefix
2004-08-17 Chris LattnerAllow an arbitrary prefix.
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Misha BrukmanRewrite targets/rules to generate files for just PowerP...
2004-08-17 Misha BrukmanRegister classes are target-dependent
2004-08-17 Misha Brukman#include <map> is not necessary here
2004-08-17 Misha Brukman`PowerPC' is no longer a real target
2004-08-17 Misha BrukmanMove variables and methods which need PPC{32,64}* disti...
2004-08-17 Misha BrukmanNo need for an `is64bit' flag
2004-08-17 Misha BrukmanPowerPCInstrInfo and PowerPCRegisterInfo have gone...
2004-08-17 Misha BrukmanConsistently name passed with 32 or 64 in their name
2004-08-17 Misha BrukmanPowerPCRegisterInfo no longer takes a bool to different...
2004-08-17 Misha BrukmanThe PowerPCInstrInfo class has gone away.
2004-08-17 Misha BrukmanPowerPCInstrInfo has gone away, PPC32 and PPC64 share...
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part II, 64-bit customization...
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...
2004-08-17 Chris LattnerDo not #include files into the llvm namespace
2004-08-17 Reid SpencerCorrect the comments in the symbol table writer to...
2004-08-17 Chris LattnerPrint float constants as 4 byte values.
2004-08-17 Chris LattnerMake sure to put an _ prefix on all identifiers!
2004-08-17 Chris LattnerSome asmwriters want an _ prefix
2004-08-17 Chris LattnerSome asmweriters want an _ prefix
2004-08-17 Reid SpencerTechnical Corrections (thanks to Robert Mykland):
2004-08-16 Chris LattnerMore changes to make PPC32 and X86 more similar
2004-08-16 Chris LattnerMinor changes to make the diff be nothing against the...
2004-08-16 Chris LattnerFinegrainify namespacification
2004-08-16 Chris LattnerStart using the AsmPrinter to emit our first class...
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class
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
next