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
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
20
-32
/
+21
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-0
/
+1
*
Fix typo
Matt Arsenault
2013-10-15
1
-1
/
+1
*
Fix missing C++ mode thing in header
Matt Arsenault
2013-10-15
1
-1
/
+1
*
Enable MI Sched for x86.
Andrew Trick
2013-10-15
1
-1
/
+4
*
R600/SI: Remove some leftover MI dump call
Vincent Lejeune
2013-10-15
2
-2
/
+0
*
[AArch64] Add support for NEON scalar signed saturating absolute value and
Chad Rosier
2013-10-15
1
-1
/
+45
*
Struct byval: fix a copy-paste error for thumb2.
Manman Ren
2013-10-15
1
-1
/
+1
*
Fix PR17546
Michael Liao
2013-10-15
1
-6
/
+1
*
Fix PR16807
Michael Liao
2013-10-15
1
-6
/
+16
*
[mips][msa] Added support for build_vector for v4f32 and v2f64.
Daniel Sanders
2013-10-15
3
-12
/
+112
*
Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...
Anders Waldenborg
2013-10-15
7
-95
/
+9
*
Add AllTargetsBindings sublibrary instead of having static inlines in the llv...
Anders Waldenborg
2013-10-15
7
-9
/
+95
*
[SystemZ] Use A(G)SI when spilling the target of a constant addition
Richard Sandiford
2013-10-15
1
-2
/
+24
*
Fix MSP430 calling convention to match MSPGCC
Job Noorman
2013-10-15
2
-10
/
+123
*
Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...
Craig Topper
2013-10-15
1
-6
/
+9
*
[mips] Define a pseudo instruction which writes to both the lower and higher
Akira Hatanaka
2013-10-15
6
-15
/
+51
*
[mips] Use predicates to guard instructions using accumulator registers instead
Akira Hatanaka
2013-10-15
2
-11
/
+12
*
[mips] Rename isel nodes.
Akira Hatanaka
2013-10-15
7
-33
/
+31
*
[mips] Transfer kill flag to the newly created operand.
Akira Hatanaka
2013-10-15
1
-1
/
+5
*
[mips] Set HI/LO registers' HWEncoding field.
Akira Hatanaka
2013-10-15
1
-8
/
+8
*
[mips] Delete unnecessary code.
Akira Hatanaka
2013-10-15
1
-3
/
+0
*
[X86][FastISel] During X86 fastisel, the address of indirect call was resolved
Quentin Colombet
2013-10-14
1
-7
/
+14
*
Fix the ExecutionDepsFix pass to handle AVX instructions.
Andrew Trick
2013-10-14
3
-16
/
+71
*
whitespace
Andrew Trick
2013-10-14
1
-1
/
+1
*
Revert part of a fix from 2010, changes since then:
Eric Christopher
2013-10-14
1
-1
/
+1
*
Reformat this routine slightly.
Eric Christopher
2013-10-14
1
-10
/
+8
*
Remove some extraneous whitespace.
Eric Christopher
2013-10-14
1
-4
/
+0
*
[AArch64] Add support for NEON scalar integer compare instructions.
Chad Rosier
2013-10-14
1
-0
/
+78
*
Add Cortex-A57 support
Bernard Ogden
2013-10-14
2
-1
/
+10
*
Add subtarget feature support for Cortex-A53
Bernard Ogden
2013-10-14
3
-4
/
+18
*
[mips][msa] Direct Object Emission support for BIT instructions.
Matheus Almeida
2013-10-14
2
-74
/
+130
*
[mips][msa] Direct Object Emission support for VEC instructions.
Matheus Almeida
2013-10-14
2
-67
/
+88
*
[mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.
Matheus Almeida
2013-10-14
1
-14
/
+18
*
[mips][msa] Direct Object Emission for the majority of the ELM instructions.
Matheus Almeida
2013-10-14
2
-31
/
+109
*
[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
Matheus Almeida
2013-10-14
3
-14
/
+175
*
Fixed a bug in dynamic allocation memory on stack.
Elena Demikhovsky
2013-10-14
1
-5
/
+12
*
Create classes to reduce the size of the tablegen entries for the CRC32 instr...
Craig Topper
2013-10-14
1
-66
/
+33
*
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
2013-10-14
4
-83
/
+102
*
Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...
Craig Topper
2013-10-14
1
-0
/
+7
*
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...
Craig Topper
2013-10-14
1
-2
/
+10
*
Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...
Craig Topper
2013-10-14
1
-4
/
+8
*
R600: improve dump of S_WAITCNT
Vincent Lejeune
2013-10-13
3
-1
/
+21
*
R600/SI: Add SinkingPass before ISel
Vincent Lejeune
2013-10-13
1
-0
/
+1
*
R600/SI: Support byval arguments
Vincent Lejeune
2013-10-13
2
-2
/
+8
*
R600: Use masked read sel for texture instructions
Vincent Lejeune
2013-10-13
1
-0
/
+5
*
R600: fix swizzle export
Vincent Lejeune
2013-10-13
1
-5
/
+9
*
R600: Clear the VPM bit of export instructions.
Vincent Lejeune
2013-10-13
1
-4
/
+4
*
Remove more filters from the disassembler. Mark some AVX512 instructions as C...
Craig Topper
2013-10-12
1
-0
/
+6
*
R600: Store disassembly in a special ELF section when feature +DumpCode is en...
Tom Stellard
2013-10-12
3
-14
/
+83
[next]