Added LLVM publications describing the LLVM compiler infrastructure.
[oota-llvm.git] / tools /
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-15 Reid SpencerActually add instructions to the list of defined values...
2006-06-13 Chris LattnerTeach bugpoint to kill optimization passes that run...
2006-06-09 Chris LattnerAfter telling GCC to type of the input file with -x...
2006-06-08 Chris LattnerThis no longer needs plugins, this it doesn't need...
2006-06-07 Reid SpencerShorten a value description so --help out isn't so...
2006-06-07 Reid SpencerMake sure this tool links in all of libVMCore.a because...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Chris LattnerRemove useless noop argument
2006-06-06 Chris LattnerFix a bug in the following scenario.
2006-06-06 Chris LattnerAdd a new --libfiles option, for getting fully-qualifie...
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-06-06 Chris LattnerMake the llvm-config library dependency database depend...
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2006-06-02 Chris Lattnertemporarily add back this option, I will remove it...
2006-06-02 Chris LattnerFix a -pedantic warning
2006-06-02 Chris LattnerAdd flags to get access to build_mode, objdir, srcdir...
2006-06-02 Chris LattnerMake llvm-config "do the right thing" when an install...
2006-06-02 Chris LattnerCapture the build mode (e.g. Debug/Release) in the...
2006-06-02 Chris LattnerConvert to standard file header
2006-06-02 Chris LattnerRemove a couple of things no longer figured out by...
2006-06-02 Reid SpencerAdd several more autoconf variables so that new feature...
2006-06-02 Chris LattnerAdd a gross "--use-current-dir-as-prefix" option as...
2006-06-02 Chris LattnerRemove some variables from the configured section that...
2006-06-02 Chris LattnerRemove more "alpha is archive" stuff.
2006-06-02 Reid SpencerSuppress -pedantic warnings about print("%a")
2006-06-02 Chris LattnerRemove obsolete CORE_IS_ARCHIVE support
2006-06-02 Chris LattnerUpdate the ignore file
2006-06-01 Reid SpencerTeach CppWriter how to emit an inline (partial) function.
2006-06-01 Reid SpencerRestore default arguments for llvm2cpp back to health...
2006-06-01 Reid SpencerFix a bug where incorrect C++ was being emitted.
2006-06-01 Reid SpencerBuild llvm-config into the ToolDir not in the local...
2006-06-01 Reid SpencerOops, llc needs libTarget.a not Target.o
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-31 Andrew Lenharthfix utostr
2006-05-31 Reid SpencerMajor reorganization and extension of the code. The...
2006-05-31 Reid SpencerDon't generate module definitions when the -fragment...
2006-05-30 Reid Spencerllvm2cpp is ready to be compiled so add it to the makef...
2006-05-30 Reid SpencerFix more bugs. This version now passes all of the Featu...
2006-05-30 Reid SpencerFix many small bugs in llvm2cpp. This patch gets llvm2c...
2006-05-30 Reid SpencerFirst complete version of llvm2cpp that doesn't crash...
2006-05-29 Chris LattnerSilly cleanup
2006-05-29 Chris Lattnersilly cleanup
2006-05-29 Reid SpencerNext batch of implementation:
2006-05-29 Reid SpencerFix file header comment.
2006-05-29 Reid SpencerRemove temporary testing rules.
2006-05-29 Reid SpencerFix two bugs in the CppWriter.cpp:
2006-05-29 Reid SpencerFix the file's comment block.
2006-05-29 Reid SpencerInitial Commit of llvm2cpp
2006-05-24 Reid SpencerFor PR786:
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-17 Reid SpencerRemove the llvm-db and bugpoint restrictions from the...
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend
2006-05-14 Chris LattnerFree memory allocated by copy_env.
2006-05-14 Chris Lattnerprint a nice error if bugpoint gets an error reading...
2006-05-14 Chris LattnerFix a bug found by inspection.
2006-05-14 Chris LattnerDelete memory allocated by CopyEnv
2006-05-12 Chris LattnerRemove dead return value.
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-04 Chris Lattnerwrap long line
2006-05-04 Chris LattnerAdjust to use proper TargetData copy ctor
2006-05-03 Reid SpencerFor PR764:
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-22 Chris LattnerThis no longer needs the JIT.
2006-04-20 Reid SpencerOkay, llvm-config is good to go now.
2006-04-20 Reid SpencerSeveral Changes To Support Building llvm-config:
2006-04-20 Reid SpencerDon't build llvm-config until issues are resolved.
2006-04-20 Reid SpencerBuild the llvm-config directory as a tool.
2006-04-20 Reid SpencerUpdate the library dependencies for 1.8 with SparcV9...
2006-04-20 Chris LattnerNever link in sparcv9
2006-04-18 Andrew Lenharthfix printing call graphs
2006-04-18 Chris LattnerAdd a warning.
2006-04-18 Chris LattnerAdd a warning
2006-04-13 Chris Lattnerone too many l's
2006-04-12 Reid SpencerDistribute CVS versions of lex files
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-24 Reid SpencerIgnore the lexer output.
2006-03-24 Reid SpencerRemove the interpreter component as its not working...
2006-03-23 Reid SpencerIgnore temporary files generated by building.
2006-03-23 Reid SpencerUpdate to llvm-config tool, by Erik Kidd:
2006-03-23 Reid SpencerDon't print out ugly command line when building LibDeps...
2006-03-23 Reid SpencerUpdated for library changes:
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-22 Reid SpencerThese changes are necessary to support the new llvm...
2006-03-19 Reid SpencerThe library dependency file in flat format. This file...
2006-03-19 Reid SpencerFirst cut at the Makefile for llvm-config. This initial...
2006-03-16 Chris Lattneradd an assert to get a slightly better msg about this...
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2006-03-08 Chris LattnerFix a really annoying bug in bugpoint that made reducin...
2006-03-08 Chris LattnerFit to 80 columns.
2006-03-06 Reid SpencerMake sure command line options are parsed before we...
2006-03-05 Andrew LenharthFor transforms the behave differently if main goes...
2006-03-03 Robert BocchinoImplemented -quiet feature for analyze
2006-02-22 Chris LattnerTurn on loop unswitching tonight
2006-02-22 Chris Lattnerreorder some libraries
2006-02-16 Chris Lattnerremove support for the skeleton target
2006-02-14 Chris LattnerAdjust to new style "generated files in CVS" mechanism...
2006-02-05 Chris LattnerSparcV8 -> Sparc
2006-02-04 Chris LattnerLet bugpoint work on sparc with v9 instructions enabled.
2006-01-26 Andrew LenharthPass plugins on to children when optimizing.
next