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
/
CodeGen
/
AtomicExpandPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-8
/
+8
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-22
1
-21
/
+42
*
[Instruction] add moveAfter() convenience function; NFCI
Sanjay Patel
2017-08-29
1
-8
/
+2
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-4
/
+4
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-1
/
+1
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-10
/
+12
*
[Atomic] Remove IsStore/IsLoad in the interface, and pass the instruction ins...
Tim Shen
2017-05-09
1
-22
/
+9
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+2
*
Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass.
James Y Knight
2016-06-17
1
-54
/
+405
*
Move instances of std::function.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC.
Jun Bum Lim
2016-05-13
1
-1
/
+1
*
NFC: unify clang / LLVM atomic ordering
JF Bastien
2016-04-18
1
-38
/
+8
*
Revert "NFC: unify clang / LLVM atomic ordering"
JF Bastien
2016-04-17
1
-7
/
+38
*
NFC: unify clang / LLVM atomic ordering
JF Bastien
2016-04-17
1
-38
/
+7
*
Add __atomic_* lowering to AtomicExpandPass.
James Y Knight
2016-04-12
1
-8
/
+492
*
This reverts commit r266002, r266011 and r266016.
Rafael Espindola
2016-04-12
1
-492
/
+8
*
AtomicExpandPass: mark assert variable as used
JF Bastien
2016-04-11
1
-0
/
+3
*
Fix compile with GCC after r266002 (Add __atomic_* lowering to AtomicExpandPass)
James Y Knight
2016-04-11
1
-8
/
+8
*
Add __atomic_* lowering to AtomicExpandPass.
James Y Knight
2016-04-11
1
-8
/
+489
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-18
/
+20
*
NFC: skip FenceInst up-front in AtomicExpandPass.
James Y Knight
2016-03-28
1
-5
/
+5
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
1
-12
/
+15
*
ARM: sink atomic release barrier as far as possible into cmpxchg.
Tim Northover
2016-02-22
1
-21
/
+102
*
[IR] Extend cmpxchg to allow pointer type operands
Philip Reames
2016-02-19
1
-4
/
+63
*
Restrict scope of variables [NFC]
Philip Reames
2016-02-18
1
-2
/
+2
*
Speculative fix for windows build
Philip Reames
2015-12-16
1
-0
/
+1
*
[IR] Add support for floating pointer atomic loads and stores
Philip Reames
2015-12-16
1
-4
/
+92
*
AArch64: use ldxp/stxp pair to implement 128-bit atomic loads.
Tim Northover
2015-12-02
1
-30
/
+38
*
CodeGen: Start removing implicit conversions to/from list iterators, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-3
/
+3
*
[AArch64] Emit clrex in the expanded cmpxchg fail block.
Ahmed Bougacha
2015-09-22
1
-3
/
+14
*
[CodeGen] Fix AtomicExpand invalidation issue caused by r247429.
Ahmed Bougacha
2015-09-12
1
-2
/
+4
*
[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.
Ahmed Bougacha
2015-09-11
1
-18
/
+17
*
[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.
Ahmed Bougacha
2015-09-11
1
-3
/
+3
*
Fix an alignment error in `llvm::expandAtomicRMWToCmpXchg` without breaking t...
Richard Diamond
2015-08-06
1
-1
/
+1
*
Revert "Divide the primitive size in bits by eight so the initial load's alig...
Renato Golin
2015-08-06
1
-1
/
+1
*
Divide the primitive size in bits by eight so the initial load's alignment is in
Richard Diamond
2015-08-05
1
-1
/
+1
*
Write access test.
Richard Diamond
2015-08-05
1
-1
/
+2
*
Refactor AtomicExpand::expandAtomicRMWToCmpXchg into a standalone function.
JF Bastien
2015-08-03
1
-66
/
+82
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how ...
JF Bastien
2015-03-04
1
-9
/
+24
*
Migrate AtomicExpandPass and DwarfEHPrepare to using a Function-ized getSubta...
Eric Christopher
2015-01-27
1
-2
/
+2
*
Cache the lookup of TargetLowering in the atomic expand pass.
Eric Christopher
2015-01-26
1
-31
/
+17
*
Lower idempotent RMWs to fence+load
Robin Morisset
2014-09-25
1
-2
/
+43
[next]