Funcresolve no longer performs nicification of resolved functions
[oota-llvm.git] / tools /
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...
2003-04-16 Chris Lattner* Get rid of using declaration
2003-04-16 Chris LattnerNamespacify command line options
2003-03-31 Chris LattnerMinor tweak
2003-03-07 Chris LattnerMake sure that intermediate code is verifier clean...
2003-02-28 Chris Lattner* Reduce the number of useless bytecode files produced...
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-02-24 Chris LattnerMake printing messages nicer
2003-02-12 Chris LattnerAdd new -no-verify option
2003-02-12 Chris LattnerAdd a new -no-output option, useful for -aa-eval tests.
2003-01-29 Chris LattnerFix build problem on sparc
2003-01-23 Chris LattnerMake bugpoint *much* more powerful, giving it the capab...
2003-01-22 Chris LattnerAllow creating of passes like levelraise which use...
2003-01-22 Chris Lattnerlink with static versions of some libs to avoid having...
2003-01-22 Chris LattnerFix didn't fix the race condition in the makefiles
2003-01-21 Chris LattnerFix race condition in Makefile
next