Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b47a4f7a0a780eb256cf090e01c5a002fff6684e
/
tools
14ccc90
Added a option to the disassembler to print immediates as hex.
by Kevin Enderby
· 12 years ago
f010c46
Sort the #include lines for tools/...
by Chandler Carruth
· 12 years ago
8820928
Add a -time-compilations=<N> option to llc.
by Jakob Stoklund Olesen
· 12 years ago
84bcf93
Move the InstVisitor utility into VMCore where it belongs. It heavily
by Chandler Carruth
· 12 years ago
6eda081
One more step towards making doInitialization and doFinalization useful for
by Pedro Artigas
· 12 years ago
3defc0b
Add back support for reading and parsing 'deplibs'.
by Bill Wendling
· 12 years ago
257a009
Modifying lli to use the SectionMemoryManager.
by Andrew Kaylor
· 12 years ago
efd08d4
Remove the dependent libraries feature.
by Bill Wendling
· 12 years ago
b709f9f
Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS setting.
by Andrew Kaylor
· 12 years ago
9780d35
Revert r168635 "Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model".
by Owen Anderson
· 12 years ago
0d30d30
Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model
by Owen Anderson
· 12 years ago
8a2ce5d
libLTO: Add a utility method to initialize the disassemblers.
by Benjamin Kramer
· 12 years ago
985884c
Add a -disable-cfi option to llvm-mc. This is useful for debugging as
by Rafael Espindola
· 12 years ago
238f34a
Adding tests for the Intel JIT event listener's MCJIT support.
by Andrew Kaylor
· 12 years ago
8b9da53
Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more
by Eli Bendersky
· 12 years ago
fad9751
MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main().
by NAKAMURA Takumi
· 12 years ago
53608a3
Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded.
by Andrew Kaylor
· 12 years ago
40b6fdb
Add doInitialization and doFinalization methods to ModulePass's, to allow them to be re-initialized and reused on multiple Module's.
by Owen Anderson
· 12 years ago
ed074e9
llvm-nm: Make sort more stable when symbol names are equal.
by Daniel Dunbar
· 12 years ago
206252c
Adding changes to support GNU style archive library reading
by Shankar Easwaran
· 12 years ago
d1726a4
Rewrite DIContext interface to take an object. Update all callers.
by Eric Christopher
· 12 years ago
dece703
Don't use __cxa_demangle under MSVC (which doesn't have it)
by Alexander Potapenko
· 12 years ago
4c0ae90
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DIContext. This is needed to prevent crashes because of dangling reference if the clients don't provide RelocMap to DIContext constructor.
by Alexey Samsonov
· 12 years ago
f41954b
[ASan] Add llvm-symbolizer from to tools/
by Alexander Potapenko
· 12 years ago
806e03d
Add a relocation visitor to lib object. This works via caching relocated
by Eric Christopher
· 12 years ago
bef6eb0
Remove accidental commit.
by Bill Wendling
· 12 years ago
168c190
Add comment describing what's going on here.
by Bill Wendling
· 12 years ago
2898988
Add a method to indicate section address re-assignment is finished.
by Andrew Kaylor
· 12 years ago
6837232
lli: Initialize the native asm parser for inline assembly.
by Jim Grosbach
· 12 years ago
647d6d7
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
by Andrew Kaylor
· 12 years ago
3037a58
Fixed format strings to avoid pointer truncation during 64-bit debugging.
by Andrew Kaylor
· 12 years ago
7dd4dc8
MC: Simple example parser for MC assembly markup.
by Jim Grosbach
· 12 years ago
2932284
Mark code, not data, as executable in lli RemoteTarget simulator.
by Andrew Kaylor
· 12 years ago
b210e6f
Align the data section correctly when loading an ELF file.
by Tim Northover
· 12 years ago
ca88cee
Add -alias and -ralias options to match what we have for functions and globals.
by Rafael Espindola
· 12 years ago
975bc07
Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
by Joerg Sonnenberger
· 12 years ago
fffb724
libLTO has a bug in that it will keep every symbol if none is needed. We used
by Rafael Espindola
· 12 years ago
199063e
Opt does not need to initialize the Asm printer/parser
by Nadav Rotem
· 12 years ago
0873bea
Opt needs to initialize the different targets.
by Nadav Rotem
· 12 years ago
3ed0316
Add support for annotated disassembly output for X86 and arm.
by Kevin Enderby
· 12 years ago
cbd9a19
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerinvoke.
by Nadav Rotem
· 12 years ago
8c1dcdf
Revert "We need this symbol after an LTO build."
by Bob Wilson
· 12 years ago
3b9a911
Temporarily revert the TargetTransform changes.
by Bob Wilson
· 12 years ago
d7169e9
Formatting and 80-col.
by Eric Christopher
· 12 years ago
88bcf79
LTO also needs to initialize the TargetTransform infrastructure.
by Nadav Rotem
· 12 years ago
47ed8a1
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
by Bob Wilson
· 12 years ago
77b4c69
Add float-abi and softfloat options to lli
by Tim Northover
· 12 years ago
427e63b
We need this symbol after an LTO build.
by Bill Wendling
· 12 years ago
e3d0e86
by Nadav Rotem
· 12 years ago
c33b930
Place temporary LTO files into their own subdirectory.
by Bill Wendling
· 12 years ago
52bcafe
Revert "Use a special path to place the .o files in."
by Bob Wilson
· 12 years ago
e57cb73
Use a special path to place the .o files in.
by Bill Wendling
· 12 years ago
791cfc2
Move TargetData to DataLayout.
by Micah Villmow
· 12 years ago
55587cf
lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPointerToNamedFunction(), like legacy JITMemoryManager's.
by NAKAMURA Takumi
· 12 years ago
10181ae
Add an explicit -object_path_lto flag during linking with a uniquified temporary
by Bill Wendling
· 12 years ago
3f23cef
Clean-up of memory buffer and object ownership model in MCJIT
by Andrew Kaylor
· 12 years ago
9208052
Re-enable support for --program-prefix.
by Jordan Rose
· 12 years ago
770b97b
Removing dependency on third party library for Intel JIT event support.
by Andrew Kaylor
· 12 years ago
94c2271
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767
by Sylvestre Ledru
· 12 years ago
7e2c793
Fix a typo 'iff' => 'if'
by Sylvestre Ledru
· 12 years ago
85042e6
Revert "Add --program-prefix support to build"
by Jordan Rose
· 12 years ago
ba48ceb
Add --program-prefix support to build
by Sebastian Pop
· 12 years ago
a668b46
Make sure lli compiles all code before invalidating instruction caches.
by Tim Northover
· 12 years ago
67076a9
Silence -Wnon-virtual-dtor in llvm-stress.
by Andrew Trick
· 12 years ago
18505b3
Add hidden flag to exclude aliases from output.
by Jan Sjödin
· 12 years ago
536a88a
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
by Roman Divacky
· 12 years ago
dbf5457
Fix includes of llvm files that used angle brackets.
by Craig Topper
· 12 years ago
a36ff7b
Don't include stdint.h directly.
by Eli Friedman
· 12 years ago
0b95a99
Explicitly erase the file from disk if something bad happened. <rdar://problem/12184899>
by Bill Wendling
· 12 years ago
30eac71
Don't include stdint.h directly.
by Eli Friedman
· 12 years ago
5932429
Stop casting away const qualifier needlessly.
by Roman Divacky
· 12 years ago
a759eb3
Fix a bug.
by Jan Wen Voung
· 12 years ago
73e562a
revert the additional stuff.
by Jan Wen Voung
· 12 years ago
851343c
Clean up llvm-bcanalyzer to print to consistent streams.
by Jan Wen Voung
· 12 years ago
54b3b30
Update CMakeList.txt for new lli sources.
by Jim Grosbach
· 12 years ago
706f03a
MCJIT: Add faux remote target execution to lli for the MCJIT.
by Jim Grosbach
· 12 years ago
5eae90d
Add support for fetching inlining context (stack of source code locations)
by Alexey Samsonov
· 12 years ago
7b3d77e
Code cleanup: tools/opt/opt.cpp
by Logan Chien
· 12 years ago
5da959d
LLI: move instruction cache tweaks.
by Jim Grosbach
· 12 years ago
fd6d165
Some of the instructions in the Mips instruction set are revision
by Jack Carter
· 12 years ago
eceb5b9
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
by Alexey Samsonov
· 12 years ago
a16c2e3
Pass -lLTO after gold-plugin.o so that it gets used in systems that default to
by Rafael Espindola
· 12 years ago
35907e9
Add support for the --param ssp-buffer-size= driver option. PR9673
by Chad Rosier
· 12 years ago
32811be
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
by Bill Wendling
· 12 years ago
94bc246
Remove references to compression in llvm-ar. It has been a long time since we
by Rafael Espindola
· 12 years ago
0ca36af
Remove some coding violations. No functionality change.
by Bill Wendling
· 12 years ago
5682527
Cache a commonly used reference.
by Bill Wendling
· 12 years ago
5f91a99
Add test triples to fix win32 failures. Revert workaround from r161292.
by Bob Wilson
· 12 years ago
3f5d1a2
Tidy up a bit.
by Jim Grosbach
· 12 years ago
eda3fc6
Reduce indentation by early exiting.
by Bill Wendling
· 12 years ago
9ac0aaa
Add a way to grab the target options from the LTO command line.
by Bill Wendling
· 12 years ago
b0f6759
Add support for the OpenBSD for Bitrig.
by Eric Christopher
· 12 years ago
17d2853
llc: Try to suppress failures since r161262 .
by NAKAMURA Takumi
· 12 years ago
772af92
Fix memcmp code-gen to honor -fno-builtin.
by Bob Wilson
· 12 years ago
c8e41c5
Fix a typo (the the => the)
by Sylvestre Ledru
· 12 years ago
71d94f8
DebugInfo library: add support for fetching absolute paths to source files
by Alexey Samsonov
· 12 years ago
f59083c
Remove tabs.
by Bill Wendling
· 12 years ago
7a43e30
Tweak prose.
by Chad Rosier
· 12 years ago
769951f
Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead.
by Evan Cheng
· 12 years ago
30a507a
Extend TargetPassConfig to allow running only a subset of the normal passes.
by Bob Wilson
· 12 years ago
Next »