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
*
This patch implements ei and di instructions for mips. Test cases are added.
Vladimir Medic
2013-08-12
2
-1
/
+30
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
9
-12
/
+155
*
[SystemZ] Add a definition of the CLC instruction
Richard Sandiford
2013-08-12
5
-11
/
+33
*
[SystemZ] Add a definition of the IPM instruction
Richard Sandiford
2013-08-12
3
-4
/
+8
*
Remove global construction. const char* is sufficient here.
Benjamin Kramer
2013-08-12
1
-2
/
+2
*
Don't generate floating point stubs for mips16 code if the function
Reed Kotler
2013-08-11
1
-1
/
+13
*
AVX-512: Added more tests for BROADCAST
Elena Demikhovsky
2013-08-11
1
-1
/
+1
*
AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.
Elena Demikhovsky
2013-08-11
5
-47
/
+432
*
Incorrect JAL instruction attributes caused the optimizer to make a wrong
Reed Kotler
2013-08-10
1
-3
/
+0
*
[Sparc] Enable xword directive in sparcv9.
Venkatraman Govindaraju
2013-08-10
1
-3
/
+6
*
R600/SI: FMA is faster than fmul and fadd for f64
Niels Ole Salscheider
2013-08-10
2
-0
/
+19
*
R600/SI: Add FMA pattern
Niels Ole Salscheider
2013-08-10
1
-2
/
+6
*
Add another intrinsic that LLVM gives an incorrect prototype to.
Reed Kotler
2013-08-09
1
-0
/
+1
*
Add a overload to CostTable which allows it to infer the size of the table.
Benjamin Kramer
2013-08-09
2
-67
/
+52
*
This fixes the Thumb2 CPS assembly syntax.
Mihai Popa
2013-08-09
1
-1
/
+5
*
Fix assembling of Thumb2 branch instructions.
Mihai Popa
2013-08-09
4
-10
/
+121
*
[SystemZ] Update README
Richard Sandiford
2013-08-09
1
-15
/
+5
*
Mips ELF: MicroMips direct object Little endian support.
Jack Carter
2013-08-08
1
-4
/
+15
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-1
/
+1
*
[mips] Rename accumulator register classes and FP register operands.
Akira Hatanaka
2013-08-08
12
-246
/
+246
*
[mips] Mark pseudo instructions as code-gen only.
Akira Hatanaka
2013-08-08
1
-5
/
+5
*
[mips] Delete register class HWRegs64.
Akira Hatanaka
2013-08-08
5
-56
/
+3
*
cast fix to appease buildbot
David Fang
2013-08-08
1
-1
/
+1
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
4
-19
/
+395
*
R600/SI: Implement fp32<->fp64 conversions
Niels Ole Salscheider
2013-08-08
2
-2
/
+9
*
R600/SI: Implement sint<->fp64 conversions
Niels Ole Salscheider
2013-08-08
2
-2
/
+12
*
Use pop_back() instead of pop_back_val() when the returned value is not used.
Jakub Staszak
2013-08-08
1
-4
/
+4
*
Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was...
Silviu Baranga
2013-08-08
1
-1
/
+1
*
Fix the comment.
Jakub Staszak
2013-08-08
1
-1
/
+1
*
The name "tCDP" isn't used anywhere else in the source code, so renaming it f...
Mihai Popa
2013-08-08
1
-1
/
+1
*
PPC: Map frin to round() not nearbyint() and rint()
Hal Finkel
2013-08-08
2
-68
/
+4
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+5
*
AVX-512 set: Added BROADCAST instructions
Elena Demikhovsky
2013-08-07
4
-7
/
+146
*
[SystemZ] Optimize floating-point comparisons with zero
Richard Sandiford
2013-08-07
6
-74
/
+87
*
[SystemZ] Add floating-point load-and-test instructions
Richard Sandiford
2013-08-07
3
-0
/
+26
*
Simplify code. No functional change intended.
Craig Topper
2013-08-07
1
-4
/
+1
*
Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor.
Evgeniy Stepanov
2013-08-07
1
-1
/
+2
*
Create a pattern for the "trap" instruction.
Reed Kotler
2013-08-07
2
-0
/
+29
*
Remove unused functions introduced in r172685 to unbreak the Clang -Werror build
David Blaikie
2013-08-07
1
-16
/
+0
*
R600: Add new file from r187831 to CMakeLists.txt
Tom Stellard
2013-08-06
1
-0
/
+1
*
[mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
2013-08-06
22
-622
/
+622
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
5
-44
/
+163
*
R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Tom Stellard
2013-08-06
4
-32
/
+83
*
[NVPTX] We dont have any target specific flags yet for generating symbol refe...
Justin Holewinski
2013-08-06
1
-7
/
+2
*
[mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates of
Akira Hatanaka
2013-08-06
3
-54
/
+41
*
[mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'
Akira Hatanaka
2013-08-06
3
-38
/
+18
*
[mips] Replace usages of register classes with register operands. Also, remove
Akira Hatanaka
2013-08-06
7
-168
/
+221
*
Add PPC64 mulli pattern
Hal Finkel
2013-08-06
1
-0
/
+3
*
This corrects creation of operands for t2PLDW. It also removes the definition...
Mihai Popa
2013-08-06
2
-25
/
+24
*
Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...
Mihai Popa
2013-08-06
2
-5
/
+5
[next]