index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
63
-1863
/
+6081
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
51
-1216
/
+4112
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
29
-119
/
+584
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
47
-1752
/
+2561
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
66
-1061
/
+9975
*
Merging r196144:
Manman Ren
2013-12-09
1
-0
/
+4
*
Merging r196637:
Bill Wendling
2013-12-08
1
-1
/
+9
*
Merging r195803:
Bill Wendling
2013-12-01
1
-0
/
+3
*
Merging r195788:
Bill Wendling
2013-12-01
1
-0
/
+4
*
Merging r195327:
Bill Wendling
2013-11-25
1
-9
/
+0
*
Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.
Hao Liu
2013-11-18
1
-0
/
+27
*
Fix spacing, forward declare order.
Matt Arsenault
2013-11-18
1
-3
/
+3
*
[PM] Completely remove support for explicit 'require' methods on the
Chandler Carruth
2013-11-17
1
-31
/
+6
*
Implemented aarch64 Neon scalar vmulx_lane intrinsics
Ana Pazos
2013-11-15
1
-2
/
+3
*
[AArch64] Fix the scalar NEON ACLE functions so that they return float/double
Chad Rosier
2013-11-15
1
-8
/
+8
*
Add AVX512 unmasked FMA intrinsics and support.
Cameron McInally
2013-11-15
1
-0
/
+48
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
4
-17
/
+60
*
Fix the header comment of the new pass manager stuff to not claim to be
Chandler Carruth
2013-11-14
1
-1
/
+1
*
[AArch64 neon] support poly64 and relevant intrinsic functions.
Kevin Qin
2013-11-14
1
-0
/
+3
*
Implement aarch64 neon instruction class SIMD misc.
Kevin Qin
2013-11-14
1
-0
/
+33
*
Implement AArch64 NEON instruction set AdvSIMD (table).
Jiangning Liu
2013-11-14
1
-0
/
+45
*
[AArch64] Add support for legacy AArch32 NEON scalar shift by immediate
Chad Rosier
2013-11-13
1
-13
/
+0
*
Add another (perhaps better) video for Sean's talk. (Thanks Marshall!)
Chandler Carruth
2013-11-13
1
-0
/
+1
*
Give folks a reference to some material on the fundamental design
Chandler Carruth
2013-11-13
1
-0
/
+7
*
Introduce an AnalysisManager which is like a pass manager but with a lot
Chandler Carruth
2013-11-13
1
-12
/
+294
*
Export intrinsics:__builtin_arm_{dmb,dsb} to frontend
Weiming Zhao
2013-11-12
1
-2
/
+2
*
[AArch64] The shift right/left and insert immediate builtins expect 3
Chad Rosier
2013-11-11
1
-2
/
+2
*
[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...
Chad Rosier
2013-11-11
1
-0
/
+12
*
[PM] Start sketching out the new module and function pass manager.
Chandler Carruth
2013-11-09
1
-0
/
+118
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
2
-0
/
+581
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-0
/
+4
*
Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
Jiangning Liu
2013-11-05
1
-0
/
+8
*
Add support for AVX512 masked vector blend intrinsics.
Cameron McInally
2013-11-04
1
-3
/
+21
*
AVX-512: fixed a typo in builtin name
Elena Demikhovsky
2013-11-04
1
-6
/
+6
*
AVX-512: added VPCONFLICT instruction and intrinsics,
Elena Demikhovsky
2013-11-03
1
-0
/
+28
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-11
/
+1
*
[AArch64] Add support for NEON scalar fixed-point convert to floating-point i...
Chad Rosier
2013-10-31
1
-0
/
+11
*
Add new calling convention for WebKit Java Script.
Andrew Trick
2013-10-31
1
-0
/
+3
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
1
-0
/
+40
*
Cleanup: update comments.
Manman Ren
2013-10-31
1
-1
/
+1
*
Add experimental stackmap intrinsics to definition file and documenation.
Andrew Trick
2013-10-31
1
-0
/
+13
*
Enable variable arguments support for intrinsics.
Andrew Trick
2013-10-31
1
-1
/
+1
*
Add AVX512 unmasked integer broadcast intrinsics and support.
Cameron McInally
2013-10-31
1
-0
/
+12
*
[mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests
Daniel Sanders
2013-10-30
1
-8
/
+16
*
[mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...
Daniel Sanders
2013-10-30
1
-4
/
+8
*
[AArch64] Add support for NEON scalar floating-point compare instructions.
Chad Rosier
2013-10-30
1
-13
/
+20
*
Refactor the AVX512 intrinsics. Cluster the intrinsics into the appropriate v...
Cameron McInally
2013-10-30
1
-82
/
+104
*
[mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...
Daniel Sanders
2013-10-30
1
-8
/
+16
*
Clarify that GlobalVariables definitions must have an initializer.
Rafael Espindola
2013-10-29
1
-3
/
+1
*
AVX-512: PMIN/PMAX intrinsics and patterns
Elena Demikhovsky
2013-10-27
1
-0
/
+26
[next]