Rename getABITypeSize to getTypePaddedSize, as
[oota-llvm.git] / tools /
2009-01-09 Mikhail GlushenkovAdd a --check-graph option to llvmc.
2009-01-07 Oscar FuentesCMake: replace `rm' with portable invocations of cmake.
2009-01-05 Chris Lattnermake llvm-ld smart enough to link against native librar...
2009-01-03 Bill WendlingSetting BUILD_ARCHIVE to 0 has the same effect as defin...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-31 Misha BrukmanAdd spacing between type and variable name.
2008-12-31 Misha BrukmanComment headers should extend to 80 chars.
2008-12-31 Misha BrukmanFix spacing to be uniform for parameters.
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-13 Mikhail GlushenkovAdd a comment to the auto-generated docs.
2008-12-13 Mikhail GlushenkovMerge llvm-rst.css and llvm.css.
2008-12-13 Mikhail GlushenkovSome more documentation tweaks.
2008-12-13 Mikhail GlushenkovMore cosmetic tweaks for llvmc docs.
2008-12-11 Mikhail GlushenkovFix W3C validator errors.
2008-12-11 Mikhail GlushenkovUse correct file for the llvmc tutorial.
2008-12-11 Mikhail GlushenkovUpdate the auto-generated llvmc documentation.
2008-12-11 Mikhail GlushenkovAdd a '-Wo,' option that passes options to opt.
2008-12-11 Mikhail GlushenkovMerge Base.td and Tools.td.
2008-12-09 Mikhail GlushenkovSupport -emit-llvm properly (with -S and -c).
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-12-07 Oscar FuentesCMake: Added Tool.cpp to tools/llvmc/driver.
2008-12-07 Mikhail GlushenkovDescribe recent changes in the documentation.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovJoin tools couldn't be used in the middle of the toolchain.
2008-12-07 Mikhail GlushenkovEnable the Clang plugin by default.
2008-12-07 Mikhail GlushenkovUpdate plugins to use (actions).
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-04 Devang PatelEnable LoopIndexSplit pass.
2008-11-30 Nick LewyckyRemove warning about declaration does not declare anyth...
2008-11-29 Nick LewyckyAdd protected visibility to libLTO.
2008-11-28 Mikhail GlushenkovScrap some boilerplate.
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-28 Mikhail GlushenkovDocumentation: clarify what is meant by 'multiple edges'.
2008-11-26 Mikhail GlushenkovDisallow multiple edges.
2008-11-26 Devang PatelDisable -loop-index-split for now.
2008-11-26 Zhongxing XuAdjust indent.
2008-11-25 Oscar FuentesCMake: llvmc2 is now known as llvmc.
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-11-25 Mikhail Glushenkovdocs: Add author info + fix incorrect code example.
2008-11-25 Mikhail GlushenkovSmall documentation update.
2008-11-25 Mikhail GlushenkovDocument the plugin priority feature.
2008-11-19 Andrew Lenharthignore the -m elf_i386 directive used in the linux...
2008-11-17 Mikhail GlushenkovSupport dependencies between plugins by priority-sorting.
2008-11-17 Mikhail GlushenkovAdd a layer of indirection to make plugins more flexible.
2008-11-15 Oscar FuentesCMake: Removed some cruft.
2008-11-15 Oscar FuentesCMake: Recursively invokes cmake using the right direct...
2008-11-14 Oscar FuentesCMake: Remove unused tablegenning code from tools/llvmc...
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-11-12 Mikhail GlushenkovSome cosmetic changes.
2008-11-11 Devang PatelRemove incomplete lto-bugpoint tool. If there is an...
2008-11-11 Oscar FuentesCMake: forces rebuild of llvm-config's library dependen...
2008-11-09 Oscar FuentesCMake: Corrected detection of `nm'.
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-11-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-11-07 Nick LewyckyUpdate to add newer bitcodes.
2008-11-05 Evan ChengAdd command line option -entry-funcion to override...
2008-11-04 Devang PatelOn darwin, 32-bit x86 target is i386-apple-darwin...
2008-11-04 Nuno Lopesfix memory leak in pass manager when adding an analysis...
2008-11-04 Tanya LattnerRevert 58687. This breaks mingw.
2008-11-04 Nick LewyckyDon't "shell out" to resolve paths. Using pure perl...
2008-11-04 Oscar FuentesCMakeLists: removed asmprinter component from
2008-10-29 Oscar FuentesCMake: Removed some cruft.
2008-10-26 Nick LewyckyRemove -check-exit-code from bugpoint. This is subsumed...
2008-10-26 Oscar FuentesCMake: If we have `clang' under the `tools/' subdirecto...
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-16 Mikhail GlushenkovRe-apply Makefile changes. Fix build with srcdir !...
2008-10-15 Bill WendlingUnbreak the build. Please test out the proper fix for...
2008-10-15 Anton KorobeynikovTemporary revert r57567 and unbreak the build.
2008-10-15 Mikhail Glushenkovllvmc2: Documentation update. Describe recent work...
2008-10-15 Mikhail Glushenkovllvmc2: Some Makefile fixes and renames.
2008-10-15 Mikhail GlushenkovUse (a slightly modified) llvm.css for llvmc2 docs.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-10 Devang PatelFix build failure.
2008-10-04 Oscar FuentesCMake: Reflected changes on source file structure....
2008-10-03 Mikhail GlushenkovRename llvmc2/core to llvmc2/driver.
2008-10-03 Mikhail GlushenkovRename llvmc2/src to llvmc2/core.
2008-10-03 Mikhail GlushenkovFix build breakage when objdir!=srcdir (proper fix).
2008-10-03 Mikhail GlushenkovFix build breakage (again) when srcdir != objdir, other...
2008-10-03 Bill WendlingUnbreak the build.
2008-10-02 Mikhail GlushenkovFix build breakage.
2008-10-02 Mikhail GlushenkovBuild system tweaks to make it more convenient for...
2008-10-02 Bill WendlingAvoid name shadowing with E variable defined in for...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-24 Oscar FuentesCMake: Lists of source files updated. Removed bogus...
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Mikhail GlushenkovConvert llvmc2 plugins to use llvm/Support/Registry...
2008-09-22 Mikhail GlushenkovMove llvmc2 header files under include/llvm/CompilerDriver
2008-09-22 Mikhail GlushenkovPlugin support for llvmc2 (a-la opt).
2008-09-22 Mikhail GlushenkovAdd a 'Debugging' section to the documentation.
2008-09-22 Mikhail GlushenkovMake comments a little bit more clear.
2008-09-22 Mikhail GlushenkovGet rid of GlobalLanguageMap. Global state is evil.
2008-09-22 Mikhail GlushenkovRename our version of ccc to ccc2
2008-09-22 Mikhail GlushenkovFix some comments
2008-09-22 Mikhail GlushenkovAdd a (forward_as) option property
2008-09-22 Mikhail GlushenkovDelete the file llvmc2/doc/LLVMC-Enhancements.rst ...
next