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
...
*
Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...
Craig Topper
2013-10-12
1
-17
/
+19
*
For Mips16, start to consolidate all forms of 32 bit literal loading so that
Reed Kotler
2013-10-12
1
-3
/
+1
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
2
-0
/
+3
*
Fix typo
Matt Arsenault
2013-10-11
1
-1
/
+1
*
Mips: Disassemble sign-extended 64 bit immediates properly.
Benjamin Kramer
2013-10-11
1
-1
/
+3
*
[ARM] Fix FP ABI attributes with no VFP enabled.
Amara Emerson
2013-10-11
1
-14
/
+12
*
This reverts 192447 because of compiler warning generated on darwin build.
Matheus Almeida
2013-10-11
3
-174
/
+14
*
This reverts r192449 because of compiler warning generated on darwin build.
Matheus Almeida
2013-10-11
2
-109
/
+31
*
[mips][msa] Direct Object Emission for the majority of the ELM instructions.
Matheus Almeida
2013-10-11
2
-31
/
+109
*
[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
Matheus Almeida
2013-10-11
3
-14
/
+174
*
[NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach...
Justin Holewinski
2013-10-11
1
-2
/
+22
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
2
-15
/
+36
*
[mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no...
Daniel Sanders
2013-10-11
2
-16
/
+33
*
[mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in...
Daniel Sanders
2013-10-11
2
-4
/
+11
*
XCore target fix bug in emitArrayBound() causing segmentation fault
Robert Lytton
2013-10-11
1
-6
/
+5
*
XCore target does not emit '.hidden' or '.protected' attributes
Robert Lytton
2013-10-11
1
-0
/
+4
*
XCore target: fix bug in XCoreLowerThreadLocal.cpp
Robert Lytton
2013-10-11
1
-10
/
+21
*
XCore target: add XCoreTargetLowering::isZExtFree()
Robert Lytton
2013-10-11
2
-0
/
+22
*
[mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in...
Daniel Sanders
2013-10-11
2
-4
/
+7
*
[mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ...
Daniel Sanders
2013-10-11
2
-12
/
+31
*
Implement aarch64 neon instruction set AdvSIMD (copy).
Kevin Qin
2013-10-11
3
-56
/
+464
*
Fix typo
Matt Arsenault
2013-10-10
1
-2
/
+2
*
R600: Fix trunc i64 to i32 on SI
Matt Arsenault
2013-10-10
1
-0
/
+5
*
R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*
Tom Stellard
2013-10-10
5
-4
/
+142
*
R600/SI: Define a separate MIMG instruction for each possible output value type
Tom Stellard
2013-10-10
5
-35
/
+90
*
R600/SI: Mark the EXEC register as reserved
Tom Stellard
2013-10-10
1
-0
/
+1
*
R600: Use StructurizeCFGPass for non SI targets
Tom Stellard
2013-10-10
6
-2
/
+18
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
11
-2
/
+914
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
11
-895
/
+2
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
11
-2
/
+895
*
ARM: Put isV8EligibleForIT into the llvm namespace. While there make it inline.
Benjamin Kramer
2013-10-10
1
-2
/
+4
*
ARM: correct liveness flags during ARMLoadStoreOpt
Tim Northover
2013-10-10
1
-0
/
+77
*
Allow non-AVX form of pmovmskb to take a GR64 operand.
Craig Topper
2013-10-10
1
-0
/
+2
*
Remove duplicate instructions.
Craig Topper
2013-10-10
1
-16
/
+0
*
[mips] Do not generate INS/EXT nodes if target does not have support for
Akira Hatanaka
2013-10-09
2
-14
/
+19
*
Revert "llvm-c: Make target initializer functions external functions in lib."
Rui Ueyama
2013-10-09
2
-44
/
+0
*
llvm-c: Make target initializer functions external functions in lib.
Anders Waldenborg
2013-10-09
2
-0
/
+44
*
Flip the ownership of MCStreamer and MCTargetStreamer.
Benjamin Kramer
2013-10-09
1
-1
/
+1
*
[Sparc] Disable tail call optimization for sparc64.
Venkatraman Govindaraju
2013-10-09
1
-0
/
+3
*
AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.
Elena Demikhovsky
2013-10-09
3
-36
/
+92
*
AArch64: enable MISched by default.
Tim Northover
2013-10-09
1
-0
/
+4
*
Add missing HasAVX512 predicate.
Andrew Trick
2013-10-09
1
-2
/
+2
*
Replace a couple instructions with patterns referring to other instructions w...
Craig Topper
2013-10-09
1
-16
/
+11
*
Use AVX512PIi8 for the alt forms of vcmp instructions. This adds the TB prefi...
Craig Topper
2013-10-09
1
-4
/
+4
*
Mark some instructions as CodeGenOnly since they aren't needed by the assembl...
Craig Topper
2013-10-09
1
-65
/
+73
*
Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi...
Craig Topper
2013-10-09
3
-8
/
+12
*
[AArch64] Add support for NEON scalar floating-point reciprocal estimate,
Chad Rosier
2013-10-08
1
-10
/
+34
*
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
2013-10-08
2
-0
/
+52
*
Add fabsf to the list of inlined functions; otherwise
Reed Kotler
2013-10-08
1
-0
/
+1
*
[mips] Simplify and optimize code.
Akira Hatanaka
2013-10-08
2
-11
/
+7
[prev]
[next]