index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of my
Kevin Enderby
2015-01-08
1
-27
/
+28
*
Fix uninitialized memory read in llvm-dsymutil for the second time.
Alexey Samsonov
2015-01-07
1
-1
/
+2
*
Slightly refactor things for llvm-objdump and the -macho option so it can be ...
Kevin Enderby
2015-01-07
3
-47
/
+98
*
Manually specify the folder that llvm-ranlib should reside in for CMake-produ...
Aaron Ballman
2015-01-07
1
-0
/
+2
*
[PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
2015-01-07
1
-6
/
+6
*
Don't loop endlessly for MachO files with 0 ncmds
Filipe Cabecinhas
2015-01-06
1
-0
/
+2
*
[PM] Hide a function we only use in an assert behind NDEBUG.
Chandler Carruth
2015-01-06
1
-0
/
+2
*
[PM] Introduce a utility pass that preserves no analyses.
Chandler Carruth
2015-01-06
1
-0
/
+3
*
[PM] Simplify how we parse the outer layer of the pass pipeline text and
Chandler Carruth
2015-01-06
1
-25
/
+14
*
[PM] Add a utility pass template that synthesizes the invalidation of
Chandler Carruth
2015-01-06
1
-3
/
+15
*
[PM] Simplify how we use the registry by including it only once. Still
Chandler Carruth
2015-01-06
1
-18
/
+0
*
[PM] Add a collection of no-op analysis passes and switch the new pass
Chandler Carruth
2015-01-06
2
-0
/
+39
*
[PM] Sink the no-op pass parsing logic into the .def-based registry to
Chandler Carruth
2015-01-06
2
-21
/
+3
*
[PM] Move the analysis registry into the Passes.cpp file and provide
Chandler Carruth
2015-01-06
3
-12
/
+46
*
[PM] Add a utility to the new pass manager for generating a pass which
Chandler Carruth
2015-01-06
1
-0
/
+42
*
[dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
2015-01-05
4
-34
/
+233
*
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
2015-01-05
2
-4
/
+4
*
[PM] Wire up support for explicitly running the verifier pass.
Chandler Carruth
2015-01-05
1
-0
/
+2
*
llvm-readobj: add support to dump COFF export tables
Saleem Abdulrasool
2015-01-03
3
-0
/
+28
*
[cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.
Chandler Carruth
2014-12-29
3
-4
/
+9
*
[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it to
Chandler Carruth
2014-12-29
1
-1
/
+1
*
Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p...
Kevin Enderby
2014-12-24
1
-1
/
+1
*
Attempt to fix the LLVM Windows build bot lld-x86_64-win7.
Kevin Enderby
2014-12-23
1
-1
/
+1
*
Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.
Kevin Enderby
2014-12-23
1
-0
/
+352
*
Fix a leak found by asan.
Rafael Espindola
2014-12-23
1
-5
/
+12
*
strnlen isn't available on some platforms, use StringRef instead
David Majnemer
2014-12-20
1
-1
/
+2
*
Unbreak cmake build with shared libraries enabled.
Matthias Braun
2014-12-20
1
-0
/
+1
*
Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...
Kevin Enderby
2014-12-19
1
-0
/
+40
*
Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...
Kevin Enderby
2014-12-19
1
-0
/
+18
*
Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...
Kevin Enderby
2014-12-19
1
-0
/
+20
*
LTO: Export local context symbols
Duncan P. N. Exon Smith
2014-12-19
2
-2
/
+16
*
Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...
Kevin Enderby
2014-12-18
1
-0
/
+19
*
Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Chris Bieneman
2014-12-18
1
-3
/
+21
*
Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
1
-0
/
+19
*
Modernize the getStreamedBitcodeModule interface a bit. NFC.
Rafael Espindola
2014-12-18
1
-4
/
+8
*
Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
2
-4
/
+37
*
[dsymutil] Fix missing member initializer.
Alexey Samsonov
2014-12-18
1
-1
/
+2
*
Remove unused includes and out of date comment. NFC.
Rafael Espindola
2014-12-17
6
-6
/
+0
*
llvm-lto: Add testing coverage for local contexts
Duncan P. N. Exon Smith
2014-12-17
1
-0
/
+47
*
Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...
Kevin Enderby
2014-12-17
1
-1
/
+26
*
Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...
Kevin Enderby
2014-12-16
1
-0
/
+24
*
Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOS
Kevin Enderby
2014-12-16
1
-1
/
+2
*
Fix another use of PRIx32 that should have been PRIx64.
Kevin Enderby
2014-12-16
1
-2
/
+2
*
[dsymutil] Pass the verbosity flag down to the processing. NFC for now.
Frederic Riss
2014-12-16
4
-6
/
+9
*
[dsymutil] Avoid calling getStringTableData() for each symbol. NFC.
Frederic Riss
2014-12-16
1
-2
/
+3
*
Fix the arm build bots for a test that was added. A printing routine was inc...
Kevin Enderby
2014-12-16
1
-2
/
+2
*
Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files
Kevin Enderby
2014-12-16
1
-1
/
+1
*
Fix line mapping information in LLVM JIT profiling with Vtune
Alexey Bataev
2014-12-15
1
-1
/
+1
*
Fix Doxygen command misspellings.
Benjamin Kramer
2014-12-13
1
-1
/
+1
*
Initial dsymutil tool commit.
Frederic Riss
2014-12-12
12
-2
/
+640
[next]