aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* External symbols are const char*'s now, change this to match.Chris Lattner2004-11-191-1/+1
* Instead of storing std::string's for ExternalSymbol references, rely on theChris Lattner2004-11-192-19/+9
* Add static functions to clear singleton maps. Patch contributed byChris Lattner2004-11-192-1/+12
* These methods are long gone, ConstantPointerRef is dead.Chris Lattner2004-11-191-5/+0
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-191-3/+6
* Add support for llvm.dbg.stoppointChris Lattner2004-11-181-0/+27
* Update comments, now that CPR's are gone, inline the methodsChris Lattner2004-11-182-11/+13
* Include ltdl.h if we have it.Reid Spencer2004-11-181-0/+4
* Add checks for HAVE_LTDL_H and HAVE_LT_DLOPENReid Spencer2004-11-181-0/+6
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+80
* Fix typeoChris Lattner2004-11-181-1/+1
* Add ability to give hints to the overlaps routines.Chris Lattner2004-11-181-2/+14
* Add new advanceTo methodChris Lattner2004-11-181-0/+13
* Fix a minor bug in expiredAt. endNumber() is the first number that is not va...Chris Lattner2004-11-181-1/+1
* Rename some methods, use 'begin' instead of 'start', add new LiveIntervalChris Lattner2004-11-181-6/+11
* Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos2004-11-171-8/+5
* New prototype for lowerpacked pass.Chris Lattner2004-11-171-0/+5
* Make the comment for LinkFiles a bit more precise and easily understood.Reid Spencer2004-11-161-3/+4
* Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer2004-11-161-1/+2
* Per code review:\Reid Spencer2004-11-161-18/+23
* Document this as clobbering the second arg, make the second arg be non-constChris Lattner2004-11-161-5/+7
* Per code review:Reid Spencer2004-11-161-11/+11
* Per code review:Reid Spencer2004-11-161-9/+7
* Per code review:Reid Spencer2004-11-161-7/+13
* Add an accessorChris Lattner2004-11-151-2/+9
* Remove useless/confusing namespace qualifier.Reid Spencer2004-11-151-1/+1
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-157-14/+14
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-151-4/+7
* Changes per code review:Reid Spencer2004-11-141-14/+21
* *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer2004-11-141-4/+16
* Make the remove*OnSignal functions deal with Paths not stringsReid Spencer2004-11-141-2/+2
* *Put the StatusInfo type in the right section. *Provide the ability to rename...Reid Spencer2004-11-141-19/+72
* Allow explicit closing of the MappedFile, before destructionReid Spencer2004-11-141-0/+2
* Linker is its own module now. Moved to include/llvm/Linker.hReid Spencer2004-11-141-33/+0
* Add higher level interface to simplify use of CompressorReid Spencer2004-11-141-13/+88
* Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer2004-11-141-0/+8
* Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer2004-11-141-9/+10
* Complete rewrite to get first working version.Reid Spencer2004-11-141-192/+410
* Interface to Linker (revised/expanded from Support/Linker.h)Reid Spencer2004-11-141-10/+70
* Add GhostLinkage for marking functions before they're fully materializedMisha Brukman2004-11-141-1/+2
* Moved from include/llvm/Support/Linker.hReid Spencer2004-11-141-3/+3
* Add useful method, minor cleanupsChris Lattner2004-11-131-3/+7
* Add support for shiftsChris Lattner2004-11-131-0/+12
* Provide conversion from posix time.Reid Spencer2004-11-091-0/+9
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-091-0/+30
* Remove extra spacesMisha Brukman2004-11-081-2/+2
* Make writing compressed bytecode the default.Reid Spencer2004-11-081-1/+1
* Add method to delete machine code generated for a FunctionMisha Brukman2004-11-071-0/+6
* Make compression the default on writing.Reid Spencer2004-11-071-1/+1
* * Provide option for specifying bytecode compressionReid Spencer2004-11-071-5/+6