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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r195093:
Bill Wendling
2013-11-19
3
-77
/
+172
*
Merging r195092:
Bill Wendling
2013-11-19
14
-155
/
+80
*
Creating release_34 branch
Bill Wendling
2013-11-19
0
-0
/
+0
*
Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
2013-11-19
14
-191
/
+4800
*
Remove unused special member functions and reformat.
Eric Christopher
2013-11-19
2
-14
/
+3
*
Fix previous commit and fully remove variable.
Eric Christopher
2013-11-19
3
-5
/
+3
*
Remove unused variable.
Eric Christopher
2013-11-19
1
-1
/
+0
*
Implement AArch64 SISD intrinsics for vget_high and vget_low.
Jiangning Liu
2013-11-19
2
-4
/
+258
*
implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ...
Kevin Qin
2013-11-19
4
-0
/
+28
*
Add predicate for AArch64 crypto instructions.
Jiangning Liu
2013-11-19
3
-3
/
+14
*
[Mips] Support for MicroMips STO refactoring.
Jack Carter
2013-11-19
8
-71
/
+28
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
113
-151
/
+505
*
llvm-dwarfdump: support for emitting only the debug_types section using -debu...
David Blaikie
2013-11-19
2
-0
/
+5
*
DwarfDebug: Move trailing else to the same line as prior closing brace
David Blaikie
2013-11-18
1
-4
/
+2
*
DwarfDebug: Remove some more redundant explicit constructions.
David Blaikie
2013-11-18
1
-4
/
+3
*
[Mips] MipsTargetStreamer refactoring.
Jack Carter
2013-11-18
4
-64
/
+92
*
DebugInfo: Simplify a few more explicit constructions, underconstrained types...
David Blaikie
2013-11-18
4
-29
/
+26
*
Revert "COFF: Emit all MCSymbols rather than filtering out some of them"
Reid Kleckner
2013-11-18
5
-12
/
+34
*
Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value
Adrian Prantl
2013-11-18
2
-1
/
+107
*
Docs: tweak code-block spacing.
Ahmed Bougacha
2013-11-18
1
-0
/
+1
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
6
-10
/
+67
*
R600/SI: Fix moveToVALU when the first operand is VSrc.
Matt Arsenault
2013-11-18
3
-13
/
+14
*
R600/SI: Fix multiple SGPR reads when using VCC.
Matt Arsenault
2013-11-18
2
-3
/
+36
*
R600/SI: Implement add i64, but do not yet enable.
Matt Arsenault
2013-11-18
3
-0
/
+74
*
R600/SI: Specify SSrc operands
Matt Arsenault
2013-11-18
1
-2
/
+2
*
R600/SI: addc / adde i32 are legal
Matt Arsenault
2013-11-18
1
-0
/
+2
*
R600/SI: Match addc to S_ADD_U32.
Matt Arsenault
2013-11-18
1
-0
/
+7
*
R600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32
Matt Arsenault
2013-11-18
1
-2
/
+4
*
R600/SI: Specify S_ADD/S_SUB set SCC and add is commutable
Matt Arsenault
2013-11-18
1
-1
/
+13
*
R600/SI: Move patterns to match add / sub to scalar instructions
Matt Arsenault
2013-11-18
6
-30
/
+40
*
R600/SI: Fix extra defs of VCC / SCC.
Matt Arsenault
2013-11-18
1
-4
/
+15
*
R600: Enable the IR structurizer by default
Tom Stellard
2013-11-18
6
-9
/
+8
*
R600: Fix a crash in the AMDILCFGStrucurizer
Tom Stellard
2013-11-18
2
-6
/
+69
*
R600: Add a SubtargetFeatture for disabling the ifcvt pass.
Tom Stellard
2013-11-18
4
-1
/
+14
*
R600: Use lower-case for EnableIRStructurizer feature
Tom Stellard
2013-11-18
1
-1
/
+1
*
R600/SI: Fix illegal VGPR->SGPR copy inside of loop
Tom Stellard
2013-11-18
2
-2
/
+32
*
R600/SI: Fix another case of illegal VGPR->SGPR copy
Tom Stellard
2013-11-18
2
-3
/
+28
*
Checking for a return value with FormatMessage; if the call fails, there's no...
Aaron Ballman
2013-11-18
1
-4
/
+9
*
Fixing a possible memory leak from a failing realloc() call.
Aaron Ballman
2013-11-18
1
-2
/
+7
*
Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
2013-11-18
3
-61
/
+152
*
[ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...
Alexey Samsonov
2013-11-18
3
-9
/
+42
*
[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.
NAKAMURA Takumi
2013-11-18
2
-0
/
+4
*
LoopVectorizer: Extend the induction variable to a larger type
Arnold Schwaighofer
2013-11-18
2
-0
/
+48
*
[mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...
Daniel Sanders
2013-11-18
3
-2
/
+43
*
[mips][msa] Update encoding of bnz.v (typo).
Matheus Almeida
2013-11-18
2
-3
/
+3
*
[mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...
Matheus Almeida
2013-11-18
6
-7
/
+118
*
Fix forgotten member initialization detected by MSan bootstrap bot
Alexey Samsonov
2013-11-18
1
-0
/
+2
*
[mips][msa] Add MSA to the release notes.
Daniel Sanders
2013-11-18
1
-0
/
+10
*
test-release.sh: tweak RPATH for the binary packages.
Arnaud A. de Grandmaison
2013-11-18
1
-0
/
+32
*
Unbreak the build after r194997
Alexey Samsonov
2013-11-18
1
-2
/
+0
[next]