(1) Pass 'VAR=string' arguments to gmake
[oota-llvm.git] / tools /
2003-07-21 Misha BrukmanFixed misspelling.
2003-07-21 Chris LattnerRemove instloops library
2003-07-18 Misha BrukmanInitialize the target architecture based on compiler...
2003-07-18 Anand ShuklaAdded pass to instrument backedges for lightweight...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Misha BrukmanConverted tabs to spaces.
2003-07-07 Misha BrukmanFixed indentation.
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-26 Chris LattnerRun the simplify CFG pass after instcombine which has...
2003-06-26 Chris LattnerMove the instcombine pass before globaldce, so that...
2003-06-25 Chris LattnerTry to run cleanups even if nothing was modified in...
2003-06-25 Chris LattnerRun dead arg elimination, and tell it that it's ok...
2003-06-22 Chris LattnerAdd tail duplication pass to the pipeline, move the...
2003-06-20 Chris LattnerMinor cleanups
2003-06-19 Chris LattnerFuncresolve no longer performs nicification of resolved...
2003-06-18 Brian Gaeketools/llc/llc.cpp: Make "-o -" work.
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-18 Chris LattnerReindent code to match the rest of the file
2003-06-18 Chris LattnerAdd new DAE pass to gccld. It does not add cause any...
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-17 Chris LattnerLife is too short. Link in too much stuff on Linux...
2003-06-17 Chris LattnerThe never-ending odyssey trying to get sparc to link
2003-06-17 Chris LattnerMake sure to get the value of ARCH before we use it
2003-06-17 Chris LattnerDo not link in the Sparc JIT when building on X86....
2003-06-17 Chris LattnerWhoops, didn't mean to check that in :(
2003-06-17 Chris LattnerUse more structured command line option processing
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove usage of alloca
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-13 Chris LattnerFix major bug in my last checkin. :(
2003-06-12 Chris LattnerRemove obsolete comments about llvm-ar
2003-06-05 Chris LattnerRemove duplicate pass
2003-06-02 Chris LattnerRemove stupid thinko that was preventing bugpoint from...
2003-06-02 Chris LattnerGive better information about how the passes crash
2003-05-31 Chris LattnerAdd support for: -o -
2003-05-30 Chris LattnerAdd SRoA pass to gccas
2003-05-30 Chris LattnerMove indvars pass after mem2reg pass where it is more...
2003-05-29 Chris LattnerFix formatting in file
2003-05-27 Misha BrukmanLink in Sparc libs for the JIT, even on X86 to be able...
2003-05-27 Chris LattnerRemove ugly hack (that I put in originally) for buildin...
2003-05-27 Chris LattnerAdd compatibility option
2003-05-23 Brian GaekeRemove ".bc" from the end of InputFile if it is there, in
2003-05-23 Brian Gaekegccld.cpp:
2003-05-23 Brian GaekeClarify BugDriver.cpp:BugDriver::ParseInputFile()'s...
2003-05-22 Chris LattnerKill using declarations
2003-05-21 Chris LattnerAllow disabling final cleanups
2003-05-21 Chris LattnerIncrease odds that this won't bork things
2003-05-14 Chris LattnerGet rid of really old makefile cruft
2003-05-13 Chris LattnerSearch LLVM_LIB_SEARCH_PATH for objects to allow it...
2003-05-12 Chris LattnerAdd a disable-verify option
2003-05-12 Chris LattnerMove static stuff to an anonymous namespace
2003-05-12 Chris LattnerPrint filename correctly
2003-05-12 Chris LattnerThe JIT is the default mode for LLI now
2003-05-03 Chris LattnerMake a comment more accurate
2003-05-03 Chris LattnerAdd support for debugging miscompilations with the...
2003-05-03 Chris LattnerBugpoint is always verbose, eliminate option
2003-05-03 Misha BrukmanThe Grammar Police is out on patrol.
2003-05-02 Chris LattnerAdd an instcombine pass before levelraise
2003-04-28 Chris LattnerAdd a new option to disable stripping of bytecode files
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerAdd options to disable simplification with passes,...
2003-04-25 Chris LattnerMake sure to copy double alignment as well
2003-04-25 Chris LattnerKill using declarations
2003-04-25 Chris LattnerMake sure to add a targetdata instance to the passmanag...
2003-04-25 Chris LattnerRename Kept -> Suffix
2003-04-25 Chris LattnerRename Kept -> Suffix
2003-04-25 Chris LattnerBig programs have tons of global variable initializers...
2003-04-25 Chris LattnerWhen cleaning up the final bytecode file, make sure...
2003-04-24 Chris LattnerSpeed up convergence significantly and also reduce...
2003-04-24 Chris LattnerThe big fix is this change:
2003-04-24 Chris LattnerRemove dead functions
2003-04-24 Chris LattnerMake sure that deleted functions have external linkage
2003-04-24 Chris LattnerUse the list reducer to improve convergence speed and...
2003-04-24 Chris LattnerAdjust to match new ListReducer interface
2003-04-24 Chris LattnerAllow reducer interfaces to mutate the lists passed in
2003-04-24 Chris LattnerMove function from Miscompilation.cpp
2003-04-24 Chris LattnerMove the ListReducer Class into it's own header file...
2003-04-24 Chris LattnerAllow bugpoint to try new an different methods for...
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-04-24 Chris LattnerLevelRaise now gets target data from passmanager
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2003-04-23 Chris LattnerPrint where reference output goes
2003-04-23 Chris LattnerThe new CFrontend generates LOTs of basic blocks that...
2003-04-23 Chris LattnerAllow specifying an input file for the program being...
2003-04-23 Chris LattnerWe now need to link libscalar to get the switch lowerin...
2003-04-23 Chris LattnerRemove unnecessary &*
2003-04-22 Chris LattnerBuild the appropriate target machine for the input...
2003-04-21 Chris LattnerAdd support for allowing the user to extend the GCCLD...
2003-04-19 Chris LattnerEliminate useless duplicate libraries
2003-04-19 Chris LattnerAdd first support for linking in .a files correctly...
2003-04-18 Chris LattnerAdd crufty compatibility stuff for ld
2003-04-18 Chris LattnerEliminate some compatibility stuff no longer needed :P
2003-04-18 Chris LattnerUse anonymous namespace instead of "static"
2003-04-16 Chris LattnerDon't support codegen passes in opt
2003-04-16 Chris LattnerRemove codegen libraries to speed up linking opt
2003-04-16 Chris LattnerAllow the user to disable the internalize pass
2003-04-16 Chris LattnerGive verbose error messages if bytecode file cannot...
2003-04-16 Chris LattnerImprove compatibility with system AS further by allowin...
next