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
/
Target
/
NVPTX
/
NVPTXLowerAggrCopies.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NVPTX] NVPTXLowerAggrCopies - Silence static analyzer dyn_cast<StoreInst> nu...
Simon Pilgrim
2019-09-22
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Memcpy Loop Lowering] Remove the fixed int8 lowering.
Sean Fertile
2017-12-18
1
-17
/
+7
*
Extend memcpy expansion in Transform/Utils to handle wider operand types.
Sean Fertile
2017-07-07
1
-10
/
+25
*
NVPTX: Extract mem intrinsic expansions into utilities
Matt Arsenault
2017-02-08
1
-213
/
+11
*
NVPTX: Fix not preserving volatile when expanding memset
Matt Arsenault
2017-02-02
1
-3
/
+4
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-24
1
-2
/
+0
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-0
/
+2
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-2
/
+0
*
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...
Matthias Braun
2016-08-23
1
-0
/
+2
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-2
/
+0
*
NVPTX: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+2
*
Use inbounds GEPs for memcpy and memset lowering
Eli Bendersky
2015-07-17
1
-8
/
+10
*
Streamline the coding style in NVPTXLowerAggrCopies
Eli Bendersky
2015-07-16
1
-111
/
+127
*
[NVPTX] Don't leak dead instructions after unlinking them from the BasicBlock
Benjamin Kramer
2015-07-16
1
-2
/
+2
*
Correct lowering of memmove in NVPTX
Eli Bendersky
2015-07-16
1
-53
/
+158
*
Actually support volatile memcpys in NVPTX lowering
Eli Bendersky
2015-07-10
1
-8
/
+10
*
Replace index-loops by range-based loops
Eli Bendersky
2015-07-09
1
-6
/
+3
*
Cosmetic cleanups - NFC
Eli Bendersky
2015-07-08
1
-4
/
+1
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-3
/
+3
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-3
/
+5
*
Move unreferenced passes into the cpp file
Benjamin Kramer
2015-03-09
1
-1
/
+23
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-3
/
+6
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-2
/
+2
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+1
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
1
-3
/
+3
*
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-30
1
-28
/
+25
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-9
/
+9
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-6
/
+6
*
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
1
-0
/
+208