2003-11-18 |
Chris Lattner | Testcase for PR128 |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Chris Lattner | Fix PR123 |
commit | commitdiff | tree | snapshot |
2003-11-18 |
John Criswell | Added the new GCC front end section to the table of... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
John Criswell | Added information on the GCC front end. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Brian Gaeke | Only use -Wl,-R. if HAVE_LINK_R. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Chris Lattner | Add new bug fixed in the CFE |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Brian Gaeke | Regenerated using autoheader-2.57 |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Brian Gaeke | Regenerated using autoconf-2.57 |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Brian Gaeke | Fix breakage caused by typos. Use 3-arg form of AC_DEFINE. |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Brian Gaeke | Update to reflect the fact that llvm-nm can read archiv... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Misha Brukman | Emit the MachineConstantPool constants in one contiguou... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Misha Brukman | * Order #includes as per style guide |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Chris Lattner | Implement == and != correctly. Before they would incor... |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Chris Lattner | The ConstantPointer class is now gone. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
John Criswell | Added a check for the -R linker option. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Misha Brukman | This file was somehow missing a top-level comment line. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Chris Lattner | No REALLY, get rid of ConstantPointer references |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Chris Lattner | Eliminate use of the ConstantPointer class |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Chris Lattner | Constant folding shalt not be built on annotations |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Chris Lattner | Remove usage of ConstantPointer |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Chris Lattner | Be a bit more tolerant of broken code |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Chris Lattner | Fix copy-and-pasteo |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Brian Gaeke | Regenerated using autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Brian Gaeke | Edit some comments slightly. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | add PR117 |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Brian Gaeke | Document -disable-opt option that I added. |
commit | commitdiff | tree | snapshot |
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 |
next |