* Rename existing relocations to be more specific
[oota-llvm.git] / include /
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerThese methods are now obsolete
2004-11-22 Chris LattnerAdd a new debug intrinsic parent class. Patch contribu...
2004-11-22 Chris LattnerThis is the proper code for this method, thanks to...
2004-11-22 John CriswellMoved into the poolalloc tree.
2004-11-22 Reid SpencerImplement a missing function called by JIT/Emitter...
2004-11-21 Chris LattnerFix a warning
2004-11-21 Chris LattnerAdd another bit, to make the JIT a bit more efficient.
2004-11-21 Chris Lattnerignore generated files
2004-11-21 Chris LattnerIgnore generated files
2004-11-20 Chris LattnerIgnore files
2004-11-20 Chris LattnerChange this interface a bit
2004-11-20 Chris LattnerAdd new methods that a target should implement
2004-11-20 Chris LattnerAdd missing #include
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-20 Chris LattnerAdd the getRelocationType method that I forgot
2004-11-20 Chris LattnerAllow targets to implement relocation support.
2004-11-20 Chris LattnerNew file
2004-11-20 Chris LattnerRemove dead #include
2004-11-19 Chris LattnerExternal symbols are const char*'s now, change this...
2004-11-19 Chris LattnerInstead of storing std::string's for ExternalSymbol...
2004-11-19 Chris LattnerAdd static functions to clear singleton maps. Patch...
2004-11-19 Chris LattnerThese methods are long gone, ConstantPointerRef is...
2004-11-19 Reid SpencerMake findModulesDefiningSymbols modify its symbols...
2004-11-18 Chris LattnerAdd support for llvm.dbg.stoppoint
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-18 Reid SpencerInclude ltdl.h if we have it.
2004-11-18 Reid SpencerAdd checks for HAVE_LTDL_H and HAVE_LT_DLOPEN
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
2004-11-18 Chris LattnerFix typeo
2004-11-18 Chris LattnerAdd ability to give hints to the overlaps routines.
2004-11-18 Chris LattnerAdd new advanceTo method
2004-11-18 Chris LattnerFix a minor bug in expiredAt. endNumber() is the first...
2004-11-18 Chris LattnerRename some methods, use 'begin' instead of 'start...
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-17 Chris LattnerNew prototype for lowerpacked pass.
2004-11-16 Reid SpencerMake the comment for LinkFiles a bit more precise and...
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Chris LattnerDocument this as clobbering the second arg, make the...
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-15 Chris LattnerAdd an accessor
2004-11-15 Reid SpencerRemove useless/confusing namespace qualifier.
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerChanges per code review:
2004-11-14 Reid Spencer*Make naming convention consistent.*Add convertion...
2004-11-14 Reid SpencerMake the remove*OnSignal functions deal with Paths...
2004-11-14 Reid Spencer*Put the StatusInfo type in the right section. *Provide...
2004-11-14 Reid SpencerAllow explicit closing of the MappedFile, before destru...
2004-11-14 Reid SpencerLinker is its own module now. Moved to include/llvm...
2004-11-14 Reid SpencerAdd higher level interface to simplify use of Compressor
2004-11-14 Reid SpencerAdd the MoreHelp function pointer. If non-null, this...
2004-11-14 Reid SpencerRemove ReadArchiveFile (functionality moved to Archive...
2004-11-14 Reid SpencerComplete rewrite to get first working version.
2004-11-14 Reid SpencerInterface to Linker (revised/expanded from Support...
2004-11-14 Misha BrukmanAdd GhostLinkage for marking functions before they...
2004-11-14 Reid SpencerMoved from include/llvm/Support/Linker.h
2004-11-13 Chris LattnerAdd useful method, minor cleanups
2004-11-13 Chris LattnerAdd support for shifts
2004-11-09 Reid SpencerProvide conversion from posix time.
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-08 Misha BrukmanRemove extra spaces
2004-11-08 Reid SpencerMake writing compressed bytecode the default.
2004-11-07 Misha BrukmanAdd method to delete machine code generated for a Function
2004-11-07 Reid SpencerMake compression the default on writing.
2004-11-07 Reid Spencer* Provide option for specifying bytecode compression
2004-11-07 Chris LattnerThis is V9 specific stuff
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-11-06 Reid SpencerProvide an interface for getting just the external...
2004-11-06 Reid SpencerDeprecate constructors we don't want users to use.
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-11-05 Reid SpencerGo ahead and trust the client not to mess with the...
2004-11-05 Reid Spencer* Documentation corrections (thanks to Chris for nit...
2004-11-05 Reid SpencerFirst version of the interface to Archive files. This...
2004-11-03 Chris Lattnerdefining __STDC_LIMIT_MACROS on the command line is...
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-02 Chris LattnerFix typo, contributed by Henrik Bach!
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerDelete a dead method
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-30 Chris LattnerAdd an assertion and a method
2004-10-29 Misha BrukmanFix grammar (i.e.)
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics aren't even being used
2004-10-28 John CriswellCommented out the _Alloc_traits specialization entirely...
2004-10-28 John CriswellOnly add the _Alloc_traits specialization in if we...
2004-10-28 Brian GaekeRegenerated after fixing typo.
2004-10-27 Reid SpencerAdd the HAVE_RAND48 define.
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-10-27 Nate BegemanRemove dead data member in MRegisterInfo class. Thanks...
next