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
2013-01-31
Fix a copy/paste-o that got missed because 'check' doesn't build lto.
Chandler Carruth
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-28
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-26
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-25
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2013-01-25
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-25
Rename variable to be more comprehensible and follow naming convention
Eli Bendersky
2013-01-24
[bugpoint] make tool selection messages unique
Saleem Abdulrasool
2013-01-24
[bugpoint] set Message after tool configuration
Saleem Abdulrasool
2013-01-24
lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...
NAKAMURA Takumi
2013-01-22
llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...
Alexey Samsonov
2013-01-22
Fix missed out llvm-stress after APFloat change.
Tim Northover
2013-01-22
[CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...
NAKAMURA Takumi
2013-01-21
Remove unneeded #include.
Jakub Staszak
2013-01-20
switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of
Chris Lattner
2013-01-19
fix method name.
Chris Lattner
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-18
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-16
Remove unneeded include and empty line
Eli Bendersky
2013-01-16
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-15
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-15
LTO: Also init TTI for codegen passes.
Nadav Rotem
2013-01-14
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
llvm-symbolizer: add DATA command that allows to symbolize global variables.
Dmitry Vyukov
2013-01-10
[llvm-objdump] Emit addresses with the correct number of leading 0's.
Michael J. Spencer
2013-01-10
Fix #includes after my last commit.
Jakub Staszak
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-06
[objdump] Use correct format specifiers and fix C++03 variadic warning.
Michael J. Spencer
2013-01-06
[objdump] Add --private-headers, -p.
Michael J. Spencer
2013-01-05
Fix another place where we build the TTI pass to the new interface.
Chandler Carruth
2013-01-05
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-01
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2012-12-31
Use the generic dump template. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Dump sections. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Print a header above the symbols. Extracted from a patch by Sami Liedes.
Rafael Espindola
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
[next]