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
*
[XRay] Refactor file header reading (NFC)
Dean Michael Berris
2018-08-22
1
-0
/
+33
*
[AST] Move a function definition into the cpp [NFC]
Philip Reames
2018-08-22
1
-11
/
+1
*
Update MemorySSA in BasicBlockUtils.
Alina Sbirlea
2018-08-21
1
-11
/
+16
*
[MemorySSA] Update comment for move APIs to clarify behavior (NFC).
Alina Sbirlea
2018-08-21
1
-11
/
+11
*
MachineScheduler: Refactor setPolicy() to limit computing remaining latency
Tom Stellard
2018-08-21
1
-0
/
+4
*
[WebAssembly] Add isEHScopeReturn instruction property
Heejin Ahn
2018-08-21
4
-0
/
+14
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2018-08-21
1
-1
/
+1
*
[AST] Remove notion of volatile from alias sets [NFCI]
Philip Reames
2018-08-21
1
-9
/
+1
*
Revert "Revert rr340111 "[GISel]: Add Legalization/lowering code for bit coun...
Aditya Nandakumar
2018-08-21
3
-0
/
+17
*
AMDGPU: Partially move target handling code from clang to TargetParser
Matt Arsenault
2018-08-21
1
-0
/
+80
*
[AMDGPU] Allow int types for MUBUF vdata
Tim Renouf
2018-08-21
1
-4
/
+4
*
[AMDGPU] New buffer intrinsics
Tim Renouf
2018-08-21
1
-0
/
+117
*
[AMDGPU] New tbuffer intrinsics
Tim Renouf
2018-08-21
1
-0
/
+49
*
[llvm] NFC: Fix assert condition and suppress warning
Kirill Bobyrev
2018-08-21
1
-1
/
+1
*
[NFC] Factor out predecessors collection into a separate method
Max Kazantsev
2018-08-21
1
-0
/
+7
*
[WebAssembly] Revert type of wake count in atomic.wake to i32
Heejin Ahn
2018-08-20
1
-1
/
+1
*
Move Itanium demangler implementation into a header file and add visitation s...
Richard Smith
2018-08-20
4
-0
/
+5484
*
[FPEnv] Support constrained FREM intrinsic
Cameron McInally
2018-08-20
1
-0
/
+1
*
[PSV] Update API to be able to use TargetCustom without UB.
Marcello Maggioni
2018-08-20
2
-6
/
+6
*
Revert "Revert r339977: [GISel]: Add Opcodes for a few LLVM Intrinsics"
Aditya Nandakumar
2018-08-20
2
-0
/
+21
*
[MemorySSA] Update comment to better describe cfg change (NFC).
Alina Sbirlea
2018-08-20
1
-3
/
+3
*
Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting ope...
Reid Kleckner
2018-08-20
3
-17
/
+0
*
Add cmake option to disable minidumps, default it to off
Reid Kleckner
2018-08-20
1
-0
/
+3
*
[DWARF] Refactor DWARF classes to use unified error reporting. NFC.
Victor Leschuk
2018-08-20
1
-6
/
+5
*
[llvm] Make YAML serialization up to 2.5 times faster
Kirill Bobyrev
2018-08-20
1
-27
/
+82
*
[LLVM-C] Add coroutine passes
whitequark
2018-08-19
1
-0
/
+55
*
[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicType
whitequark
2018-08-19
1
-1
/
+5
*
Add the extended XMM registers mappings for AVX-512.
Zachary Turner
2018-08-18
1
-0
/
+17
*
[ORC] Fix some parameter names. NFC.
Lang Hames
2018-08-18
1
-4
/
+4
*
[ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
Lang Hames
2018-08-18
2
-19
/
+26
*
[GISel]: Add Legalization/lowering code for bit counting operations
Aditya Nandakumar
2018-08-18
3
-0
/
+17
*
[ORC] Rename VSO to JITDylib.
Lang Hames
2018-08-17
6
-147
/
+158
*
[AST] Adapt Polly to AnalysisSetTracker changes. NFC.
Michael Kruse
2018-08-17
1
-7
/
+0
*
[IDF] Make GD const.
Alina Sbirlea
2018-08-17
1
-1
/
+1
*
[Support] NFC: Fix docstring in FileSystem.h.
Reka Kovacs
2018-08-17
1
-1
/
+1
*
[InstCombine] Refactor the simplification of pow() (NFC)
Evandro Menezes
2018-08-17
1
-0
/
+1
*
[IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based on a Grap...
Alina Sbirlea
2018-08-17
1
-10
/
+16
*
[ThinLTO] Add option for printing import failure reasons
Teresa Johnson
2018-08-17
2
-1
/
+61
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
1
-0
/
+4
*
[InstrSimplify,NewGVN] Add option to ignore additional instr info when simpli...
Florian Hahn
2018-08-17
2
-19
/
+74
*
[ARM/AArch64] Support FP16 +fp16fml instructions
Bernard Ogden
2018-08-17
3
-0
/
+4
*
[MISC]Fix wrong usage of std::equal()
Chen Zheng
2018-08-17
1
-12
/
+21
*
[MustExecute] Fix algorithmic bug in isGuaranteedToExecute. PR38514
Max Kazantsev
2018-08-17
1
-0
/
+6
*
Revert r339977: [GISel]: Add Opcodes for a few LLVM Intrinsics
Chandler Carruth
2018-08-17
2
-21
/
+0
*
[Support] Add a public API to allow clearing all (static) timer groups.
Graydon Hoare
2018-08-17
1
-3
/
+11
*
[GISel]: Add Opcodes for a few LLVM Intrinsics
Aditya Nandakumar
2018-08-17
2
-0
/
+21
*
[ADT] Replace a member initializer of a union with an explicit
Chandler Carruth
2018-08-17
1
-2
/
+6
*
[x86/MIR] Implement support for pre- and post-instruction symbols, as
Chandler Carruth
2018-08-16
1
-6
/
+8
*
[InstrProf] Use atomic profile counter updates for TSan
Vedant Kumar
2018-08-16
1
-0
/
+3
*
Update MemorySSA in Local utils removing blocks.
Alina Sbirlea
2018-08-16
1
-4
/
+7
[next]