oota-llvm.git
2003-10-16 John CriswellI am not the only John Criswell.
2003-10-16 Chris LattnerGive credit where credit is due
2003-10-16 John CriswellAdded a section on all of the wonderful Makefile variab...
2003-10-16 Chris LattnerMake llvm-nm work in "pipe mode"
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-16 Chris LattnerGeeze, what is with Brian and these ifdef's?
2003-10-16 Chris LattnerAdd weak linking type
2003-10-16 Misha BrukmanAutomagically update website docs on commits.
2003-10-16 Misha BrukmanUpdate the website automatically on documentation commi...
2003-10-16 Misha BrukmanThis should automatically update on the webpage.
2003-10-16 Brian Gaekeyikes, a copy-and-paste-o
2003-10-16 Brian Gaekeadd llvm-nm entry.
2003-10-16 Brian GaekeAdd command guide (It's like a man page translated...
2003-10-16 Chris LattnerWelcome llvm-nm to the family
2003-10-16 Chris LattnerCompletely rewrite support for the Value::use_* list...
2003-10-16 Chris LattnerCompletely rewrite support for the Value::use_* list...
2003-10-16 Chris LattnerUnfortunately, it looks like level raise is still needed :(
2003-10-16 Chris LattnerThis code does not require random access use_lists
2003-10-16 Chris LattnerEliminate using declaration
2003-10-16 Misha BrukmanAdded an entry for `llvm-nm'.
2003-10-16 Brian GaekeOkay, this is a little hack that "scratches an itch...
2003-10-16 John CriswellAdded autoconf support for the sample project.
2003-10-16 John CriswellAdded autoconf support for the sample project.
2003-10-16 John CriswellAdding autoconf support to the sample project.
2003-10-16 John CriswellAdding autoconf support for the sample project.
2003-10-16 John CriswellAdding autoconf support for the sample project.
2003-10-15 Chris LattnerVector is my friend, do you like vector?
2003-10-15 Chris Lattnerlalala
2003-10-15 Chris LattnerWe'll need this soon as well
2003-10-15 Chris Lattner#include vector which we will need here soon
2003-10-15 Chris LattnerThis file uses assert and doesn't include anything...
2003-10-15 Chris LattnerGive this file a proper header
2003-10-15 Chris LattnerThe levelraise pass is a broken old piece of crufty...
2003-10-15 Brian GaekeFix up error message.
2003-10-15 Brian GaekeFlush output after writing out the list of function...
2003-10-15 John CriswellUpdated some of the information for the new autoconf...
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-15 Chris LattnerRemove usage of use_size()
2003-10-15 Chris LattnerCleanup
2003-10-15 Chris LattnerAdd new hasOneUse() method. Remove explicit inline...
2003-10-14 Chris Lattneradd support forloading additional .so files on the...
2003-10-14 Chris LattnerChange the execute methods to take the shared object...
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Misha BrukmanOrder #includes as per the style guide.
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-14 Chris LattnerThe return value of compileSharedObject was never used...
2003-10-14 Chris LattnerActually return an error if something bad happens,...
2003-10-14 Chris Lattnerminor cleanups
2003-10-14 Chris LattnerThe -mode option is no longer
2003-10-14 Chris LattnerFix minor formatting bug
2003-10-14 Chris LattnerEliminate the bugpoint -mode option, by making bugpoint...
2003-10-14 Chris LattnerOutput a contorted sequence of instructions to make...
2003-10-14 Chris LattnerDisable the leaf function optimization, which is appare...
2003-10-14 Chris LattnerFix bug in script
2003-10-14 Chris LattnerDo not move variable sized allocations to the top of...
2003-10-14 Chris LattnerNew testcase which the inliner breaks
2003-10-13 John CriswellAdded a link to the main page for LLVM.
2003-10-13 Chris LattnerUnbreak code generator debug mode
2003-10-13 John CriswellAdding additional license information to these files.
2003-10-13 Chris LattnerDo not allow fallthroughs in switch statements. This...
2003-10-13 Misha BrukmanLLVM CVS repository has moved.
2003-10-13 Brian GaekeRemove WordsEmitted statistic; there's already a non...
2003-10-13 Chris LattnerLLI no longer has -abort-on-exception
2003-10-13 John CriswellRemoved items that are done or irrelevant.
2003-10-13 Chris LattnerUse the autoconf macro John wrote
2003-10-13 Chris LattnerWhoops, we inserted into the wrong set. What's up...
2003-10-13 Chris LattnerUse external df iterators to avoid revisiting blocks...
2003-10-13 Chris LattnerAdd missing default argument
2003-10-13 Chris LattnerMake use of "external" depth-first iterators to avoid...
2003-10-13 Chris Lattneradd support for "external" depth first iterators, which...
2003-10-13 John CriswellAdded a macro and code that checks for the %a format...
2003-10-13 John CriswellFixed the name of a hyperlink.
2003-10-13 John CriswellRemoved information on common build problems. That...
2003-10-13 John CriswellFequently Asked Questions about LLVM. Mainly focuses...
2003-10-13 John CriswellMaster README file that points to all other documentation.
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-10-13 Chris LattnerAdd operator= for type iterators to make them assignable
2003-10-13 Chris LattnerRemove explicit inline qualifiers when the implicit...
2003-10-13 Chris LattnerStop using "reverse depth first" order
2003-10-13 Chris LattnerOops, forgot to commit this before: standardize header...
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerSpeed up TypesEqual by specializing it for all of the...
2003-10-13 Chris LattnerAvoid calling getTypeSlot more
2003-10-13 Chris LattnerAvoid creating lots of pointless opaque types, with...
2003-10-13 Chris LattnerThis is a header file, hear me roar
2003-10-13 Chris Lattner* Remove extraneous #includes
2003-10-13 Chris LattnerWrap code at 80 columns
2003-10-13 Chris LattnerThis is a header file, thus it needs a -*-C++-*-
2003-10-13 Chris LattnerRegularize header file comments
2003-10-13 Chris Lattnermake the indvar obviously non-canonical
2003-10-13 Chris LattnerRegularize header file comment, eliminate using's
2003-10-13 Chris LattnerAdd new op_erase method
2003-10-13 Chris LattnerMinor cleanups
next