2003-11-16 |
Brian Gaeke | Include Support/FileUtilities.h. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | Implement skeletal support for __.SYMDEF (ranlib) secti... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | When you hand WriteAsOperand a type, it now prints... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | When failing a Verifier assertion, use WriteAsOperand... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | Add a -verify option to verify the results of gccld... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | When we find a module we want, in an archive, in verbos... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | Don't print 'No predecessors!' on the entry block |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | Bugz fixed |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | There is no need to rely on LLI working for this test |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | ISO 9899 7.13.2.1 (3) says that "[...] the values of... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | Testcase for PR116 |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | add adce bug |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | Fix PR116 |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | New testcase, for PR 115 |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | Bugz |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Chris Lattner | Fixes for PR114: Thanks to Reid Spencer! |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | Regenerated with autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | Only default to the llvm-gcc in ~lattner if that direct... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | As per PR96, don't build subdirs if LLVMGCCDIR is not... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Misha Brukman | Stylesheets: they do a website good! |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Chris Lattner | Implement a small optimization to handling of GEP's... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Chris Lattner | I can't believe the incompetence of the people I have... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Chris Lattner | Bugz come in, bugs go out |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Chris Lattner | Fix PR 110: the constant folding code assumes that... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Chris Lattner | This is obviously illegal C++ code, but was apparently... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Misha Brukman | Give props to Reid Spencer for the namespacification... |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Misha Brukman | Brian implemented the vaarg instruction in the interpreter. |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Expose the verifier to opt |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Brian Gaeke | Removed link from the docs index too. |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | As the comments indicate, this is a temporary, repulsiv... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Implement feature: InstCombine/2003-11-13-ConstExprCast... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Instcombine should promote this, and because it isn... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Trying to get the dsgraph for an external function... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Misha Brukman | Fixed word order. |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | NEW testcase for PR84 :( |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Brian Gaeke | Change LLI's internal representation of va_list to... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Implement the CompleteBU pass |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Add methods for implementation |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Minor code cleanup |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Remove needless dependence on boost |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Disable integer tracking by default |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Add namespace qualifier |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Add an initial version of the CompleteBUDataStructures... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Chris Lattner | Add an initial version of the CompleteBUDataStructures... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Misha Brukman | Include the file before we close the llvm namespace. |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Misha Brukman | Substantially re-organized this file: |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Misha Brukman | The function to create an instance of this pass is... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Misha Brukman | The functions to create new instances of passes are... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Misha Brukman | * Put command-line switches in their own namespace |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Misha Brukman | Force a dependency on the .inc file, which must be... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Fine-grainify namespaces for this library |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Misha Brukman | You cannot debug namespacified LLVM with GDB 5.x anymore. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | Add another fixed bug. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Fix faulty namespacification |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Misha Brukman | Regenerated `configure' for adding Makefiles and test... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Misha Brukman | OK, scratch my last post, this actually *does* work... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Add new testcase for PR112 |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Misha Brukman | Apparently adding these entries and regenerating llvm... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Misha Brukman | Some programs actually require an input to run. The... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | Mention LLVM cast instructions. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | Update section on GNU lightning fp. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | I won't claim we're "better than and/or different from... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
John Criswell | Regress to not using the llvm namespace. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | Make the beginning of this page look like the beginning... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | index.html: Add link to llvm vs. the world |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | This color is making me want to puke :) |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | Whoops, a div got closed in the wrong place. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | First draft of LLVM-to-anything comparison document. |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Misha Brukman | Add FreeBench benchmarks to our test suite -- they... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Add new argument to disable checking |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Add argument |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | The bytecode reader/writer is borking this testcase |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | This is not the instruction combiner's fault! No really! |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Reduced testcase for PR 110 |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Detect problems with PHI node operands! |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Restore the -llvm option |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Print return nodes for graphs with multiple functions... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Don't crash if no gg |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | PR107 is now fixed |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Fix bug PR107, patch contributed by Reid Spencer! |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | New testcase for PR107 |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Brian Gaeke | I don't think this was supposed to have gotten into... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Chris Lattner | Cleanups |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Chris Lattner | reword a bit, be less aggressive with my link |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Chris Lattner | Add a link to the llvmdev posting |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | Mention that all LLVM C++ code has been moved into... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | Move IsArchive, IsBytecode to FileUtilities. Fix up... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | Move IsArchive and IsBytecode here from gccld. Refactor... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | Add prototypes for CheckMagic, IsArchive, and IsBytecode. |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | Add another fixed bug. |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Chris Lattner | Compute node offsets correctly |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Misha Brukman | 'Tis quite silly to check for a cached version of the... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | This version of Linker.cpp works a lot better, but... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | Add implementation of FileOpenable(). |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Brian Gaeke | VS: ---------------------------------------------... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Misha Brukman | The caching will not live in LLEE's execve() handler... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Chris Lattner | Add new method for computing node mappings. This is... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Chris Lattner | Add new method |
commit | commitdiff | tree | snapshot |
next |