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
/
lib
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...
David Blaikie
2019-12-30
2
-2
/
+1
*
Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor ...
Fangrui Song
2019-12-30
1
-0
/
+1
*
DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...
David Blaikie
2019-12-27
2
-1
/
+2
*
[LTO] Support for embedding bitcode section during LTO
Teresa Johnson
2019-12-12
1
-1
/
+124
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
2
-2
/
+2
*
Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.
Andrew Browne
2019-11-18
2
-9
/
+10
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[IR] Redefine Freeze instruction
aqjune
2019-11-12
2
-27
/
+47
*
ThinLTO : Import always_inline functions irrespective of the threshold
Teresa Johnson
2019-11-08
2
-0
/
+2
*
[ThinLTO] Import readonly vars with refs
evgeny
2019-11-07
2
-4
/
+10
*
[IR] Add Freeze instruction
aqjune
2019-11-05
2
-30
/
+27
*
[BitcodeReader] Fixed use after move warnings. NFCI.
Dávid Bolvanský
2019-11-03
1
-10
/
+0
*
[BitcodeReader] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-1
/
+1
*
[BitcodeReader] Fixed null pointer dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-0
/
+1
*
[IR] Allow fast math flags on calls with floating point array type.
Jay Foad
2019-10-30
1
-3
/
+2
*
[Alignment][NFC] Convert AllocaInst to MaybeAlign
Guillaume Chatelet
2019-10-25
1
-1
/
+1
*
[Alignment][NFC] Convert StoreInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-4
/
+2
*
[Alignment][NFC] Convert LoadInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-4
/
+2
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-15
/
+19
*
Add FMF to vector ops for phi
Michael Berg
2019-10-14
1
-1
/
+1
*
[Bitcode] Update naming of UNOP_NEG to UNOP_FNEG
Cameron McInally
2019-10-07
2
-2
/
+2
*
MetadataLoader upgradeCUVariables() - silence static analyzer dyn_cast_or_nul...
Simon Pilgrim
2019-10-02
1
-1
/
+1
*
MetadataLoader lazyLoadOneMetadata - silence static analyzer dyn_cast<MDNode>...
Simon Pilgrim
2019-09-26
1
-1
/
+1
*
[IR] allow fast-math-flags on phi of FP values (2nd try)
Sanjay Patel
2019-09-25
2
-6
/
+28
*
Revert [IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
2
-28
/
+6
*
[IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
2
-6
/
+28
*
Add AutoUpgrade function to add new address space datalayout string to existi...
Amy Huang
2019-09-18
1
-0
/
+5
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-1
/
+1
*
[BitcodeReader] Check if we can create a null constant for type.
Florian Hahn
2019-08-21
1
-0
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-10
/
+10
*
[AutoUpgrader] Make ArcRuntime Autoupgrader more conservative
Steven Wu
2019-08-13
1
-2
/
+1
*
[ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls if
Akira Hatanaka
2019-08-08
1
-0
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Reland: [Remarks] Add an LLVM-bitstream-based remark serializer
Francis Visoiu Mistrih
2019-07-31
1
-0
/
+10
*
Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"
Francis Visoiu Mistrih
2019-07-31
1
-10
/
+0
*
[Remarks] Add an LLVM-bitstream-based remark serializer
Francis Visoiu Mistrih
2019-07-30
1
-0
/
+10
*
[llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...
Denis Bakhvalov
2019-07-17
1
-2
/
+5
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
2
-1
/
+9
*
Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."
Florian Hahn
2019-07-14
1
-0
/
+4
*
[BitcodeReader] Use tighter upper bound to validate forward references.
Florian Hahn
2019-07-14
4
-8
/
+31
*
[Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic
2019-07-11
2
-1
/
+9
*
Revert [BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
1
-4
/
+0
*
[BitcodeReader] Validate OpNum, before accessing Record array.
Florian Hahn
2019-07-11
1
-0
/
+4
*
[Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.h
Francis Visoiu Mistrih
2019-07-09
1
-0
/
+2
*
[ThinLTO] only emit used or referenced CFI records to index
Bob Haarman
2019-07-09
1
-8
/
+22
*
[Bitcode][NFC] Remove unused variable from BitcodeAnalyzer
Francis Visoiu Mistrih
2019-07-08
1
-2
/
+0
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
2
-0
/
+6
*
[llvm-bcanalyzer] Refactor and move to libLLVMBitReader
Francis Visoiu Mistrih
2019-07-08
2
-0
/
+978
*
[ThinLTO] Attempt to recommit r365188 after alignment fix
Eugene Leviant
2019-07-05
2
-25
/
+54
[next]