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
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
4
-1
/
+156
*
Remove triple from type unique testing cases.
Manman Ren
2013-10-01
3
-6
/
+0
*
Try to fix native-arm bot
Manman Ren
2013-10-01
1
-2
/
+0
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
1
-2
/
+17
*
R600: add a pass that merges clauses.
Vincent Lejeune
2013-10-01
3
-5
/
+6
*
R600: Put PRED_X instruction in its own clause
Vincent Lejeune
2013-10-01
4
-6
/
+1182
*
R600: Enable -verify-machineinstrs in some tests.
Vincent Lejeune
2013-10-01
5
-5
/
+5
*
Don't merge tiny functions.
Matt Arsenault
2013-10-01
2
-2
/
+25
*
Add test case for PR16785.
Preston Gurd
2013-10-01
1
-0
/
+19
*
[SystemZ] Add comparisons of high words and memory
Richard Sandiford
2013-10-01
5
-0
/
+170
*
[SystemZ] Add comparisons of large immediates using high words
Richard Sandiford
2013-10-01
5
-0
/
+114
*
[SystemZ] Add immediate addition involving high words
Richard Sandiford
2013-10-01
5
-0
/
+160
*
[SystemZ] Extend test-under-mask support to high GR32s
Richard Sandiford
2013-10-01
1
-0
/
+29
*
[SystemZ] Extend 32-bit RISBG optimizations to high words
Richard Sandiford
2013-10-01
1
-0
/
+25
*
[SystemZ] Extend pseudo conditional 8- and 16-bit stores to high words
Richard Sandiford
2013-10-01
1
-0
/
+32
*
ARM: support interrupt attribute
Tim Northover
2013-10-01
1
-0
/
+130
*
[SystemZ] Add test missing from r191764.
Richard Sandiford
2013-10-01
1
-0
/
+30
*
[SystemZ] Allow integer AND involving high words
Richard Sandiford
2013-10-01
1
-0
/
+63
*
[SystemZ] Allow integer XOR involving high words
Richard Sandiford
2013-10-01
1
-0
/
+42
*
[SystemZ] Allow integer OR involving high words
Richard Sandiford
2013-10-01
1
-0
/
+42
*
[SystemZ] Allow integer insertions with a high-word destination
Richard Sandiford
2013-10-01
1
-0
/
+38
*
[SystemZ] Allow selects with a high-word destination
Richard Sandiford
2013-10-01
1
-0
/
+28
*
[SystemZ] Add patterns to load a constant into a high word (IIHF)
Richard Sandiford
2013-10-01
1
-0
/
+57
*
[SystemZ] Add register zero extensions involving at least one high word
Richard Sandiford
2013-10-01
2
-0
/
+388
*
[ARM] Introduce the 'sevl' instruction in ARMv8.
Joey Gouly
2013-10-01
10
-27
/
+32
*
[SystemZ] Add truncating high-word stores (STCH and STHH)
Richard Sandiford
2013-10-01
5
-0
/
+176
*
[SystemZ] Add zero-extending high-word loads (LLCH and LLHH)
Richard Sandiford
2013-10-01
5
-0
/
+178
*
SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.
Benjamin Kramer
2013-10-01
1
-0
/
+43
*
[SystemZ] Add sign-extending high-word loads (LBH and LHH)
Richard Sandiford
2013-10-01
5
-0
/
+178
*
[SystemZ] Use upper words of GR64s for codegen
Richard Sandiford
2013-10-01
1
-0
/
+52
*
[SystemZ] Reapply: Add definitions of LFH and STFH
Richard Sandiford
2013-10-01
4
-0
/
+130
*
[mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...
Daniel Sanders
2013-10-01
1
-0
/
+128
*
This patch adds aliases for Mips sub instruction with immediate operands. Cor...
Vladimir Medic
2013-10-01
1
-0
/
+4
*
AVX-512: Added X86vzmovl patterns
Elena Demikhovsky
2013-10-01
1
-0
/
+16
*
Add the DW_AT_GNU_ranges_base attribute if we've emitted any ranges
Eric Christopher
2013-10-01
1
-0
/
+150
*
Use CHECK-LABEL
Matt Arsenault
2013-09-30
3
-18
/
+20
*
The DW_AT_GNU_pubnames/pubtypes attributes are actually form
Eric Christopher
2013-09-30
1
-22
/
+24
*
Add llvm-readobj to the list of programs to find in the freshly built
Eric Christopher
2013-09-30
1
-1
/
+1
*
Use right address space size in InstCombineCompares
Matt Arsenault
2013-09-30
1
-1
/
+17
*
Constant fold ptrtoint + compare with address spaces
Matt Arsenault
2013-09-30
1
-0
/
+20
*
[ARM] Fix Thumb(-2) diagnostic tests.
Tilmann Scheller
2013-09-30
2
-12
/
+12
*
TBAA: update tbaa format from scalar format to struct-path aware format.
Manman Ren
2013-09-30
9
-63
/
+74
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
20
-207
/
+131
*
[mips][msa] Direct Object Emission for I8 instructions.
Jack Carter
2013-09-30
1
-0
/
+36
*
[mips][msa] Direct Object Emission for I5 instructions.
Jack Carter
2013-09-30
1
-0
/
+138
*
[mips][msa] Direct Object Emission for 2R instructions.
Jack Carter
2013-09-30
1
-0
/
+36
*
[PATCH 1/4] [mips][msa] Source register of FILL instructions is GPR
Jack Carter
2013-09-30
1
-0
/
+15
*
[ARM] Use FileCheck instead of grep for ARM LDRD negative tests.
Tilmann Scheller
2013-09-30
1
-19
/
+42
*
Revert "Enable building LTO on WIN32."
Rafael Espindola
2013-09-30
2
-1
/
+2
*
[ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...
Tilmann Scheller
2013-09-30
1
-0
/
+6
[next]