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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM IAS: support .short and .hword
Saleem Abdulrasool
2014-02-23
1
-5
/
+9
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
1
-16
/
+6
*
[Stackmaps] Move the target-independent frame index elimination for stackmaps...
Juergen Ributzka
2014-02-21
1
-0
/
+9
*
[AArch64] Add register constraints to avoid generating STLXR and STXR with un...
Kevin Qin
2014-02-21
1
-0
/
+1
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
2
-5
/
+5
*
Remove unnecessary copy of array_lengthof.
Benjamin Kramer
2014-02-20
1
-5
/
+2
*
AArch64: __va_list.__stack must be 8-byte aligned
Oliver Stannard
2014-02-20
1
-1
/
+3
*
[AArch64] Add support for TargetTransformInfo Analysis.
Chad Rosier
2014-02-20
5
-0
/
+131
*
[mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...
Daniel Sanders
2014-02-20
3
-8
/
+17
*
[CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.
NAKAMURA Takumi
2014-02-20
1
-0
/
+2
*
[mips] Make mips64 the default CPU for the mips64 architecture
Daniel Sanders
2014-02-20
2
-11
/
+30
*
[x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remo...
Craig Topper
2014-02-20
2
-1
/
+2
*
AVX-512: Fixed compilation issue
Elena Demikhovsky
2014-02-20
1
-4
/
+7
*
AVX-512: Assembly parsing of broadcast semantic in AVX-512; imlemented by Nis...
Elena Demikhovsky
2014-02-20
2
-66
/
+107
*
Make one statement easier to understand from post commmit feedback from a
Reed Kotler
2014-02-19
1
-1
/
+1
*
Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.
Roman Divacky
2014-02-19
1
-0
/
+4
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
6
-10
/
+39
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
10
-59
/
+68
*
Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine....
Christian Pirker
2014-02-19
1
-1
/
+0
*
[mips] In the integrated assembler, select the default feature bits by changi...
Daniel Sanders
2014-02-19
1
-27
/
+8
*
Test commit - added a new line to lib/Target/AArch64/AArch64TargetMachine.cpp.
Christian Pirker
2014-02-19
1
-0
/
+1
*
[mips] Use llvm::Triple in ParseMipsTriple() instead of manually parsing it
Daniel Sanders
2014-02-19
1
-14
/
+4
*
[mips] Remove unused NotN64 predicate
Daniel Sanders
2014-02-19
1
-2
/
+0
*
Fix AVX512 vector sqrt assembly strings.
Cameron McInally
2014-02-19
1
-4
/
+4
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
10
-68
/
+59
*
X86 CodeGenPrep: sink shufflevectors before shifts
Tim Northover
2014-02-19
2
-0
/
+21
*
Remove special FP opcode maps and instead add enough MRM_XX formats to handle...
Craig Topper
2014-02-19
5
-126
/
+161
*
Reduce size of map field in X86 TSFlags since it now requires less bits.
Craig Topper
2014-02-19
2
-28
/
+28
*
Put some of the X86 formats in a more logical order.
Craig Topper
2014-02-19
2
-36
/
+36
*
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...
Craig Topper
2014-02-19
7
-100
/
+52
*
Fix PR18743.
Rafael Espindola
2014-02-18
10
-59
/
+68
*
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
Rafael Espindola
2014-02-18
3
-282
/
+311
*
[AArch64] Expanded sin, cos, pow with FP vector types inputs
Ana Pazos
2014-02-18
1
-0
/
+10
*
XCore target: Handle common linkage
Robert Lytton
2014-02-18
2
-7
/
+10
*
XCore target: addMemOperand as necessary
Robert Lytton
2014-02-18
3
-49
/
+109
*
XCore target: Fix llvm.eh.return and EH info register handling
Robert Lytton
2014-02-18
4
-47
/
+123
*
GlobalMerge: move "-global-merge" option to the pass itself.
Tim Northover
2014-02-18
1
-6
/
+1
*
X86: use vpsllvd (& friends) for 16-bit shifts on Haswell
Tim Northover
2014-02-18
1
-0
/
+14
*
Add PS prefix to some classes I missed in r201538.
Craig Topper
2014-02-18
1
-2
/
+2
*
Add a bunch of OpSize32 tags to 64-bit mode only instructions to match their ...
Craig Topper
2014-02-18
4
-28
/
+31
*
AVX-512: Fixed size of mask registers
Elena Demikhovsky
2014-02-18
1
-4
/
+6
*
Fix a typo about lowering AArch64 va_copy.
Jiangning Liu
2014-02-18
1
-1
/
+1
*
Add an x86 prefix encoding for instructions that would decode to a different ...
Craig Topper
2014-02-18
8
-175
/
+175
*
Fix the arm assembler so that this malformed instruction:
Kevin Enderby
2014-02-17
1
-1
/
+2
*
Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 shoul...
Craig Topper
2014-02-17
1
-4
/
+3
*
AVX-512: implemented zext fron i1 to i16
Elena Demikhovsky
2014-02-17
1
-1
/
+3
*
Use 16 byte stack alignment for NaCl on ARM
Mark Seaborn
2014-02-16
3
-6
/
+7
*
Remove dead code, we already require cmake 2.8.8.
Rafael Espindola
2014-02-16
1
-5
/
+0
*
AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequence
Elena Demikhovsky
2014-02-16
2
-70
/
+28
*
ARM IAS: (partially) support .arch_extension directive
Saleem Abdulrasool
2014-02-16
1
-0
/
+82
[next]