oota-llvm.git
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
2003-10-13 Chris LattnerCheckin an improvement contributed by Bill:
2003-10-13 Chris LattnerAdd support to the loop canonicalization pass to make...
2003-10-12 Chris Lattnernew testcase
2003-10-12 Chris LattnerMake getNumBackEdges more efficient
2003-10-12 Chris LattnerFiles moved to the LoopSimplify directory
2003-10-12 Chris LattnerRename loop preheaders pass to loop simplify
2003-10-12 Chris LattnerRename -preheaders pass. Spelling fix
2003-10-12 Chris LattnerFile is renamed to LoopSimplify.cpp
2003-10-12 Chris LattnerFirst step in renaming the preheaders pass to loopsimplify
2003-10-12 Chris LattnerThe -preheaders pass is now known as -loopsimplify
2003-10-12 Chris LattnerThe preheader insertion pass only depends on the CFG...
2003-10-12 Chris LattnerRename method
2003-10-12 Chris LattnerRename method to indicate what it does
2003-10-12 Chris Lattner* Spell "necessary" correctly
2003-10-12 Chris LattnerTest that we can emit global initializers that are...
2003-10-12 Chris Lattner* Be TBAA safe
2003-10-11 Brian GaekeGreatly expand documentation comment at head of file...
2003-10-11 Brian GaekeMake mmap's fd for anonymous memory acquisition default...
2003-10-11 Brian GaekeQuote qmtest args in $(CONTEXT).
2003-10-10 Chris LattnerActually pass in a pointer to the thrown object, not...
2003-10-10 Brian GaekeThis seems to work around some unobvious bug in gcc...
2003-10-10 John CriswellRemoved the AnalyzeTest class.
2003-10-10 John CriswellMake the clean target remove the QMTest temporary direc...
next