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
/
utils
/
TableGen
/
NeonEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change array references to match my previous change to use the public type
Bob Wilson
2010-06-24
1
-1
/
+1
*
Fix up some comments.
Bob Wilson
2010-06-24
1
-4
/
+4
*
Use the struct tags mandated by ARM's ABI. Also use the public type names for
Bob Wilson
2010-06-24
1
-4
/
+51
*
Add support for returning multiple vectors via sret, which is how the ARM tar...
Nate Begeman
2010-06-20
1
-30
/
+42
*
Modify tablegen to support generating all NEON code used by clang at once.
Nate Begeman
2010-06-17
1
-82
/
+128
*
Make VC++ happy
Nate Begeman
2010-06-15
1
-11
/
+11
*
Add the last of the SemaChecking-gen code.
Nate Begeman
2010-06-14
1
-2
/
+45
*
Add a helping of comments
Nate Begeman
2010-06-13
1
-8
/
+105
*
declare a class with 'class' instead of struct to avoid tag mismatch
Chris Lattner
2010-06-12
1
-1
/
+1
*
Add generic vector support for bitselect & element byteswap
Nate Begeman
2010-06-12
1
-30
/
+66
*
Add support for polynomial type, for polynomial multiply
Nate Begeman
2010-06-10
1
-0
/
+2
*
NEON support for _lane ops, and multiplies by scalar.
Nate Begeman
2010-06-10
1
-20
/
+50
*
Further refine types for operations which take scalars.
Nate Begeman
2010-06-09
1
-8
/
+8
*
Specialize I-Class instructions better so that we have less work to do in cod...
Nate Begeman
2010-06-09
1
-4
/
+20
*
Handle instructions which need to be #defines for the purpose of capturing co...
Nate Begeman
2010-06-09
1
-23
/
+57
*
Fix a valgrind error.
Nate Begeman
2010-06-08
1
-1
/
+1
*
Refine BuiltinsARM.def types a bit, we should do a better job of this to save...
Nate Begeman
2010-06-08
1
-2
/
+4
*
ARM NEON:
Nate Begeman
2010-06-08
1
-10
/
+50
*
clang codegen support
Nate Begeman
2010-06-07
1
-73
/
+83
*
Handle multi-vector returns and args.
Nate Begeman
2010-06-04
1
-24
/
+71
*
Additional fixes to BuiltinsARM.def generator, on to clang codegen.
Nate Begeman
2010-06-04
1
-9
/
+38
*
Progress on generating BuiltinsARM.def, still some duplicates to work out.
Nate Begeman
2010-06-04
1
-3
/
+110
*
BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...
Nate Begeman
2010-06-04
1
-70
/
+47
*
Mangle __builtin_neon_* names appropriately.
Nate Begeman
2010-06-04
1
-29
/
+93
*
Add some additional capabilities to the neon emitter
Nate Begeman
2010-06-03
1
-4
/
+31
*
arm_neon.h now makes it through clang and generates appropriate code for thos...
Nate Begeman
2010-06-03
1
-19
/
+112
*
arm_neon.h emitter now mostly complete for the purposes of initial testing.
Nate Begeman
2010-06-02
1
-10
/
+81
*
Pacify recent gcc: remove a pointless const qualifier.
Duncan Sands
2010-06-02
1
-1
/
+1
*
Checkpoint; handle 'int' and 'void' correctly
Nate Begeman
2010-06-02
1
-25
/
+52
*
Emit full function prototypes. Definitions & typedefs to come.
Nate Begeman
2010-06-02
1
-16
/
+72
*
Checkpoint arm_neon.h generation with tablegen
Nate Begeman
2010-06-02
1
-13
/
+241
*
Comment out some code in prep for actual .td file checkpoint.
Nate Begeman
2010-05-28
1
-3
/
+2
*
Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...
Nate Begeman
2010-05-28
1
-0
/
+62