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
*
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
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
7
-0
/
+16
*
llvm-nm: Make sort more stable when symbol names are equal.
Daniel Dunbar
2012-11-13
1
-1
/
+12
*
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-13
1
-0
/
+22
*
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
3
-197
/
+8
*
Don't use __cxa_demangle under MSVC (which doesn't have it)
Alexander Potapenko
2012-11-12
1
-1
/
+5
*
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...
Alexey Samsonov
2012-11-12
1
-1
/
+1
*
[ASan] Add llvm-symbolizer from to tools/
Alexander Potapenko
2012-11-12
5
-1
/
+413
*
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-11-07
1
-1
/
+58
*
Remove accidental commit.
Bill Wendling
2012-11-07
1
-21
/
+0
*
Add comment describing what's going on here.
Bill Wendling
2012-11-07
1
-0
/
+21
*
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
1
-0
/
+4
*
lli: Initialize the native asm parser for inline assembly.
Jim Grosbach
2012-11-05
4
-3
/
+4
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
1
-1
/
+1
*
Fixed format strings to avoid pointer truncation during 64-bit debugging.
Andrew Kaylor
2012-11-01
1
-4
/
+4
*
MC: Simple example parser for MC assembly markup.
Jim Grosbach
2012-10-31
7
-2
/
+272
*
Mark code, not data, as executable in lli RemoteTarget simulator.
Andrew Kaylor
2012-10-31
1
-2
/
+2
*
Align the data section correctly when loading an ELF file.
Tim Northover
2012-10-29
1
-3
/
+11
*
Add -alias and -ralias options to match what we have for functions and
Rafael Espindola
2012-10-29
1
-0
/
+47
*
Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
Joerg Sonnenberger
2012-10-26
9
-137
/
+132
*
libLTO has a bug in that it will keep every symbol if none is needed. We used
Rafael Espindola
2012-10-26
1
-10
/
+0
*
Opt does not need to initialize the Asm printer/parser
Nadav Rotem
2012-10-24
1
-2
/
+0
*
Opt needs to initialize the different targets.
Nadav Rotem
2012-10-24
1
-0
/
+6
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
2
-2
/
+10
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
6
-209
/
+92
*
Revert "We need this symbol after an LTO build."
Bob Wilson
2012-10-18
1
-1
/
+0
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
6
-92
/
+209
*
Formatting and 80-col.
Eric Christopher
2012-10-16
1
-3
/
+3
*
LTO also needs to initialize the TargetTransform infrastructure.
Nadav Rotem
2012-10-15
1
-0
/
+2
*
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
Bob Wilson
2012-10-12
2
-12
/
+28
*
Add float-abi and softfloat options to lli
Tim Northover
2012-10-12
1
-2
/
+26
*
We need this symbol after an LTO build.
Bill Wendling
2012-10-12
1
-0
/
+1
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
5
-209
/
+90
*
Place temporary LTO files into their own subdirectory.
Bill Wendling
2012-10-10
1
-3
/
+3
*
Revert "Use a special path to place the .o files in."
Bob Wilson
2012-10-09
1
-2
/
+1
*
Use a special path to place the .o files in.
Bill Wendling
2012-10-08
1
-1
/
+2
[next]