summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Moved to lib/LinkerReid Spencer2004-11-14
* Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer2004-11-14
* Implement the toString methodReid Spencer2004-11-14
* Update for prototype changesReid Spencer2004-11-14
* * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer2004-11-14
* Fix bugs in class invariantReid Spencer2004-11-14
* Include the correct implementation fileReid Spencer2004-11-14
* Don't exceed 80 columns.Reid Spencer2004-11-14
* Implement IdentifyFileType functionReid Spencer2004-11-14
* Implement the high level interface to make (de)compression easier.Reid Spencer2004-11-14
* Implement the MoreHelp utility that calls a function to printmore help inform...Reid Spencer2004-11-14
* Don't bother with a re-linked library, ensure archive library is built.Reid Spencer2004-11-14
* *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...Reid Spencer2004-11-14
* Simplify compression code by using the high level interface to the CompressorReid Spencer2004-11-14
* Add wrappers to get defined symbols from bytecodeReid Spencer2004-11-14
* Simplify handling of decompressionReid Spencer2004-11-14
* Simplify decompression code by using the high level interface to the CompressorReid Spencer2004-11-14
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-14
* Implementation declarations for ArchiveReid Spencer2004-11-14
* First working versionReid Spencer2004-11-14
* Add the Archive libraryReid Spencer2004-11-14
* Add the Linker libraryReid Spencer2004-11-14
* GhostLinkage not allowed in LLVM AsmWriter, eitherMisha Brukman2004-11-14
* GhostLinkage should not reach asm printing stageMisha Brukman2004-11-14
* Handle GhostLinkage (should not ever reach the assembly printing stage!)Misha Brukman2004-11-14
* Mark an unmaterialized function as having GhostLinkageMisha Brukman2004-11-14
* If a global is just loaded and restored, realize that it is not changingChris Lattner2004-11-14
* Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC)Misha Brukman2004-11-14
* Moved to lib/Bytecode/Archive in preparation for re-write.Reid Spencer2004-11-14
* This optimization makes MANY phi nodes that all have the same incoming value.Chris Lattner2004-11-14
* Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes.Chris Lattner2004-11-14
* Transform this:Chris Lattner2004-11-14
* Remove note to selfChris Lattner2004-11-14
* Fix problem with insertion point for ADJCALLSTACKDOWN.Brian Gaeke2004-11-14
* Update lists of failing unit tests.Brian Gaeke2004-11-14
* If a function always returns a constant, replace all calls sites with thatChris Lattner2004-11-14
* Fix NotTest - round up extraStack to the nearest doubleword, if it isBrian Gaeke2004-11-14
* Teach SROA how to promote an array index that is variable, if the dimensionChris Lattner2004-11-14
* Update failing Benchmarks; point out that I'm skipping Shootout-C++.Brian Gaeke2004-11-14
* Rearrange some code, no functionality changes.Chris Lattner2004-11-14
* Update expected UnitTests failures.Brian Gaeke2004-11-14
* Rewrite outgoing arg handling to handle more weird corner cases.Brian Gaeke2004-11-14
* Support UndefValue emission.Brian Gaeke2004-11-14
* Remove debugging codeChris Lattner2004-11-13
* Argument promotion transforms functions to unconditionally load theirChris Lattner2004-11-13
* Don't print unneeded labelsChris Lattner2004-11-13
* Hack around stupidity in GCC, fixing Burg with the CBE andChris Lattner2004-11-13
* shld is a very high latency operation. Instead of emitting it for shifts ofChris Lattner2004-11-13
* Add missing checkChris Lattner2004-11-13
* Compile:Chris Lattner2004-11-13