index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
126
-369
/
+369
*
R600: Add support for LDS atomic subtract
Aaron Watry
2013-09-06
4
-0
/
+36
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-06
5
-7
/
+71
*
Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be part
Manman Ren
2013-09-06
3
-27
/
+32
*
Debug Info Testing: Updated to use null instead of "i32 0" for containing-type
Manman Ren
2013-09-06
12
-60
/
+60
*
debuginfo-tests: Add support for an lldb wrapper script
Adrian Prantl
2013-09-06
1
-1
/
+18
*
mi-sched: cleanup register pressure update, remove a FIXME.
Andrew Trick
2013-09-06
3
-20
/
+32
*
mi-sched: improve regpressure tracing.
Andrew Trick
2013-09-06
1
-2
/
+7
*
mi-sched: print tree size in -view-misched-dags
Andrew Trick
2013-09-06
1
-1
/
+5
*
mi-sched: register pressure update tracing.
Andrew Trick
2013-09-06
1
-0
/
+4
*
mi-sched: Reorder Cyclicpath (latency) and CriticalMax (pressure) heuristics.
Andrew Trick
2013-09-06
1
-4
/
+4
*
Added MachineSchedPolicy.
Andrew Trick
2013-09-06
3
-37
/
+88
*
msbuild integration: provide separate files for VS2010 and VS2012
Hans Wennborg
2013-09-06
6
-35
/
+58
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
4
-34
/
+37
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
3
-6
/
+3
*
remove pointless assert
Matthias Braun
2013-09-06
1
-2
/
+0
*
fix comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
fix typo in comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
[mips][msa] Indentation
Daniel Sanders
2013-09-06
1
-34
/
+34
*
[mips][msa] Requires<[HasMSA]> is redundant, it is also supplied via inheritance
Daniel Sanders
2013-09-06
1
-628
/
+628
*
This patch adds support for microMIPS Multiply and Add/Sub instructions. Test...
Vladimir Medic
2013-09-06
5
-5
/
+61
*
[mips][msa] Made the operand register sets optional for the VEC formats
Daniel Sanders
2013-09-06
1
-16
/
+9
*
This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...
Vladimir Medic
2013-09-06
6
-8
/
+68
*
[mips][msa] Made the operand register sets optional for the ELM_INSVE formats
Daniel Sanders
2013-09-06
1
-14
/
+10
*
[mips][msa] Made the operand register sets optional for the 3RF_4RF format
Daniel Sanders
2013-09-06
1
-14
/
+14
*
This patch adds support for microMIPS Move Conditional instructions. Test cas...
Vladimir Medic
2013-09-06
7
-8
/
+83
*
SelectionDAG: create correct BooleanContent constants
Tim Northover
2013-09-06
3
-2
/
+72
*
[mips][msa] Made the operand register sets optional for the 3RF formats
Daniel Sanders
2013-09-06
1
-132
/
+72
*
[mips][msa] Made the operand register sets optional for the 3R_4R format
Daniel Sanders
2013-09-06
1
-30
/
+22
*
This patch adds support for microMIPS disassembler and disassembler make chec...
Vladimir Medic
2013-09-06
4
-17
/
+391
*
[mips][msa] Made the operand register sets optional for the 2RF format
Daniel Sanders
2013-09-06
1
-59
/
+39
*
[mips][msa] Made the operand register sets optional for the I8 format
Daniel Sanders
2013-09-06
1
-21
/
+12
*
[mips][msa] Made the operand register sets optional for the I5 and SI5 formats
Daniel Sanders
2013-09-06
1
-74
/
+46
*
[mips][msa] Made the operand register sets optional for the BIT_[BHWD] formats
Daniel Sanders
2013-09-06
1
-104
/
+60
*
[SystemZ] Tweak integer comparison code
Richard Sandiford
2013-09-06
7
-121
/
+223
*
[mips][msa] Sorted MSA_BIT_[BHWD]_DESC_BASE into ascending order of element size
Daniel Sanders
2013-09-06
1
-16
/
+16
*
[mips][msa] Made the operand register sets optional for the 3R format
Daniel Sanders
2013-09-06
1
-460
/
+280
*
[mips][msa] Made the InstrItinClass argument optional since it is always NoIt...
Daniel Sanders
2013-09-06
1
-600
/
+607
*
[SystemZ] Use XC for a memset of 0
Richard Sandiford
2013-09-06
2
-50
/
+47
*
Use type helper functions.
Matt Arsenault
2013-09-06
4
-6
/
+5
*
Teach CodeGenPrepare about address spaces
Matt Arsenault
2013-09-06
2
-4
/
+32
*
R600: Coding style
Tom Stellard
2013-09-05
1
-6
/
+4
*
[X86] Perform VSELECT DAG combines also before DAG type legalization.
Juergen Ributzka
2013-09-05
2
-12
/
+12
*
Fixed a crash in the integrated assembler for Mach-O when a symbol difference
Kevin Enderby
2013-09-05
2
-0
/
+42
*
Consistently use dbgs() in debug printing
Matt Arsenault
2013-09-05
4
-17
/
+17
*
Trying to un-break the bots.
Manman Ren
2013-09-05
1
-1
/
+2
*
R600: Fix i64 to i32 trunc on SI
Matt Arsenault
2013-09-05
2
-0
/
+20
*
Remove unused argument.
Rafael Espindola
2013-09-05
1
-3
/
+1
*
Improve handling of .file, .include and .incbin directives to
Yunzhong Gao
2013-09-05
4
-15
/
+19
*
Debug Info: Use identifier to reference DIType in base type field of
Manman Ren
2013-09-05
7
-6
/
+156
[next]