index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-06
Don't loop endlessly for MachO files with 0 ncmds
Filipe Cabecinhas
1
-0
/
+2
2015-01-06
[PM] Hide a function we only use in an assert behind NDEBUG.
Chandler Carruth
1
-0
/
+2
2015-01-06
[PM] Introduce a utility pass that preserves no analyses.
Chandler Carruth
1
-0
/
+3
2015-01-06
[PM] Simplify how we parse the outer layer of the pass pipeline text and
Chandler Carruth
1
-25
/
+14
2015-01-06
[PM] Add a utility pass template that synthesizes the invalidation of
Chandler Carruth
1
-3
/
+15
2015-01-06
[PM] Simplify how we use the registry by including it only once. Still
Chandler Carruth
1
-18
/
+0
2015-01-06
[PM] Add a collection of no-op analysis passes and switch the new pass
Chandler Carruth
2
-0
/
+39
2015-01-06
[PM] Sink the no-op pass parsing logic into the .def-based registry to
Chandler Carruth
2
-21
/
+3
2015-01-06
[PM] Move the analysis registry into the Passes.cpp file and provide
Chandler Carruth
3
-12
/
+46
2015-01-06
[PM] Add a utility to the new pass manager for generating a pass which
Chandler Carruth
1
-0
/
+42
2015-01-05
[dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
4
-34
/
+233
2015-01-05
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
2
-4
/
+4
2015-01-05
[PM] Wire up support for explicitly running the verifier pass.
Chandler Carruth
1
-0
/
+2
2015-01-03
llvm-readobj: add support to dump COFF export tables
Saleem Abdulrasool
3
-0
/
+28
2014-12-29
[cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.
Chandler Carruth
3
-4
/
+9
2014-12-29
[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it to
Chandler Carruth
1
-1
/
+1
2014-12-24
Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p...
Kevin Enderby
1
-1
/
+1
2014-12-23
Attempt to fix the LLVM Windows build bot lld-x86_64-win7.
Kevin Enderby
1
-1
/
+1
2014-12-23
Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.
Kevin Enderby
1
-0
/
+352
2014-12-23
Fix a leak found by asan.
Rafael Espindola
1
-5
/
+12
2014-12-20
strnlen isn't available on some platforms, use StringRef instead
David Majnemer
1
-1
/
+2
2014-12-20
Unbreak cmake build with shared libraries enabled.
Matthias Braun
1
-0
/
+1
2014-12-19
Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...
Kevin Enderby
1
-0
/
+40
2014-12-19
Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...
Kevin Enderby
1
-0
/
+18
2014-12-19
Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...
Kevin Enderby
1
-0
/
+20
2014-12-19
LTO: Export local context symbols
Duncan P. N. Exon Smith
2
-2
/
+16
2014-12-18
Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...
Kevin Enderby
1
-0
/
+19
2014-12-18
Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Chris Bieneman
1
-3
/
+21
2014-12-18
Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...
Kevin Enderby
1
-0
/
+19
2014-12-18
Modernize the getStreamedBitcodeModule interface a bit. NFC.
Rafael Espindola
1
-4
/
+8
2014-12-18
Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...
Kevin Enderby
2
-4
/
+37
2014-12-18
[dsymutil] Fix missing member initializer.
Alexey Samsonov
1
-1
/
+2
2014-12-17
Remove unused includes and out of date comment. NFC.
Rafael Espindola
6
-6
/
+0
2014-12-17
llvm-lto: Add testing coverage for local contexts
Duncan P. N. Exon Smith
1
-0
/
+47
2014-12-17
Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...
Kevin Enderby
1
-1
/
+26
2014-12-16
Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...
Kevin Enderby
1
-0
/
+24
2014-12-16
Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOS
Kevin Enderby
1
-1
/
+2
2014-12-16
Fix another use of PRIx32 that should have been PRIx64.
Kevin Enderby
1
-2
/
+2
2014-12-16
[dsymutil] Pass the verbosity flag down to the processing. NFC for now.
Frederic Riss
4
-6
/
+9
2014-12-16
[dsymutil] Avoid calling getStringTableData() for each symbol. NFC.
Frederic Riss
1
-2
/
+3
2014-12-16
Fix the arm build bots for a test that was added. A printing routine was inc...
Kevin Enderby
1
-2
/
+2
2014-12-16
Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files
Kevin Enderby
1
-1
/
+1
2014-12-15
Fix line mapping information in LLVM JIT profiling with Vtune
Alexey Bataev
1
-1
/
+1
2014-12-13
Fix Doxygen command misspellings.
Benjamin Kramer
1
-1
/
+1
2014-12-12
Initial dsymutil tool commit.
Frederic Riss
12
-2
/
+640
2014-12-12
Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.
Yaron Keren
1
-7
/
+7
2014-12-12
Pass output stream to AsLexInput instead of the whole tool_output_file.
Craig Topper
1
-46
/
+46
2014-12-12
Use unique_ptr to remove an explicit delete. Change return type to pass the u...
Craig Topper
1
-5
/
+4
2014-12-12
Use make_unique instead of reset() and 'new'
Craig Topper
1
-1
/
+2
2014-12-12
Use range-based for loop.
Craig Topper
1
-2
/
+2
[next]