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-22
Assigning and copying command line option objects shouldn't be allowed.
Chris Bieneman
3
-4
/
+6
2015-01-20
For llvm-objdump, hook up existing options to work when using -macho (the Mac...
Kevin Enderby
3
-29
/
+34
2015-01-20
[PM] Port LoopInfo to the new pass manager, adding both a LoopAnalysis
Chandler Carruth
2
-0
/
+3
2015-01-19
[dsymutil] Add the detected target triple to the debug map.
Frederic Riss
3
-2
/
+16
2015-01-18
unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer
David Blaikie
1
-2
/
+2
2015-01-16
Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...
Kevin Enderby
1
-1
/
+1
2015-01-16
llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration
Saleem Abdulrasool
1
-0
/
+1
2015-01-15
Add the option, -archive-headers, used with -macho to print the Mach-O archiv...
Kevin Enderby
3
-3
/
+118
2015-01-15
[PM] Port TargetLibraryInfo to the new pass manager, provided by the
Chandler Carruth
2
-0
/
+2
2015-01-15
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2
-6
/
+8
2015-01-15
Update libdeps since TLI was moved from Target to Analysis in r226078.
NAKAMURA Takumi
1
-1
/
+1
2015-01-15
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
3
-3
/
+3
2015-01-14
Fix linking of shared libraries.
Rafael Espindola
1
-1
/
+1
2015-01-14
Fix handling of extern_weak. This was broken by r225983.
Rafael Espindola
1
-2
/
+4
2015-01-14
Handle a symbol being undefined.
Rafael Espindola
1
-1
/
+5
2015-01-14
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
19
-34
/
+31
2015-01-14
[PM] Port domtree to the new pass manager (at last).
Chandler Carruth
3
-0
/
+5
2015-01-13
[PM] Push the debug option for the new pass manager into the opt tool
Chandler Carruth
3
-29
/
+40
2015-01-13
[PM] Fold all three analysis managers into a single AnalysisManager
Chandler Carruth
1
-4
/
+2
2015-01-10
Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
2
-21
/
+37
2015-01-09
Fix an ASAN failure introduced with r225537 (adding the -universal-headers to...
Kevin Enderby
1
-5
/
+5
2015-01-09
Add the option, -universal-headers, used with -macho to print the Mach-O univ...
Kevin Enderby
3
-13
/
+207
2015-01-09
Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"
Duncan P. N. Exon Smith
1
-1
/
+1
2015-01-09
Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
Duncan P. N. Exon Smith
1
-1
/
+1
2015-01-08
Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of my
Kevin Enderby
1
-27
/
+28
2015-01-07
Fix uninitialized memory read in llvm-dsymutil for the second time.
Alexey Samsonov
1
-1
/
+2
2015-01-07
Slightly refactor things for llvm-objdump and the -macho option so it can be ...
Kevin Enderby
3
-47
/
+98
2015-01-07
Manually specify the folder that llvm-ranlib should reside in for CMake-produ...
Aaron Ballman
1
-0
/
+2
2015-01-07
[PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
1
-6
/
+6
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
[prev]
[next]