move 'cfgonly' pass tracking into PassInfo, instead of handling it with
[oota-llvm.git] / projects / Stacker / lib /
2006-11-27 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-11-05 Reid SpencerDon't check variables before they are set.
2006-11-03 Reid SpencerMake Stacker Runtime -pedantic clean.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-10-02 Reid SpencerDon't build the runtime library if LLVMGCC is not confi...
2006-08-25 Chris LattnerFix a race condition in the makefile that broke grawp...
2006-08-18 Reid SpencerFor PR797:
2006-07-07 Chris LattnerStacker uses EH.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-02 Chris LattnerFix build on systems with broken bison
2006-06-01 Reid SpencerFor PR786:
2006-05-12 Chris LattnerAvoid defining dead result
2006-04-12 Reid SpencerDistribute the lex/yacc files from the cvs version.
2006-03-23 Reid SpencerIgnore generated files.
2006-02-15 Chris LattnerConvert over to the new way of handling lex/bison check...
2005-08-27 Reid SpencerImplement PR614:
2005-05-13 Reid SpencerThe previous hack didn't work because tools-only isn...
2005-05-13 Reid SpencerDon't build runtime if tools-only :)
2005-05-04 Reid SpencerWHILE does not "pop" a value, it "examines" to top...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2004-12-05 Reid SpencerBuild a module instead of a library so main() is not...
2004-10-28 Reid SpencerGet rid of drivel.
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-11 Misha BrukmanRemove exhuberant-style comments which remained from...
2004-10-11 Misha BrukmanFix file header comment
2004-10-07 Chris LattnerThis pass is not needed, as there is only ever one...
2004-09-15 Reid SpencerStacker compiler library doesn't need to be shared...
2004-09-04 Reid SpencerMake Stacker into a complete project with its own confi...
2004-09-04 Reid SpencerMake the StackerCompiler and optimizing translator...
2004-09-02 Brian GaekeUnbreak build
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-24 Reid SpencerAdd dependent library support for Stacker. It now inser...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-05-27 Chris LattnerAdd support for dos-style files
2004-05-11 Brian GaekeUse inttypes.h, which exists on all of Linux, Solaris...
2004-05-11 Chris LattnerUnbreak the build on X86.
2004-05-11 Brian GaekeSquash warnings on Solaris/sparc... the test suite...
2004-05-11 Brian GaekeInclude <sys/types.h> to get the definition of int64_t...
2004-05-09 Reid SpencerChanges to make the Stacker Stack use 64 bit values...
2004-04-15 Misha BrukmanIf we're going to use tabs, use them consistently....
2004-03-31 Chris LattnerAvoid TRUE and FALSE which apparently conflict with...
2004-02-15 Chris LattnerRemove dependence on the return type of ConstantArray...
2003-12-10 Brian GaekeFix apparent copy-and-paste-o.
2003-12-08 Chris LattnerAdd a missing semi colon, which breaks bison 1.5
2003-11-27 Chris Lattner* Squelch warning on Sun
2003-11-24 Brian GaekeApply patches from PR136
2003-11-23 Chris LattnerFix these assertions:
2003-11-23 Chris LattnerAdjust file header
2003-11-23 Chris LattnerInitial checkin of stacker runtime
2003-11-23 Chris LattnerInitial stacker checkin