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
2012-12-31
Check for errors. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Fix indentation. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-31
Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-21
Add a function to get the segment name of a section.
Rafael Espindola
2012-12-20
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
Revert 170545 while I debug the ppc failures.
Rafael Espindola
2012-12-19
Add r170095 back.
Rafael Espindola
2012-12-18
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-17
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-13
Revert "Add a funciton to get the segment name of a section."
Eric Christopher
2012-12-13
Add a funciton to get the segment name of a section.
Rafael Espindola
2012-12-11
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-11
Change some functions to take const pointers.
Rafael Espindola
2012-12-10
Revert r169656.
Bill Wendling
2012-12-10
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
Revert to old behavior until linker can pass export-dynamic option.
Bill Wendling
2012-12-08
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-07
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-05
Quick build fix for c++03 clang. This needs a proper solution. Note that thes...
Michael J. Spencer
2012-12-05
Add dump of Win64 EH unwind data.
Michael J. Spencer
2012-12-05
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-11-30
Add a -time-compilations=<N> option to llc.
Jakob Stoklund Olesen
2012-11-30
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-28
Add back support for reading and parsing 'deplibs'.
Bill Wendling
2012-11-27
Modifying lli to use the SectionMemoryManager.
Andrew Kaylor
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...
Andrew Kaylor
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-24
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-23
Add a -disable-cfi option to llvm-mc. This is useful for debugging as
Rafael Espindola
2012-11-21
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
2012-11-20
Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more
Eli Bendersky
2012-11-18
MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...
NAKAMURA Takumi
2012-11-15
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-13
llvm-nm: Make sort more stable when symbol names are equal.
Daniel Dunbar
2012-11-13
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-12
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
Don't use __cxa_demangle under MSVC (which doesn't have it)
Alexander Potapenko
2012-11-12
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...
Alexey Samsonov
2012-11-12
[ASan] Add llvm-symbolizer from to tools/
Alexander Potapenko
2012-11-07
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-11-07
Remove accidental commit.
Bill Wendling
2012-11-07
Add comment describing what's going on here.
Bill Wendling
[next]