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
2016-04-15
lli.cpp: Appease some builders. There might be ownership issues between LLVMC...
NAKAMURA Takumi
1
-1
/
+1
2016-04-14
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
16
-20
/
+21
2016-04-13
[llvm-lto] Uniform error handling. NFC.
Davide Italiano
1
-30
/
+14
2016-04-13
[llvm-lto] clang-format before working on this file.
Davide Italiano
1
-33
/
+28
2016-04-13
llvm-dwp: Add assert text
David Blaikie
1
-1
/
+3
2016-04-13
Sanity check `opt` options compatibility: can't have module-summary or module...
Mehdi Amini
1
-2
/
+6
2016-04-13
Revert "Make aliases explicit in the summary"
Mehdi Amini
1
-2
/
+0
2016-04-13
Make aliases explicit in the summary
Mehdi Amini
1
-0
/
+2
2016-04-12
Move summary creation out of llvm-as into opt
Mehdi Amini
4
-15
/
+11
2016-04-11
Fix some display bugs in llvm-pdbdump.
Zachary Turner
2
-5
/
+23
2016-04-11
Fix repeated conditional expression (PR20711)
Hans Wennborg
1
-1
/
+1
2016-04-11
[llvm-readobj] Add ELF hash histogram printing
Hemant Kulkarni
3
-0
/
+129
2016-04-11
[ThinLTO] Move summary computation from BitcodeWriter to new pass
Teresa Johnson
3
-4
/
+11
2016-04-08
Support the Nodebug emission kind for DICompileUnits.
Adrian Prantl
1
-3
/
+1
2016-04-08
Revert r265817
Colin LeMahieu
1
-2
/
+1
2016-04-08
[llvm-objdump] Printing hex instead of dec by default
Colin LeMahieu
1
-1
/
+2
2016-04-08
[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
Jeroen Ketema
5
-10
/
+108
2016-04-08
Fix formatting and wording of llvm-ranlib error message. NFC.
Sunil Srivastava
1
-1
/
+1
2016-04-07
fix r265645: target dependent printf formatting flags.
Valery Pykhtin
1
-2
/
+2
2016-04-07
[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.
Valery Pykhtin
1
-0
/
+43
2016-04-07
Do some refactoring in the LLVM C API echo test to remove duplication. NFC
Amaury Sechet
1
-70
/
+85
2016-04-06
[llvm-c] Add LLVMGetValueKind.
Peter Zotov
1
-53
/
+69
2016-04-06
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
15
-37
/
+77
2016-04-06
[gold] Save bitcode for module partitions (save-temps + split codegen).
Evgeniy Stepanov
1
-6
/
+21
2016-04-06
Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support."
Valery Pykhtin
1
-41
/
+0
2016-04-06
[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.
Valery Pykhtin
1
-0
/
+41
2016-04-05
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
5
-180
/
+105
2016-04-05
llvm-dwp: Handle GCC's use of multiple debug_types.dwo sections in a single ....
David Blaikie
1
-31
/
+32
2016-04-05
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
5
-105
/
+180
2016-04-05
llvm-dwp: Handle dwo files produced by GCC
David Blaikie
1
-4
/
+8
2016-04-05
[llvm-rtdyld] Fix the return type on ErrorAndExit.
Lang Hames
1
-1
/
+1
2016-04-05
llvm-dwp: Simplify hashing code a bit
David Blaikie
1
-1
/
+2
2016-04-05
Use ArrayRef for contiguous areas in ELF. NFC.
Rafael Espindola
1
-9
/
+9
2016-04-05
[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
Peter Zotov
1
-2
/
+11
2016-04-04
Clean up calls to WriteBitcodeToFile (NFC)
Teresa Johnson
1
-1
/
+1
2016-04-04
clang-format llvm-as.cpp (NFC)
Teresa Johnson
1
-16
/
+17
2016-04-02
ValueMapper: Add support for seeding metadata with nullptr
Duncan P. N. Exon Smith
1
-1
/
+1
2016-04-01
Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGen
Mehdi Amini
2
-2
/
+14
2016-04-01
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2
-1
/
+44
2016-04-01
Fix MSVC warning "comparison of integers of different signs" (NFC)
Mehdi Amini
1
-1
/
+1
2016-04-01
Revert "Add support for computing SHA1 in LLVM"
Mehdi Amini
2
-44
/
+1
2016-04-01
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2
-1
/
+44
2016-03-30
Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...
Aaron Ballman
1
-3
/
+3
2016-03-30
gold-plugin: Fixed typo in an error message.
Marianne Mailhot-Sarrasin
1
-1
/
+1
2016-03-29
Fix some bugs in the posix output of llvm-nm. Which is documented on
Kevin Enderby
1
-12
/
+21
2016-03-29
[llvm-readobj] NFC: Remove unneeded parenthesis
Hemant Kulkarni
1
-6
/
+6
2016-03-29
[llvm-readobj] Support GNU style dyn-relocations
Hemant Kulkarni
1
-20
/
+108
2016-03-28
Remove personality for declarations in CloneModule.
Evgeniy Stepanov
1
-0
/
+2
2016-03-28
Add an IR Verifier check for orphaned DICompileUnits.
Adrian Prantl
1
-1
/
+3
2016-03-28
[llvm-readobj] NFC Replace case by macros for PT_* enums
Hemant Kulkarni
1
-24
/
+16
[next]