summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fix a minor bug in expiredAt. endNumber() is the first number that is not va...Chris Lattner2004-11-18
* Rename some methods, use 'begin' instead of 'start', add new LiveIntervalChris Lattner2004-11-18
* Make ReturnInst accept a value of type void as the return value. TheAlkis Evlogimenos2004-11-17
* New prototype for lowerpacked pass.Chris Lattner2004-11-17
* Make the comment for LinkFiles a bit more precise and easily understood.Reid Spencer2004-11-16
* Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* Document this as clobbering the second arg, make the second arg be non-constChris Lattner2004-11-16
* Per code review:Reid Spencer2004-11-16
* Per code review:Reid Spencer2004-11-16
* Per code review:Reid Spencer2004-11-16
* Add an accessorChris Lattner2004-11-15
* Remove useless/confusing namespace qualifier.Reid Spencer2004-11-15
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-15
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-15
* Changes per code review:Reid Spencer2004-11-14
* *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer2004-11-14
* Make the remove*OnSignal functions deal with Paths not stringsReid Spencer2004-11-14
* *Put the StatusInfo type in the right section. *Provide the ability to rename...Reid Spencer2004-11-14
* Allow explicit closing of the MappedFile, before destructionReid Spencer2004-11-14
* Linker is its own module now. Moved to include/llvm/Linker.hReid Spencer2004-11-14
* Add higher level interface to simplify use of CompressorReid Spencer2004-11-14
* Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer2004-11-14
* Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer2004-11-14
* Complete rewrite to get first working version.Reid Spencer2004-11-14
* Interface to Linker (revised/expanded from Support/Linker.h)Reid Spencer2004-11-14
* Add GhostLinkage for marking functions before they're fully materializedMisha Brukman2004-11-14
* Moved from include/llvm/Support/Linker.hReid Spencer2004-11-14
* Add useful method, minor cleanupsChris Lattner2004-11-13
* Add support for shiftsChris Lattner2004-11-13
* Provide conversion from posix time.Reid Spencer2004-11-09
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-09
* Remove extra spacesMisha Brukman2004-11-08
* Make writing compressed bytecode the default.Reid Spencer2004-11-08
* Add method to delete machine code generated for a FunctionMisha Brukman2004-11-07
* Make compression the default on writing.Reid Spencer2004-11-07
* * Provide option for specifying bytecode compressionReid Spencer2004-11-07
* This is V9 specific stuffChris Lattner2004-11-07
* Add support for compressed bytecodeReid Spencer2004-11-06
* Provide an interface for getting just the external symbols from aReid Spencer2004-11-06
* Deprecate constructors we don't want users to use.Reid Spencer2004-11-06
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer2004-11-05
* * Documentation corrections (thanks to Chris for nit-picking)Reid Spencer2004-11-05
* First version of the interface to Archive files. This introduces theReid Spencer2004-11-05
* defining __STDC_LIMIT_MACROS on the command line is not really necessaryChris Lattner2004-11-03
* Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner2004-11-02
* Fix typo, contributed by Henrik Bach!Chris Lattner2004-11-02
* Remove more dead methodsChris Lattner2004-11-01
* Delete a dead methodChris Lattner2004-11-01