index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[objdump] Use correct format specifiers and fix C++03 variadic warning.
Michael J. Spencer
2013-01-06
1
-6
/
+8
*
[objdump] Add --private-headers, -p.
Michael J. Spencer
2013-01-06
4
-1
/
+103
*
Fix another place where we build the TTI pass to the new interface.
Chandler Carruth
2013-01-05
1
-2
/
+2
*
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-05
2
-4
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
30
-79
/
+79
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
4
-4
/
+4
*
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2013-01-01
1
-8
/
+8
*
Use the generic dump template. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-53
/
+19
*
Dump sections. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-0
/
+76
*
Print a header above the symbols. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-0
/
+12
*
Check for errors. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-6
/
+12
*
Fix indentation. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-31
1
-32
/
+32
*
Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-31
1
-28
/
+18
*
Add a function to get the segment name of a section.
Rafael Espindola
2012-12-21
2
-5
/
+28
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-0
/
+4
*
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-20
1
-3
/
+0
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
3
-187
/
+0
*
Revert 170545 while I debug the ppc failures.
Rafael Espindola
2012-12-19
2
-28
/
+5
*
Add r170095 back.
Rafael Espindola
2012-12-19
2
-5
/
+28
*
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-18
1
-0
/
+6
*
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-17
1
-1
/
+7
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+3
*
Revert "Add a funciton to get the segment name of a section."
Eric Christopher
2012-12-13
2
-18
/
+4
*
Add a funciton to get the segment name of a section.
Rafael Espindola
2012-12-13
2
-4
/
+18
*
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-11
3
-0
/
+3
*
Change some functions to take const pointers.
Rafael Espindola
2012-12-11
2
-24
/
+26
*
Revert r169656.
Bill Wendling
2012-12-10
4
-18
/
+3
*
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
1
-0
/
+2
*
Revert to old behavior until linker can pass export-dynamic option.
Bill Wendling
2012-12-10
1
-1
/
+6
*
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-08
4
-3
/
+14
*
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-07
1
-0
/
+1
*
Quick build fix for c++03 clang. This needs a proper solution. Note that thes...
Michael J. Spencer
2012-12-05
1
-4
/
+4
*
Add dump of Win64 EH unwind data.
Michael J. Spencer
2012-12-05
4
-3
/
+391
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
1
-4
/
+16
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
49
-222
/
+208
*
Add a -time-compilations=<N> option to llc.
Jakob Stoklund Olesen
2012-11-30
1
-0
/
+16
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
7
-16
/
+0
*
Add back support for reading and parsing 'deplibs'.
Bill Wendling
2012-11-28
1
-0
/
+1
*
Modifying lli to use the SectionMemoryManager.
Andrew Kaylor
2012-11-27
1
-222
/
+10
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
1
-1
/
+0
*
Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...
Andrew Kaylor
2012-11-27
1
-1
/
+6
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
7
-0
/
+16
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
7
-16
/
+0
*
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-24
3
-0
/
+28
*
Add a -disable-cfi option to llvm-mc. This is useful for debugging as
Rafael Espindola
2012-11-23
1
-1
/
+5
*
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
2012-11-21
7
-2
/
+281
*
Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more
Eli Bendersky
2012-11-20
1
-2
/
+9
*
MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...
NAKAMURA Takumi
2012-11-18
1
-0
/
+13
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
4
-6
/
+16
[next]