index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2008-10-04
CMake: Reflected changes on source file structure. New plugin support
Oscar Fuentes
2008-10-03
Rename llvmc2/core to llvmc2/driver.
Mikhail Glushenkov
2008-10-03
Rename llvmc2/src to llvmc2/core.
Mikhail Glushenkov
2008-10-03
Fix build breakage when objdir!=srcdir (proper fix).
Mikhail Glushenkov
2008-10-03
Fix build breakage (again) when srcdir != objdir, other small fixes.
Mikhail Glushenkov
2008-10-03
Unbreak the build.
Bill Wendling
2008-10-02
Fix build breakage.
Mikhail Glushenkov
2008-10-02
Build system tweaks to make it more convenient for the plugin authors.
Mikhail Glushenkov
2008-10-02
Avoid name shadowing with E variable defined in for(). This was giving VC++
Bill Wendling
2008-09-26
CMake: Builds all targets.
Oscar Fuentes
2008-09-24
CMake: Lists of source files updated. Removed bogus dependency from
Oscar Fuentes
2008-09-23
Rationalize the names of passes that print information:
Duncan Sands
2008-09-22
Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.
Mikhail Glushenkov
2008-09-22
Move llvmc2 header files under include/llvm/CompilerDriver
Mikhail Glushenkov
2008-09-22
Plugin support for llvmc2 (a-la opt).
Mikhail Glushenkov
2008-09-22
Add a 'Debugging' section to the documentation.
Mikhail Glushenkov
2008-09-22
Make comments a little bit more clear.
Mikhail Glushenkov
2008-09-22
Get rid of GlobalLanguageMap. Global state is evil.
Mikhail Glushenkov
2008-09-22
Rename our version of ccc to ccc2
Mikhail Glushenkov
2008-09-22
Fix some comments
Mikhail Glushenkov
2008-09-22
Add a (forward_as) option property
Mikhail Glushenkov
2008-09-22
Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...
Mikhail Glushenkov
2008-09-22
CMake build system: support for parallel builds.
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-09-19
Turn on the AddReadAttrs pass.
Duncan Sands
2008-09-19
Teach -callgraph to always print the callgraph (as the
Duncan Sands
2008-09-17
Fix comments, help messages.
Devang Patel
2008-09-17
Fix cut-n-pasto.
Devang Patel
2008-09-16
Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively.
Devang Patel
2008-09-15
End of the GlobalsModRef experiment.
Duncan Sands
2008-09-12
Give GlobalsModRef a whirl in the nightly testers.
Duncan Sands
2008-09-09
Allow use of ssh to perform remote execution.
Evan Cheng
2008-08-27
Backout 55429
Devang Patel
2008-08-27
Add facility to create a target.
Devang Patel
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-21
Don't silently ignore errors when opening output streams.
Dan Gohman
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-17
Link GC metadata printers by default to llc
Anton Korobeynikov
2008-08-17
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-15
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-08-08
Add -fast command line option to lli. It enables fast codegen path.
Evan Cheng
2008-07-29
Improve bugpoint output a bit by outputting the actual instructions instead of
Matthijs Kooijman
2008-07-24
Identify llvm bit-code file that is causing linking failure in LTO mode.
Devang Patel
2008-07-22
Quit early, if unable to reproduce error using original input files.
Devang Patel
2008-07-22
Remove temp. files in the end.
Devang Patel
2008-07-22
Remove more tabs.
Bill Wendling
2008-07-21
Provide llvm bitcode file to native object file interface.
Devang Patel
2008-07-19
tentative definitions are default visibility
Nick Kledzik
2008-07-18
typo.
Devang Patel
2008-07-18
If all linker input files are native object files then lto-bugpoint is not us...
Devang Patel
[next]