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
*
ARM: fix VCVT decoding
Amaury de la Vieuville
2013-06-08
1
-0
/
+8
*
Fix a potential bug in r183584.
Shuxin Yang
2013-06-08
1
-22
/
+0
*
Reapply r183552. This time, use a standard type for the option to avoid template
Quentin Colombet
2013-06-08
2
-0
/
+48
*
R600: Anti dep better handled in tex clause
Vincent Lejeune
2013-06-07
1
-0
/
+24
*
Add missing zextloadi1 to i64 patterns. PR16721.
Jakob Stoklund Olesen
2013-06-07
1
-0
/
+8
*
Fix an assertion in MemCpyOpt pass.
Shuxin Yang
2013-06-07
1
-0
/
+39
*
Disallow i64 div/rem in PPC32 counter loops
Hal Finkel
2013-06-07
1
-0
/
+93
*
Revert commits related to stack warning.
Quentin Colombet
2013-06-07
2
-48
/
+0
*
Explicit triple in warn stack size test cases to not depend on OS.
Quentin Colombet
2013-06-07
2
-4
/
+4
*
R600: Fix calculation of stack offset in AMDGPUFrameLowering
Tom Stellard
2013-06-07
1
-0
/
+33
*
R600: Fix the fetch limits for R600 generation GPUs
Tom Stellard
2013-06-07
2
-0
/
+129
*
Add a backend option to warn on a given stack size limit.
Quentin Colombet
2013-06-07
2
-0
/
+48
*
ARM FastISel integer sext/zext improvements
JF Bastien
2013-06-07
9
-29
/
+188
*
Teach AsmPrinter how to print odd constants.
Quentin Colombet
2013-06-07
3
-0
/
+52
*
Fix a typo in asm string of BP* family of instructions. With this fix
Roman Divacky
2013-06-07
1
-2
/
+2
*
Support OpenBSD's native frame protection conventions.
Rafael Espindola
2013-06-07
1
-0
/
+5
*
[objc-arc] Ensure that the cfg path count does not overflow when we multiply ...
Michael Gottesman
2013-06-07
1
-3
/
+531
*
[Sparc]: Use cmp instruction instead of subcc to compare integers.
Venkatraman Govindaraju
2013-06-07
4
-17
/
+17
*
Move the test for the data in code into the ARM directory as it is an ARM
Kevin Enderby
2013-06-06
1
-0
/
+0
*
Add a testcase from pr16244.
Rafael Espindola
2013-06-06
1
-0
/
+10
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
2
-0
/
+7
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
3
-12
/
+12
*
R600: Add a pass that merge Vector Register
Vincent Lejeune
2013-06-05
1
-0
/
+30
*
Don't hide the first ELF symbol.
Rafael Espindola
2013-06-05
4
-1
/
+37
*
R600: Schedule copy from phys register at beginning of block
Vincent Lejeune
2013-06-05
10
-10
/
+10
*
[mips] brcond + setgt/setugt instruction selection patterns.
Akira Hatanaka
2013-06-05
1
-0
/
+134
*
[PATCH] Fix VGATHER* operand constraints
Michael Liao
2013-06-05
1
-0
/
+18
*
This is a simple patch that changes RRX and RRXS to accept all registers as o...
Mihai Popa
2013-06-05
2
-0
/
+47
*
PR15662: Optimized debug info produces out of order function parameters
David Blaikie
2013-06-05
1
-0
/
+73
*
R600: Make sure to schedule AR register uses and defs in the same clause
Tom Stellard
2013-06-05
1
-0
/
+32
*
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
Rafael Espindola
2013-06-05
1
-0
/
+1
*
Revert "R600: Add a pass that merge Vector Register"
Rafael Espindola
2013-06-05
1
-30
/
+0
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
2
-0
/
+7
*
R600: Add a pass that merge Vector Register
Vincent Lejeune
2013-06-04
1
-0
/
+30
*
R600: Const/Neg/Abs can be folded to dot4
Vincent Lejeune
2013-06-04
1
-0
/
+27
*
Cortex-R5 can issue Thumb2 integer division instructions.
Evan Cheng
2013-06-04
2
-20
/
+23
*
IndVarSimplify: check if loop invariant expansion can trap
David Majnemer
2013-06-04
1
-0
/
+32
*
ARM: Fix crash in ARM backend inside of ARMConstantIslandPass
David Majnemer
2013-06-04
1
-0
/
+14
*
R600: Swizzle texture/export instructions
Vincent Lejeune
2013-06-04
1
-5
/
+5
*
R600: Add a test for r183108
Vincent Lejeune
2013-06-04
1
-0
/
+2
*
Second part of pr16069
Rafael Espindola
2013-06-04
1
-1
/
+15
*
[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...
Alexey Samsonov
2013-06-04
1
-0
/
+5
*
SimplifyCFG: Do not transform PHI to select if doing so would be unsafe
David Majnemer
2013-06-03
1
-0
/
+14
*
Enable mcjit tests on ppc64 when building with cmake.
Rafael Espindola
2013-06-03
1
-1
/
+3
*
R600/SI: Add support for work item and work group intrinsics
Tom Stellard
2013-06-03
1
-0
/
+211
*
R600/SI: Add a calling convention for compute shaders
Tom Stellard
2013-06-03
7
-10
/
+10
*
R600/SI: Custom lower i64 sign_extend
Tom Stellard
2013-06-03
1
-0
/
+12
*
R600/SI: Add support for global loads
Tom Stellard
2013-06-03
1
-3
/
+49
*
R600: use capital letter for PV channel
Vincent Lejeune
2013-06-03
14
-17
/
+17
*
Correct handling invalid filename in llvm-symbolizer
Alexey Samsonov
2013-06-03
1
-0
/
+3
[next]