Rename the -verify option to be -verify-each so that it doesn't conflict
[oota-llvm.git] / tools /
2006-08-20 Reid SpencerRename the -verify option to be -verify-each so that...
2006-08-20 Reid SpencerConvert llvm-ld to use the PluginLoader like opt instea...
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR872:
2006-08-17 Chris Lattnerfit in 80 cols
2006-08-17 Chris Lattnerminor cleanups
2006-08-16 Reid SpencerPatches to correct several bugs in llvmc.
2006-08-15 Patrick JenkinsAdding FindBugs.cpp so the -find-bugs option will work.
2006-08-15 Patrick JenkinsThis commit adds a new feature called find-bugs. The...
2006-08-14 Devang Pateluntabify
2006-08-14 Devang PatelUse mangler, instead of addUnderscore(), to get mangled...
2006-08-14 Reid SpencerProvide indentation of the generated program.
2006-08-11 Reid SpencerDon't print double newline for --src-root and --obj...
2006-08-04 Anton KorobeynikovFixed typo. Thanks, Reid.
2006-08-04 Anton KorobeynikovRemoved usage of "sort", which can lead to undeterminis...
2006-08-04 Devang PatelCollect references from globals.
2006-08-03 Reid SpencerFor PR845:
2006-08-03 Reid SpencerFix a typo in the name of expand_dependencies.
2006-08-03 Devang PatelMake it fit into 80-columns.
2006-08-03 Devang PatelFix typo.
2006-08-03 Devang PatelSimplify. Use addprefix.
2006-08-03 Chris LattnerNow that SparcV9 is gone, this logical can be simplifie...
2006-08-03 Devang PatelRemove ARM for the moment since it is a work in progress.
2006-08-03 Devang PatelAdd new tool, lto, to do link time optimization. This...
2006-08-01 Chris LattnerFix the build on case-sensitive filesystems :(
2006-08-01 Chris Lattnerno need to check readability here
2006-08-01 Chris LattnerNo need to check isWriteable here (which isn't sufficie...
2006-08-01 Chris LattnerUse Path::getFileStatus
2006-08-01 Chris LattnerUse Path::getFileStatus to get status-related info.
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-28 Patrick JenkinsUpdating the comments above SplitFunctionsOutOfModule...
2006-07-28 Patrick JenkinsThis commit improves bugpoints speed. On my G4 this...
2006-07-27 Reid SpencerUndo last commit, which was committed accidentally.
2006-07-27 Reid SpencerChanges to support cross-compiling LLVM. The GenLibDeps...
2006-07-26 Chris LattnerAvoid a "scary" make warning for the 1.8 release. ...
2006-07-26 Chris LattnerAdd llvm2cpp to DIRs list
2006-07-26 Reid SpencerMake changes necessary for stopping the build if a...
2006-07-26 Reid SpencerBuild llvm-config to identify library cycles earlier...
2006-07-21 Devang PatelFix MacOSX build failures. (pr841)
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-20 Andrew LenharthFix linking on Alpha
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-07-06 Chris LattnerFix PR819, llvm2cpp should read .bc files, not .ll...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-07-03 Reid SpencerSplit long comment lines.
2006-06-27 Chris LattnerPass -Xlinker flags to gcc when it builds the shared...
2006-06-27 Devang PatelFix cut-n-pasto in comments.
2006-06-21 Chris LattnerRemove unneeded libs
2006-06-21 Reid SpencerFor PR811:
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.
next