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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resurrect lit.local.cfg to un-break hexagon buildbot.
Rui Ueyama
2013-09-27
1
-0
/
+3
*
Fix SLPVectorizer using wrong address space for load/store
Matt Arsenault
2013-09-27
2
-0
/
+69
*
Re-submit r191472 with a fix for big endian.
Rui Ueyama
2013-09-27
10
-125
/
+128
*
InstCombine: Only foldSelectICmpAndOr for integer types
Justin Bogner
2013-09-27
1
-0
/
+10
*
Adding intrinsics to the llvm backend for TBM instruction set.
Yunzhong Gao
2013-09-27
2
-0
/
+618
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
27
-100
/
+171
*
Transforms: Use getFirstNonPHI to set the insertion point for PHIs
Justin Bogner
2013-09-27
1
-0
/
+31
*
[SystemZ] Rein back the use of block operations
Richard Sandiford
2013-09-27
3
-121
/
+73
*
[SystemZ] Improve handling of PC-relative addresses
Richard Sandiford
2013-09-27
1
-0
/
+35
*
[mips][msa] Implemented insert.d intrinsic.
Daniel Sanders
2013-09-27
1
-28
/
+60
*
ARM: Teach assembler to enforce constraints for ARM LDRD destination register...
Tilmann Scheller
2013-09-27
2
-20
/
+40
*
[mips][msa] Implemented fill.d intrinsic.
Daniel Sanders
2013-09-27
1
-9
/
+33
*
[mips][msa] Implemented copy_[us].d intrinsic.
Daniel Sanders
2013-09-27
1
-0
/
+42
*
[mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.
Daniel Sanders
2013-09-27
1
-0
/
+34
*
[mips][msa] Implemented extract_vector_elt for v4f32 or v2f64
Daniel Sanders
2013-09-27
2
-0
/
+221
*
Remove superfluous comment accidentally checked-in.
Andrea Di Biagio
2013-09-27
1
-2
/
+0
*
[mips][msa] Added support for MSA registers to copyPhysReg
Daniel Sanders
2013-09-27
1
-0
/
+136
*
[mips][msa] Added support for matching splati from normal IR (i.e. not intrin...
Daniel Sanders
2013-09-27
1
-12
/
+64
*
Re-apply the change from r191393 with fix for pr17380.
Andrea Di Biagio
2013-09-27
1
-0
/
+203
*
ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...
Tilmann Scheller
2013-09-27
1
-0
/
+9
*
[mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...
Daniel Sanders
2013-09-27
56
-58
/
+63
*
[mips][msa] Expand all truncstores and loadexts for MSA as well as DSP
Daniel Sanders
2013-09-27
2
-0
/
+32
*
[mips][msa] Added missing check in performSRACombine
Daniel Sanders
2013-09-27
1
-0
/
+137
*
Fixing Intel format of the vshufpd instruction.
Yunzhong Gao
2013-09-27
2
-0
/
+5
*
Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...
Rui Ueyama
2013-09-27
10
-128
/
+125
*
llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
2013-09-27
10
-125
/
+128
*
MCParser/Debug info: Accept line number 0 as a legitimate value, since
Adrian Prantl
2013-09-26
1
-0
/
+1
*
[mips][msa] Direct Object Emission for 3RF instructions.
Jack Carter
2013-09-26
1
-0
/
+252
*
Fix PR 17372: Emitting PLD for stack address for ARM Thumb2
Weiming Zhao
2013-09-26
1
-0
/
+22
*
[PowerPC] Fix PR17354: Generate nop after local calls for PIC code.
Bill Schmidt
2013-09-26
1
-0
/
+39
*
Revert r191393 since it caused pr17380.
Andrea Di Biagio
2013-09-26
1
-181
/
+0
*
[Sparc] Implements exception handling in SPARC with DwarfCFI.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+112
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
2
-0
/
+66
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
2
-15
/
+1345
*
PPC: Allow partial fills in writeNopData()
David Majnemer
2013-09-26
1
-1
/
+4
*
PPC: Add support for fctid and fctiw
David Majnemer
2013-09-26
1
-4
/
+8
*
[mips][msa] Direct Object Emission for 3R instructions.
Jack Carter
2013-09-26
1
-0
/
+720
*
[mips][msa] Direct Object Emission for 2RF instructions.
Jack Carter
2013-09-25
1
-0
/
+90
*
[mips][msa] Direct Object Emission support for the MSA instruction set.
Jack Carter
2013-09-25
1
-0
/
+12
*
Fix PR 17368: disable vector mul distribution for square of add/sub for ARM
Weiming Zhao
2013-09-25
1
-0
/
+11
*
Unify pubsection/gnu pubsection printing.
Eric Christopher
2013-09-25
1
-7
/
+8
*
Test commit. Removed trailing whitespace.
Josh Magee
2013-09-25
1
-1
/
+1
*
Fix a bad typo in the inline assembly code for mips16 pic fp stubs
Reed Kotler
2013-09-25
2
-12
/
+33
*
Teach DAGCombiner how to canonicalize dags according to the rule
Andrea Di Biagio
2013-09-25
1
-0
/
+181
*
SLPVectorize: Put horizontal reductions feeding a store under separate flag
Arnold Schwaighofer
2013-09-25
1
-8
/
+10
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-0
/
+5
*
[PR16882] Ignore noreturn definitions when setting isPhysRegUsed.
Quentin Colombet
2013-09-25
1
-0
/
+38
*
CriticalAntiDepBreaker is no longer needed for armv7 scheduling.
Andrew Trick
2013-09-25
3
-5
/
+5
*
Move LTO support library to a component, allowing it to be tested
Peter Collingbourne
2013-09-24
2
-0
/
+0
*
Add missing check to SETCC optimization.
Eli Friedman
2013-09-24
1
-0
/
+18
[next]