2004-11-15 |
Chris Lattner | Substantially refactor the SCCP class into an SCCP... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Reid Spencer | Make it actually compile on Solaris. |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Reid Spencer | Consolidate the implementation of TimeValue::now()... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Reid Spencer | Consolidate the implementation of TimeValue::now()... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Reid Spencer | * Make sure the string table gets read even if there... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
Reid Spencer | Changes necessary to enable linking of archives without... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Remove a forgotten debug output line. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Implement functionality suggested from code review... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Changes per code review: |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Linker.h moved to include/llvm from include/llvm/Support. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Make sure IdentifyFileType is in the sys namespace. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Linker.h moved to include/llvm. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | bugpoint needs LLVMLinker.a now. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Correct call of methods whose names have changed. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | This program needs libLLVMLinker.a now |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Linker.h has a new home. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Moved to lib/Bytecode/Archive. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Alkis Evlogimenos | Add missing include. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Fix usage of changed function prototype |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | A tool for adding a symbol table to LLVM Archives |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Makefile for llvm-ranlib tool |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | *Fix usage of changed function prototype*Use Archive... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | This tool needs libLLVMArchive now |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Remove linking declarations (in Linker.h now) |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | We need the libLLVMArchive library now |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Moved to lib/Linker (common with gccld) |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Total rewrite using Archive library & new functionality |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | This tool needs the libLLVMArchive library now. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Remove linking declarations (in Linker.h now) |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Provide exception handling |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Moved to lib/Linker |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Add the llvm-ranlib tool |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Use llvm-ar not ar for constructing archive. Wrap at... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Forget strerror_r, it causes problems. Fix later when... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Implement the toString method |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Update for prototype changes |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | * Implement getDirectoryContents * Implement getStatusI... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Fix bugs in class invariant |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Include the correct implementation file |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Don't exceed 80 columns. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Implement IdentifyFileType function |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Implement the high level interface to make (de)compress... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Implement the MoreHelp utility that calls a function... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Don't bother with a re-linked library, ensure archive... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | *Adjust prototypes for public interface. *Rewrite LinkI... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Simplify compression code by using the high level inter... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Add wrappers to get defined symbols from bytecode |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Simplify handling of decompression |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Simplify decompression code by using the high level... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Completely rewritten to allow reading of archives and... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Implementation declarations for Archive |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | First working version |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Add the Archive library |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Add the Linker library |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | *Make naming convention consistent.*Add convertion... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Make the remove*OnSignal functions deal with Paths... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | *Put the StatusInfo type in the right section. *Provide... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Allow explicit closing of the MappedFile, before destru... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Linker is its own module now. Moved to include/llvm... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Add higher level interface to simplify use of Compressor |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Add the MoreHelp function pointer. If non-null, this... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Remove ReadArchiveFile (functionality moved to Archive... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Complete rewrite to get first working version. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Add a command for using llvm-ar correctly. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Interface to Linker (revised/expanded from Support... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Misha Brukman | GhostLinkage not allowed in LLVM AsmWriter, either |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Misha Brukman | GhostLinkage should not reach asm printing stage |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Misha Brukman | Handle GhostLinkage (should not ever reach the assembly... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Misha Brukman | Mark an unmaterialized function as having GhostLinkage |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Misha Brukman | Add GhostLinkage for marking functions before they... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | If a global is just loaded and restored, realize that... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | New testcase. Believe it or not, this happens a LOT... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Misha Brukman | Fix build on Linux/PowerPC64 using SuSE GCC (#undef... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Moved from include/llvm/Support/Linker.h |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Reid Spencer | Moved to lib/Bytecode/Archive in preparation for re... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | This optimization makes MANY phi nodes that all have... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | Implement instcombine/phi.ll:test6 - pulling operations... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | New testcase: the phi can be eliminated if the casts... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | Fix typo |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | add a testcase, which we already handle |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | Transform this: |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | Remove note to self |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Brian Gaeke | Fix problem with insertion point for ADJCALLSTACKDOWN. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Brian Gaeke | Update lists of failing unit tests. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | Oops, make this test the right thing. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | If a function always returns a constant, replace all... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Brian Gaeke | Fix NotTest - round up extraStack to the nearest double... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | Teach SROA how to promote an array index that is variab... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | New testcase, SROA with variable array index |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Brian Gaeke | Update failing Benchmarks; point out that I'm skipping... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Chris Lattner | Rearrange some code, no functionality changes. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Brian Gaeke | Update expected UnitTests failures. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Brian Gaeke | Rewrite outgoing arg handling to handle more weird... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
Brian Gaeke | Support UndefValue emission. |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Tanya Lattner | setting path to prcontext.tcl script. Right now it... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Remove debugging code |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Argument promotion transforms functions to unconditiona... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Add a testcase we should continue to argpromote |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Add a testcase for a function we cannot legally promote... |
commit | commitdiff | tree | snapshot |
next |