- f915253 Use (actions) instead of option properties, support external options. by Mikhail Glushenkov · 16 years ago
- 4d6e233 Enable LoopIndexSplit pass. by Devang Patel · 16 years ago
- 6e11687 Remove warning about declaration does not declare anything. This class was by Nick Lewycky · 16 years ago
- 4fd40e8 Add protected visibility to libLTO. by Nick Lewycky · 16 years ago
- bfdef3a Scrap some boilerplate. by Mikhail Glushenkov · 16 years ago
- 739c720 Add 'hidden' and 'really_hidden' option properties. by Mikhail Glushenkov · 16 years ago
- 3321b0f Documentation: clarify what is meant by 'multiple edges'. by Mikhail Glushenkov · 16 years ago
- 7e6d70a Disallow multiple edges. by Mikhail Glushenkov · 16 years ago
- 6f9f3e1 Disable -loop-index-split for now. by Devang Patel · 16 years ago
- 3253f4c Adjust indent. by Zhongxing Xu · 16 years ago
- 63c956c CMake: llvmc2 is now known as llvmc. by Oscar Fuentes · 16 years ago
- 113ec35 Since the old llvmc was removed, rename llvmc2 to llvmc. by Mikhail Glushenkov · 16 years ago
- 536637f docs: Add author info + fix incorrect code example. by Mikhail Glushenkov · 16 years ago
- ebdeca7 Small documentation update. by Mikhail Glushenkov · 16 years ago
- f80f0aa Document the plugin priority feature. by Mikhail Glushenkov · 16 years ago
- 0c6ba44 ignore the -m elf_i386 directive used in the linux kernel by Andrew Lenharth · 16 years ago
- 35fde15 Support dependencies between plugins by priority-sorting. by Mikhail Glushenkov · 16 years ago
- 0108877 Add a layer of indirection to make plugins more flexible. by Mikhail Glushenkov · 16 years ago
- 232ed2d CMake: Removed some cruft. by Oscar Fuentes · 16 years ago
- 2c688da CMake: Recursively invokes cmake using the right directories. by Oscar Fuentes · 16 years ago
- 2833f59 CMake: Remove unused tablegenning code from tools/llvmc2/driver. by Oscar Fuentes · 16 years ago
- 0d9eb9b Add Binary flag to raw_fd_ostream constructor. by Daniel Dunbar · 16 years ago
- aa4774c Some cosmetic changes. by Mikhail Glushenkov · 16 years ago
- 17ddcd9 Remove incomplete lto-bugpoint tool. If there is an interest then we can resurrect this tool later on and finish implementation. by Devang Patel · 16 years ago
- 123f4fd CMake: forces rebuild of llvm-config's library dependency info when a by Oscar Fuentes · 16 years ago
- 63b27a6 CMake: Corrected detection of `nm'. by Oscar Fuentes · 16 years ago
- 3ab40ca CMake: Support for cross-compiling. For now, requires a previously by Oscar Fuentes · 16 years ago
- 77e0c85 Add LLVMC2 tool definitions for Objective-C and Objective-C++. by Daniel Dunbar · 16 years ago
- 82b80d9 Update to add newer bitcodes. by Nick Lewycky · 16 years ago
- ec740e3 Add command line option -entry-funcion to override entry function (default is main). by Evan Cheng · 16 years ago
- f75e789 On darwin, 32-bit x86 target is i386-apple-darwin... by Devang Patel · 16 years ago
- 641397f fix memory leak in pass manager when adding an analysis pass that already existed. as pass manager takes ownership of the added passes, it has to delete the pass if it isnt added to the pass list by Nuno Lopes · 16 years ago
- e32d58f Revert 58687. This breaks mingw. by Tanya Lattner · 16 years ago
- c40b75b Don't "shell out" to resolve paths. Using pure perl makes llvm-config by Nick Lewycky · 16 years ago
- 6e1b125 CMakeLists: removed asmprinter component from tools/llc/CMakeLists.txt. by Oscar Fuentes · 16 years ago
- 980e842 CMake: Removed some cruft. by Oscar Fuentes · 16 years ago
- 33b1c30 Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. by Nick Lewycky · 16 years ago
- 48ed0f5 CMake: If we have `clang' under the `tools/' subdirectory, add it to the build. by Oscar Fuentes · 16 years ago
- 579e43a CMake: GetTargetTriple: new module for determining the target by Oscar Fuentes · 16 years ago
- 3b0da26 Move Print*Pass to use raw_ostream. by Daniel Dunbar · 16 years ago
- 1dc9716 CMake: `make install' for libraries, executables and header files. by Oscar Fuentes · 16 years ago
- f4db3a5 Privatize PrintModulePass and PrintFunctionPass and add by Daniel Dunbar · 16 years ago
- cc30d9c Re-apply Makefile changes. Fix build with srcdir != objdir. by Mikhail Glushenkov · 16 years ago
- e90842c Unbreak the build. Please test out the proper fix for this by compiling LLVM by Bill Wendling · 16 years ago
- b2029c9 Temporary revert r57567 and unbreak the build. by Anton Korobeynikov · 16 years ago
- 8323748 llvmc2: Documentation update. Describe recent work on plugins. by Mikhail Glushenkov · 16 years ago
- a01ab7f llvmc2: Some Makefile fixes and renames. by Mikhail Glushenkov · 16 years ago
- a1e6eb8 Use (a slightly modified) llvm.css for llvmc2 docs. by Mikhail Glushenkov · 16 years ago
- b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 16 years ago
- 7a76ed6 Fix build failure. Patch by Erick Tryzelaar. by Devang Patel · 16 years ago
- 8053304 CMake: Reflected changes on source file structure. New plugin support by Oscar Fuentes · 16 years ago
- 3945b7c Rename llvmc2/core to llvmc2/driver. by Mikhail Glushenkov · 16 years ago
- b6cc085 Rename llvmc2/src to llvmc2/core. by Mikhail Glushenkov · 16 years ago
- c32dece Fix build breakage when objdir!=srcdir (proper fix). by Mikhail Glushenkov · 16 years ago
- 9d1b696 Fix build breakage (again) when srcdir != objdir, other small fixes. by Mikhail Glushenkov · 16 years ago
- a079e2b Unbreak the build. by Bill Wendling · 16 years ago
- 597f3f8 Fix build breakage. by Mikhail Glushenkov · 16 years ago
- e4a5ea3 Build system tweaks to make it more convenient for the plugin authors. by Mikhail Glushenkov · 16 years ago
- 46f7a5e Avoid name shadowing with E variable defined in for(). This was giving VC++ by Bill Wendling · 16 years ago
- e1ad087 CMake: Builds all targets. by Oscar Fuentes · 16 years ago
- 5f1f2ae CMake: Lists of source files updated. Removed bogus dependency from by Oscar Fuentes · 16 years ago
- 3ee8fc9 Rationalize the names of passes that print information: by Duncan Sands · 16 years ago
- 14ef059 Convert llvmc2 plugins to use llvm/Support/Registry.h machinery. by Mikhail Glushenkov · 16 years ago
- 4a1a77c Move llvmc2 header files under include/llvm/CompilerDriver by Mikhail Glushenkov · 16 years ago
- c82ce4a Plugin support for llvmc2 (a-la opt). by Mikhail Glushenkov · 16 years ago
- 9ecd30c Add a 'Debugging' section to the documentation. by Mikhail Glushenkov · 16 years ago
- 0737651 Make comments a little bit more clear. by Mikhail Glushenkov · 16 years ago
- 11a353a Get rid of GlobalLanguageMap. Global state is evil. by Mikhail Glushenkov · 16 years ago
- ac69f91 Rename our version of ccc to ccc2 by Mikhail Glushenkov · 16 years ago
- d92f2e0 Fix some comments by Mikhail Glushenkov · 16 years ago
- fdee954 Add a (forward_as) option property by Mikhail Glushenkov · 16 years ago
- 5ccf28f Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spelling fixes. by Mikhail Glushenkov · 16 years ago
- 1d8e4cf CMake build system: support for parallel builds. by Oscar Fuentes · 16 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
- 210fada Turn on the AddReadAttrs pass. by Duncan Sands · 16 years ago
- e65d39a Teach -callgraph to always print the callgraph (as the by Duncan Sands · 16 years ago
- 442b1aa Fix comments, help messages. by Devang Patel · 16 years ago
- d9424ed Fix cut-n-pasto. by Devang Patel · 16 years ago
- 2d7551c Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively. by Devang Patel · 16 years ago
- 38197fe End of the GlobalsModRef experiment. by Duncan Sands · 16 years ago
- 0e3b7b2 Give GlobalsModRef a whirl in the nightly testers. by Duncan Sands · 16 years ago
- 70f684f Allow use of ssh to perform remote execution. by Evan Cheng · 16 years ago
- ff5d06d Backout 55429 by Devang Patel · 16 years ago
- 9d2968c Add facility to create a target. by Devang Patel · 16 years ago
- 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 16 years ago
- ed3e8b4 Don't silently ignore errors when opening output streams. by Dan Gohman · 16 years ago
- cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
- 2b11004 Link GC metadata printers by default to llc by Anton Korobeynikov · 16 years ago
- 3c3bc48 Move X86 assembler printers into separate directory. This allows JIT-only users not to link it in (use 'x86codegen' llvm-config arg for this) by Anton Korobeynikov · 16 years ago
- 3688f26 Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been deprecated for almost a year; it's finally time for them to go away. by Owen Anderson · 16 years ago
- e1a4eda Add -fast command line option to lli. It enables fast codegen path. by Evan Cheng · 16 years ago
- bcbd9c4 Improve bugpoint output a bit by outputting the actual instructions instead of by Matthijs Kooijman · 16 years ago
- 9d76c73 Identify llvm bit-code file that is causing linking failure in LTO mode. by Devang Patel · 16 years ago
- 38bcec1 Quit early, if unable to reproduce error using original input files. by Devang Patel · 16 years ago
- 8502112 Remove temp. files in the end. by Devang Patel · 16 years ago
- b6f08eb Remove more tabs. by Bill Wendling · 16 years ago
- 6e7775f Provide llvm bitcode file to native object file interface. by Devang Patel · 16 years ago
- db6535d tentative definitions are default visibility by Nick Kledzik · 16 years ago
- 5a7fb69 typo. by Devang Patel · 16 years ago
- 0597667 If all linker input files are native object files then lto-bugpoint is not useful. by Devang Patel · 16 years ago