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
/
IR
/
AutoUpgrade.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoUpgrade: Remove obsolete dbg.declare/value upgrade
Duncan P. N. Exon Smith
2015-04-06
1
-49
/
+0
*
Trying to fix the Hexagon and debian-fast bots arm32_neon_vcnt_upgrade.ll test.
Yaron Keren
2015-03-30
1
-1
/
+1
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
[X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-2
/
+6
*
make an array of constants explicitly const
Sanjay Patel
2015-03-12
1
-1
/
+1
*
IRBuilder: add a CreateShuffleVector function that takes an ArrayRef of int
Sanjay Patel
2015-03-12
1
-4
/
+2
*
[X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-0
/
+23
*
[X86, AVX] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-10
1
-1
/
+51
*
Remove 'llvm.x86.avx2.vbroadcasti128' intrinsic.
Juergen Ributzka
2015-03-04
1
-0
/
+12
*
fix typo; NFC
Sanjay Patel
2015-02-28
1
-1
/
+1
*
[X86] Remove the blendpd/blendps/pblendw/pblendd intrinsics. They can represe...
Craig Topper
2015-02-28
1
-32
/
+29
*
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent the...
Craig Topper
2015-02-18
1
-75
/
+110
*
[X86] Remove the multiply by 8 that goes into the shift constant for X86ISD::...
Craig Topper
2015-02-16
1
-6
/
+6
*
[X86] Remove x86.avx2.psll.dq.bs and x86.avx2.psrl.dq.bs intrinsics.
Craig Topper
2015-02-16
1
-0
/
+48
*
[X86] Fix XOP vpcom intrinsic autoupgrade to map 'true' and 'false' to the co...
Craig Topper
2015-02-13
1
-2
/
+2
*
[X86] Remove int_x86_sse2_psll_dq_bs and int_x86_sse2_psrl_dq_bs intrinsics. ...
Craig Topper
2015-02-13
1
-0
/
+39
*
[X86] Use i8 immediate for comparison type on AVX512 packed integer instructi...
Craig Topper
2015-01-25
1
-0
/
+75
*
[x86] Change AVX512 intrinsics to take a 8-bit immediate for the comparision ...
Craig Topper
2015-01-19
1
-0
/
+37
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-17
/
+15
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
Remove obsolete ARM intrinsics vclz and vcnt
Steven Wu
2014-11-05
1
-8
/
+0
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-1
/
+52
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-52
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-1
/
+52
*
[x86] Fix a pretty horrible bug and inconsistency in the x86 asm
Chandler Carruth
2014-09-06
1
-0
/
+89
*
Don't upgrade global constructors when reading bitcode
Duncan P. N. Exon Smith
2014-08-12
1
-55
/
+0
*
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
2014-07-21
1
-2
/
+4
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
1
-0
/
+7
*
[X86] Auto-upgrade AVX1 vbroadcast intrinsics
Adam Nemet
2014-05-29
1
-0
/
+16
*
Handle ConstantAggregateZero when upgrading global_ctors.
Rafael Espindola
2014-05-17
1
-6
/
+9
*
Add comdat key field to llvm.global_ctors and llvm.global_dtors
Reid Kleckner
2014-05-16
1
-0
/
+52
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-7
/
+7
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move AutoUpgrade.h into the IR library where its
Chandler Carruth
2014-03-05
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Report a warning when dropping outdated debug info metadata.
Manman Ren
2014-01-16
1
-2
/
+9
*
Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFr...
Manman Ren
2013-12-03
1
-1
/
+1
*
Debug Info: drop debug info via upgrading path if version number does not match.
Manman Ren
2013-12-02
1
-0
/
+10
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+42
*
Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...
Craig Topper
2013-10-15
1
-0
/
+7
*
Change objectsize intrinsic to accept different address spaces.
Matt Arsenault
2013-10-07
1
-0
/
+22
*
AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.
Manman Ren
2013-09-28
1
-0
/
+27
*
Remove trailing whitespace, fix file path in comment
Matt Arsenault
2013-07-20
1
-5
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+393