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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
Teresa Johnson
2016-10-30
2
-5
/
+4
*
[ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)
Teresa Johnson
2016-10-29
1
-1
/
+1
*
[ThinLTO] Use NoPromote flag in summary during promotion
Teresa Johnson
2016-10-29
1
-4
/
+6
*
[DAGCombiner] (REAPPLIED) Add vector demanded elements support to computeKnow...
Simon Pilgrim
2016-10-29
1
-3
/
+13
*
Define calculateDbgStreamSize for consistency.
Rui Ueyama
2016-10-29
1
-0
/
+1
*
Resubmit "Add support for advanced number formatting."
Zachary Turner
2016-10-29
1
-11
/
+21
*
Refactor DW_LNE_* into Dwarf.def
Adrian Prantl
2016-10-28
2
-14
/
+23
*
Refactor DW_LNS_* into Dwarf.def
Adrian Prantl
2016-10-28
2
-21
/
+31
*
Refactor DW_APPLE_PROPERTY_* into Dwarf.def
Adrian Prantl
2016-10-28
2
-23
/
+34
*
Refactor DW_CFA_* into Dwarf.def
Adrian Prantl
2016-10-28
2
-36
/
+46
*
Remove whitespace
Adrian Prantl
2016-10-28
1
-1
/
+1
*
Refactor all DW_FORM_* constants into Dwarf.def
Adrian Prantl
2016-10-28
2
-47
/
+55
*
[APFloat] Fix memory bugs revealed by MSan
Tim Shen
2016-10-28
1
-0
/
+1
*
Fix a copy&paste error in the macro definition for HANDLE_DW_MACRO and
Adrian Prantl
2016-10-28
1
-2
/
+2
*
Remove redundant prefixes from constants and unbreak the LLDB bots.
Adrian Prantl
2016-10-28
1
-29
/
+29
*
[APFloat] Use std::move() in move assignment operator
Tim Shen
2016-10-28
1
-1
/
+1
*
Implement vector count leading/trailing bytes with zero lsb and vector parity
Nemanja Ivanovic
2016-10-28
1
-0
/
+11
*
[MemorySSA] Add const to getClobberingMemoryAccess.
George Burgess IV
2016-10-28
1
-2
/
+2
*
[Error] Unify +Asserts/-Asserts behavior for checked flags in Error/Expected<T>.
Lang Hames
2016-10-28
1
-33
/
+37
*
Move the DWARF attribute constants into Dwarf.def and delete 300 lines of sil...
Adrian Prantl
2016-10-28
2
-208
/
+218
*
MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFC
Matthias Braun
2016-10-28
1
-1
/
+1
*
Import/update constants from the DWARF 5 public review draft document.
Adrian Prantl
2016-10-28
2
-22
/
+144
*
[LCSSA] Perform LCSSA verification only for the current loop nest.
Igor Laevsky
2016-10-28
2
-1
/
+18
*
Revert "[DAGCombiner] Add vector demanded elements support to computeKnownBits"
Juergen Ributzka
2016-10-28
1
-13
/
+3
*
[ThinLTO] Rename HasSection to NoRename (NFC)
Teresa Johnson
2016-10-28
1
-8
/
+10
*
[IR] Reintroduce getGEPReturnType(), it will be used in a later patch.
Davide Italiano
2016-10-27
1
-0
/
+5
*
[Coverage] Darwin: Move __llvm_covmap from __DATA to __LLVM_COV
Vedant Kumar
2016-10-27
1
-1
/
+1
*
Reapply r285351 "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." with
Tim Shen
2016-10-27
1
-162
/
+326
*
Revert "[APFloat] Add DoubleAPFloat mode to APFloat. NFC."
Tim Shen
2016-10-27
1
-318
/
+162
*
[APFloat] Add DoubleAPFloat mode to APFloat. NFC.
Tim Shen
2016-10-27
1
-162
/
+318
*
Another additional error check for invalid Mach-O files for the
Kevin Enderby
2016-10-27
2
-0
/
+25
*
Switch all DWARF variables for tags, attributes and forms over to use the llv...
Greg Clayton
2016-10-27
6
-23
/
+33
*
Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen
2016-10-27
4
-0
/
+20
*
[DAGCombiner] Add vector demanded elements support to computeKnownBits
Simon Pilgrim
2016-10-27
1
-3
/
+13
*
Revert r285285 "[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz...
George Rimar
2016-10-27
1
-6
/
+0
*
[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_size is too large.
George Rimar
2016-10-27
1
-0
/
+6
*
[Object/ELF] - Do not allow overflow when checking section size/offset.
George Rimar
2016-10-27
1
-1
/
+2
*
[Object/ELF] - Do not crash if string table sh_size is equal to zero.
George Rimar
2016-10-27
1
-0
/
+2
*
[IR] Retire unused getGEPReturnType overload. NFCI.
Davide Italiano
2016-10-26
1
-5
/
+0
*
[APFloat] Fix APFloat::getExactInverse when the input is nullptr. This is a r...
Tim Shen
2016-10-26
1
-1
/
+1
*
DebugInfo: fix incorrect alignment type (NFC)
Victor Leschuk
2016-10-26
1
-12
/
+12
*
[PowerPC] Implement vec_insert_exp builtins - llvm portion
Nemanja Ivanovic
2016-10-26
1
-0
/
+6
*
Introduce updateDiscriminator interface to DILocation to make it cleaner assi...
Dehao Chen
2016-10-26
1
-0
/
+19
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
2
-2
/
+3
*
Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".
Vassil Vassilev
2016-10-26
2
-3
/
+2
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
2
-2
/
+3
*
[AVX-512] Add scalar vfmsub/vfnmsub mask3 intrinsics
Craig Topper
2016-10-26
1
-0
/
+24
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
2
-1
/
+7
*
[codeview] support emitting indirect virtual base class information
Bob Haarman
2016-10-25
2
-5
/
+10
*
[APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.
Tim Shen
2016-10-25
1
-90
/
+314
[next]