Initial checkin
[oota-llvm.git] / tools /
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
2003-01-19 Chris Lattner* Prune down library list. In particular, llc doesn...
2003-01-14 Chris LattnerRename header
2003-01-14 Chris LattnerLink in lots o libraries
2003-01-13 Chris LattnerNo longer need scalaropts lib
2002-12-28 Chris LattnerEliminate direct access to TargetData structure
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-24 Chris LattnerDon't try to buidl jello
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-24 Chris LattnerJello is now part of LLI
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-23 Chris LattnerX86 target machine is now parameterizable
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-12-22 Brian Gaekebrg
2002-12-14 Chris LattnerMake stuff compiled with gccld not dump into the debugg...
2002-12-13 Chris LattnerPass command line arguments to main
2002-12-13 Chris LattnerAdd statistic
2002-12-13 Misha BrukmanMade status output debug-only (for testing diffs agains...
2002-12-13 Brian Gaekebrg
2002-12-13 Chris LattnerImplement branches
2002-12-12 Brian GaekeThis checkin is brought to you by the brian gaeke allni...
2002-12-12 Misha Brukmanipa.a only needs to be mentioned once, and spaces shoul...
2002-12-09 Vikram S. AdveFix link errors due to new IPModRef pass.
2002-12-09 Vikram S. AdveRepeat ipa.a. Since IPModRef is currently only used...
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-12-06 Chris LattnerOnly build jello when compiling on X86
2002-12-06 Chris LattnerFix to make jello compile on Sparc even though it won...
2002-12-04 Chris LattnerAdd support for global value references
2002-12-04 Chris LattnerInitial checkin of global var support code
2002-12-04 Chris LattnerImplement simple global variable support
2002-12-04 Chris LattnerImplement external function support
2002-12-04 Chris LattnerInitial checkin of Unresolved function fault handler
2002-12-04 Chris LattnerImplement lazy resolution of function calls
2002-12-03 Chris LattnerInitial checkin of virtual machine implementation.
2002-12-03 Chris LattnerDisable timing of bytecode loader
2002-12-03 Chris LattnerFinal tweak to printer
next