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
*
Update compiler extension integration into the build system
serge-sans-paille
2020-06-17
3
-4
/
+25
*
[llvm-objcopy] Avoid invalid Sec.Offset after D79229
Fangrui Song
2020-05-03
1
-4
/
+4
*
[llvm-objcopy] -O binary: skip empty sections
Fangrui Song
2020-05-01
1
-6
/
+7
*
[llvm-objcopy] Improve tool selection logic to recognize llvm-strip-$major as...
Fangrui Song
2020-04-11
1
-5
/
+19
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
1
-2
/
+1
*
[ORC] Add support for emulated TLS to ORCv2.
Lang Hames
2020-01-29
1
-6
/
+15
*
[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.
Georgii Rymar
2020-01-15
1
-0
/
+33
*
Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."
Georgii Rymar
2020-01-15
1
-33
/
+0
*
[yaml2obj/obj2yaml] - Add support for SHT_RELR sections.
Georgii Rymar
2020-01-15
1
-0
/
+33
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-1
/
+1
*
[llvm-exegesis] Initialize const bitvector member
Jonas Devlieghere
2020-01-13
1
-1
/
+1
*
[Dsymutil][Debuginfo][NFC] #3 Refactor dsymutil to separate DWARF optimizing ...
Alexey Lapshin
2020-01-13
4
-54
/
+101
*
[llvm-exegesis] Remove unneeded std::move()
Miloš Stojanović
2020-01-13
1
-1
/
+1
*
[llvm-exegesis][mips] Expand loadImmediate()
Miloš Stojanović
2020-01-13
1
-13
/
+62
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
6
-23
/
+9
*
[ORC] Fix argv handling in runAsMain / lli.
Lang Hames
2020-01-11
1
-8
/
+2
*
[xray] Remove cl::sub from alias options
Shoaib Meenai
2020-01-09
6
-78
/
+41
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
3
-0
/
+6
*
[Dsymutil][Debuginfo][NFC] Reland: Refactor dsymutil to separate DWARF optimi...
Alexey Lapshin
2020-01-08
10
-1048
/
+193
*
[llvm-symbolizer]Fix printing of malformed address values not passed via stdin
Xuanda Yang
2020-01-08
1
-2
/
+9
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-4
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
9
-15
/
+16
*
llc/MIR: Fix setFunctionAttributes for MIR functions
Matt Arsenault
2020-01-06
1
-3
/
+8
*
[llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimal
Fangrui Song
2020-01-06
1
-2
/
+2
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
2
-3
/
+3
*
Re-apply "[Examples] Add IRTransformations directory to examples."
Florian Hahn
2020-01-04
2
-0
/
+12
*
[Remarks] Warn if a remark file is not found when processing static archives
Francis Visoiu Mistrih
2020-01-03
1
-3
/
+33
*
[llvm-size] print a blank line between archieve members when using sysv format
TH3CHARLie
2020-01-03
1
-4
/
+2
*
[lli] Add a filter to avoid importing the process's main symbol.
Lang Hames
2020-01-02
1
-2
/
+6
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
6
-44
/
+23
*
[llvm-ranlib] Handle -D and -U command line flag
Alex Richardson
2020-01-02
1
-4
/
+26
*
[llvm-exegesis] Check counters before running
Miloš Stojanović
2019-12-31
3
-8
/
+18
*
[opt] Fix run-twice crash and detection problem
Peter Kokai
2019-12-30
1
-4
/
+9
*
[llvm-nm] Display STT_GNU_IFUNC as 'i'
Fangrui Song
2019-12-25
1
-5
/
+8
*
[llvm-readobj] - Remove an excessive helper for printing dynamic tags.
Georgii Rymar
2019-12-24
1
-81
/
+9
*
Add `mlir` to -DLLVM_ALL_PROJECTS CMake option
Mehdi Amini
2019-12-24
1
-0
/
+1
*
[Tools] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
11
-16
/
+17
*
llvm-objdump should ignore Mach-O stab symbols for disassembly.
Michael Trent
2019-12-20
1
-2
/
+31
*
[llvm-symbolizer] Support reading options from environment
Petr Hosek
2019-12-20
1
-2
/
+4
*
Temporarily Revert "[Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate ...
Eric Christopher
2019-12-19
9
-82
/
+933
*
[Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing par...
Alexey Lapshin
2019-12-19
9
-933
/
+82
*
[llvm-exegesis][NFC] internal changes
Guillaume Chatelet
2019-12-18
9
-94
/
+148
*
[llvm-readob] - Refactor printing of sections flags. NFCI.
Georgii Rymar
2019-12-18
1
-50
/
+54
*
[llvm-readelf] - Change letters used for SHF_ARM_PURECODE and SHF_X86_64_LARG...
Georgii Rymar
2019-12-18
1
-10
/
+27
*
[llvm-readelf][llvm-readobj] - Reimplement the logic of section flags dumping.
Georgii Rymar
2019-12-18
1
-27
/
+42
*
llvm-diff: Perform structural comparison on GlobalVariables, if possible
Dominic Chen
2019-12-17
1
-0
/
+9
*
[llvm-cxxfilt] Correctly demangle COFF import thunk
Steven Wu
2019-12-16
1
-5
/
+6
*
[Bugpoint] Do not create illegal function attribute combos
David Greene
2019-12-16
1
-0
/
+5
*
[llvm-exegesis] Set up AsmTargetStreamer in readSnippets
Guillaume Chatelet
2019-12-16
1
-0
/
+16
*
[llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where t...
Fangrui Song
2019-12-15
1
-23
/
+13
[next]