free instructions mark their operands as being heap nodes.
[oota-llvm.git] / tools /
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
2002-12-03 Chris LattnerImplement trivially simple debugger for MachineCodeEmit...
2002-12-02 Chris LattnerAdd initial support for machine code emission
2002-11-20 Chris LattnerBuild bugpoint
2002-11-20 Chris LattnerInitial checkin of bugpoint
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-11-19 Chris LattnerRemove extra target.a entry
2002-11-10 Chris LattnerAdd a timer to evaluate bytecode load time and space...
2002-11-06 Vikram S. AdveDon't build llc symbols by default.
2002-11-06 Chris LattnerGive passnames to the printer classes
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...
2002-11-04 Chris LattnerImplement a new -print-callgraph analysis that turns...
2002-11-03 Vikram S. AdveDisable correlated expressions pass until it is reliable.
2002-10-31 Chris LattnerReassociate now works
2002-10-30 Misha BrukmanReturn 0 instead of 1 for correct execution. Makes...
2002-10-29 Chris LattnerJello now builds
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerConvert jello to use PassManager
2002-10-29 Chris LattnerRename Sparc.h TargetMachineImpls.h
2002-10-29 Chris Lattner* Remove explicit strcmp calls
2002-10-28 Chris LattnerAfter removing stuff from TargetMachine, we now no...
2002-10-28 Chris LattnerAdd codegen library
2002-10-25 Chris LattnerInitial checkin of LLVM JIT, codenamed jello. This...
2002-10-25 Vikram S. AdveAdded datastructure library to resolve link error.
2002-10-12 Chris Lattner* Fix extract to work with constant pointer refs correctly
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...
2002-10-07 Chris LattnerAvoid making external global variables internal
2002-10-06 Chris Lattner - The extract tool now is sure to extract the functio...
2002-10-01 Chris LattnerTemporary change to make datastructure stuff link in...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-24 Chris LattnerMake sure to close the file before deleting it
2002-09-22 Chris Lattner* Remove the -stopraise option, which is no longer...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-19 Chris LattnerMinor non-functionality changing changes.
2002-09-19 Chris LattnerIndent a comment right, add a new one
2002-09-18 Chris LattnerAvoid deleting the ostream more than once.
2002-09-18 Vikram S. AdveKEEP_SYMBOLS by default.
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-09-18 Vikram S. Advegcc3.1.1 seems much more selective about what it loads...
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-16 Vikram S. AdveRemove duplicate sparc entry.
2002-09-16 Vikram S. AdveUse .o files instead of .a files for several cases...
2002-09-16 Vikram S. AdveChange several entries to use the .o instead of .a...
2002-09-16 Vikram S. AdveMake all registered optimization passes available to...
2002-09-16 Vikram S. AdveAdd support for optimization passes that use a TargetMa...
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-09-13 Chris LattnerExport symbols for linux
2002-09-06 Chris Lattner* No longer need to run die after instcombine
2002-08-31 Chris Lattner - Converted CWriter to be an LLVM pass.
2002-08-31 Chris LattnerGet FindUsedTypes pass
2002-08-30 Chris Lattner- Reformat comments
2002-08-30 Chris Lattner- 'analyze' and 'as' now explicitly verify input becaus...
2002-08-30 Chris Lattner - 'analyze' and 'as' now explicitly verify input...
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerLink to analysis.o not analysis.a
2002-08-30 Chris Lattner - GCCAS now uses load value #ing for GCSE
2002-08-29 Chris LattnerNew datastructure analysis correctly uses TargetData
next