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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-01
4
-7
/
+8
*
R600: Add 64-bit float load/store support
Tom Stellard
2013-08-01
15
-43
/
+161
*
R600: Use 64-bit alignment for 64-bit kernel arguments
Tom Stellard
2013-08-01
1
-0
/
+2
*
R600/SI: Custom lower i64 ZERO_EXTEND
Tom Stellard
2013-08-01
1
-0
/
+18
*
[SystemZ] Reuse CC results for integer comparisons with zero
Richard Sandiford
2013-08-01
2
-0
/
+691
*
[SystemZ] Prefer comparisons with zero
Richard Sandiford
2013-08-01
5
-10
/
+54
*
AArch64: add initial NEON support
Tim Northover
2013-08-01
23
-1
/
+6098
*
XCore target: Fix Vararg handling
Robert Lytton
2013-08-01
2
-17
/
+55
*
XCore target: Add byval handling
Robert Lytton
2013-08-01
1
-0
/
+58
*
Xcore target
Robert Lytton
2013-08-01
1
-0
/
+4
*
Fix some misc. issues with Mips16 fp stubs.
Reed Kotler
2013-08-01
1
-48
/
+50
*
Revert "R600: Non vector only instruction can be scheduled on trans unit"
Tom Stellard
2013-07-31
25
-185
/
+73
*
R600: Avoid more than 4 literals in the same instruction group at scheduling
Vincent Lejeune
2013-07-31
1
-0
/
+68
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-07-31
25
-73
/
+185
*
[SystemZ] Implement isLegalAddressingMode()
Richard Sandiford
2013-07-31
1
-0
/
+25
*
[SystemZ] Be more careful about inverting CC masks (conditional loads)
Richard Sandiford
2013-07-31
2
-14
/
+14
*
[SystemZ] Be more careful about inverting CC masks
Richard Sandiford
2013-07-31
47
-124
/
+149
*
[SystemZ] Move compare-and-branch generation even later
Richard Sandiford
2013-07-31
1
-0
/
+45
*
[SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()
Richard Sandiford
2013-07-31
29
-431
/
+446
*
Added INSERT and EXTRACT intructions from AVX-512 ISA.
Elena Demikhovsky
2013-07-31
1
-0
/
+44
*
Changed register names (and pointer keywords) to be lower case when using Int...
Craig Topper
2013-07-31
6
-18
/
+18
*
This test may have been sensitive to the ARM ABI...
Andrew Trick
2013-07-30
1
-1
/
+1
*
MI Sched fix: assert "Disconnected LRG within the scheduling region."
Andrew Trick
2013-07-30
1
-1
/
+54
*
R600/SI: Expand vector fp <-> int conversions
Tom Stellard
2013-07-30
4
-36
/
+36
*
[ARM] check bitwidth in PerformORCombine
Saleem Abdulrasool
2013-07-30
1
-0
/
+32
*
[R600] Replicate old DAGCombiner behavior in target specific DAG combine.
Quentin Colombet
2013-07-30
1
-1
/
+0
*
[DAGCombiner] insert_vector_elt: Avoid building a vector twice.
Quentin Colombet
2013-07-30
7
-26
/
+53
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
3
-3
/
+3
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
15
-45
/
+61
*
Proper va_arg/va_copy lowering on win64
Nico Rieck
2013-07-29
1
-0
/
+60
*
Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...
Silviu Baranga
2013-07-29
1
-1
/
+25
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
15
-61
/
+64
*
next batch of -disable-debug-info-verifier
Rafael Espindola
2013-07-26
2
-2
/
+2
*
[mips] Implement llvm.trap intrinsic.
Akira Hatanaka
2013-07-26
1
-0
/
+11
*
Debug Info Verifier: enable verification of DICompileUnit.
Manman Ren
2013-07-26
25
-59
/
+85
*
[mips] Print instructions "beq", "bne" and "or" using assembler pseudo
Akira Hatanaka
2013-07-26
3
-24
/
+24
*
Add a target legalize hook for SplitVectorOperand (again)
Justin Holewinski
2013-07-26
2
-0
/
+43
*
Revert "Add a target legalize hook for SplitVectorOperand"
Rafael Espindola
2013-07-26
2
-41
/
+0
*
Add a target legalize hook for SplitVectorOperand
Justin Holewinski
2013-07-26
2
-0
/
+41
*
PPC32 va_list is an actual structure so va_copy needs to copy the whole
Roman Divacky
2013-07-25
1
-0
/
+24
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
14
-97
/
+100
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
17
-1410
/
+0
*
Evict local live ranges if they can be reassigned.
Andrew Trick
2013-07-25
4
-12
/
+6
*
Allocate local registers in order for optimal coloring.
Andrew Trick
2013-07-25
17
-73
/
+68
*
Current batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-25
7
-9
/
+9
*
AArch64: add llc-based tests for previous commit.
Tim Northover
2013-07-25
2
-2
/
+15
*
[SystemZ] Rework compare and branch support
Richard Sandiford
2013-07-25
1
-0
/
+22
*
[SystemZ] Add LOCR and LOCGR
Richard Sandiford
2013-07-25
1
-0
/
+25
*
[SystemZ] Add LOC and LOCG
Richard Sandiford
2013-07-25
2
-0
/
+260
*
[SystemZ] Add STOC and STOCG
Richard Sandiford
2013-07-25
4
-2
/
+312
[next]