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 |
2004-11-13 |
Chris Lattner | Add useful method, minor cleanups |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Don't print unneeded labels |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Tanya Lattner | Run prcontext.tcl with tclsh and let it be found in... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Tanya Lattner | Adding subdirectory dg.exp files in order to be able... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Tanya Lattner | Changed to use tcl script. |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Hack around stupidity in GCC, fixing Burg with the... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Tanya Lattner | Rewrote prcontext.py in tcl. |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | shld is a very high latency operation. Instead of emitt... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Add missing check |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Compile: |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Simplify handling of shifts to be the same as we do... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Add support for shifts |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Fold: |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Lazily create the abort message, so only translation... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | Fix: CodeExtractor/2004-11-12-InvokeExtract.ll |
commit | commitdiff | tree | snapshot |
2004-11-13 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Chris Lattner | Fix a bug where the code extractor would get a bit... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Chris Lattner | Simplify handling of constant initializers |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Reid Spencer | Makefile for lib/Linker |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Reid Spencer | This file originated in lib/VMCore/Linker.cpp but now... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Reid Spencer | This file originated in tools/gccld/Linker.cpp but... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Reid Spencer | * Clean up all the shared library output on uninstall |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Reid Spencer | Document the new llvm-ranlib command. |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Reid Spencer | Correctly terminate a list. |
commit | commitdiff | tree | snapshot |
2004-11-12 |
Reid Spencer | Document the modifiers and the file format. |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Chris Lattner | Make this build in release mode |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Reid Spencer | Add llvm-ar to the index. |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Reid Spencer | First attempt at llvm-ar documentation. Modifiers need... |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Chris Lattner | Actually, leave the check in. This prevents us from... |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Chris Lattner | Fix bug: IPConstantProp/deadarg.ll |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Reid Spencer | Fix documentation for Makefile target name change.... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Chris Lattner | Make IP Constant prop more aggressive about handling... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-11-10 |
John Criswell | Correct the name of stosd for the AT&T syntax: |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Chris Lattner | Do not let dead constant expressions hanging off of... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Reid Spencer | Provide conversion from posix time. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Reid Spencer | Fix isBytecodeFile to correctly recognized compressed... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Reid Spencer | * Implement getStatusInfo for getting stat(2) like... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Reid Spencer | Make sure llee can deal with compressed bytecode too. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
John Criswell | Recognize compressed LLVM bytecode files. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Reid Spencer | Tune compression: |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Chris Lattner | Change this back so that I get stable numbers to reflec... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Reid Spencer | Document quick-test target. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Reid Spencer | Add a quick-test target that uses QUICKTEST variable... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Chris Lattner | Fix bug: 2004-11-08-FreeUseCrash.ll |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Chris Lattner | Name file properly |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Chris Lattner | Hrm, don't ask how I ran into this bug |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Misha Brukman | * Convert tabs to spaces |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Misha Brukman | Output the program name (in this case, gccld) with... |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Nate Begeman | Allow hbd to be bugpointable on darwin by fixing common... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Misha Brukman | Handle headers for compressed bytecode files |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Misha Brukman | Don't silently ignore invalid files: tell the user! |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Chris Lattner | Fix a bug that was preventing povray and namd from... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Chris Lattner | Handle assert_fail special |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Misha Brukman | Remove extra spaces |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Chris Lattner | This file is gone |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Reid Spencer | Add a --disable-compression option to gccas so the... |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Reid Spencer | Make writing compressed bytecode the default. |
commit | commitdiff | tree | snapshot |
next |