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
*
Use function's argument instead of the global flag.
Matt Arsenault
2013-09-17
1
-3
/
+3
*
FileCheck refactor: use enum instead of bunch of bools
Matt Arsenault
2013-09-17
1
-76
/
+88
*
Revert the load slicing done in r190870.
Quentin Colombet
2013-09-17
2
-615
/
+0
*
COFF: Emit all MCSymbols rather than filtering out some of them
Reid Kleckner
2013-09-17
2
-20
/
+13
*
COFF: Remove ExportSection, which has been dead since r114823
Reid Kleckner
2013-09-17
1
-5
/
+0
*
Move variable into assert to avoid unused variable warning.
Eric Christopher
2013-09-17
1
-2
/
+1
*
Cleanup handling of constant function casts.
Matt Arsenault
2013-09-17
2
-25
/
+150
*
[PowerPC] Add a FIXME.
Bill Schmidt
2013-09-17
1
-0
/
+4
*
[PowerPC] Fix problems with large code model (PR17169).
Bill Schmidt
2013-09-17
5
-16
/
+34
*
Costmodel: Add support for horizontal vector reductions
Arnold Schwaighofer
2013-09-17
5
-0
/
+406
*
SLPVectorizer: Don't vectorize phi nodes that use invoke values
Arnold Schwaighofer
2013-09-17
2
-0
/
+74
*
[InstCombiner] Slice a big load in two loads when the elements are next to each
Quentin Colombet
2013-09-17
2
-0
/
+615
*
Remove unused code, which had been commented out.
Preston Gurd
2013-09-17
1
-5
/
+0
*
Added documentation to getMemsetStores.
Serge Pavlov
2013-09-17
1
-0
/
+18
*
Add llvm.x86.* intrinsics for Intel SHA Extensions
Ben Langmuir
2013-09-17
2
-14
/
+47
*
[asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...
Kostya Serebryany
2013-09-17
1
-3
/
+48
*
[ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.
Joey Gouly
2013-09-17
3
-12
/
+40
*
Bugfix for PR17099:
Stepan Dyatkovskiy
2013-09-17
2
-8
/
+33
*
AVX-512: Converted to Unix style
Elena Demikhovsky
2013-09-17
1
-3070
/
+3070
*
Add AES and SHA instructions to the load folding tables.
Craig Topper
2013-09-17
1
-0
/
+25
*
Fix column alignment. No functional change.
Craig Topper
2013-09-17
1
-4
/
+4
*
Make a more clear AVX-512 section header that matches similar in the file.
Craig Topper
2013-09-17
1
-1
/
+3
*
Implement 3 AArch64 neon instructions : umov smov ins.
Kevin Qin
2013-09-17
7
-14
/
+771
*
[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
Quentin Colombet
2013-09-17
3
-3
/
+24
*
mention command line parameters
Adrian Prantl
2013-09-17
1
-0
/
+1
*
simplify expression
Adrian Prantl
2013-09-17
1
-1
/
+1
*
Be sure we run ARM tests only when an ARM backend is present.
Adrian Prantl
2013-09-16
1
-0
/
+4
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
7
-5
/
+77
*
MemCpyOptimizer: Use max legal int size instead of pointer size
Matt Arsenault
2013-09-16
3
-5
/
+26
*
Add Atom Silvermont (slm) tests
Preston Gurd
2013-09-16
3
-0
/
+23
*
Use reference instead of copy.
Jakub Staszak
2013-09-16
2
-3
/
+3
*
[CMake] Hack GetSVN.cmake to handle unusual terminals.
Jordan Rose
2013-09-16
1
-0
/
+3
*
Add testcase for r190631
Krzysztof Parzyszek
2013-09-16
1
-0
/
+54
*
TableGen: fix constness of new comparison function.
Tim Northover
2013-09-16
1
-1
/
+1
*
[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.
Bill Schmidt
2013-09-16
1
-1
/
+8
*
TableGen: give asm match classes deterministic order.
Tim Northover
2013-09-16
1
-23
/
+46
*
AsmMatcher: emit subtarget feature enum in deterministic order.
Tim Northover
2013-09-16
1
-7
/
+7
*
Don't vectorize if there are outside loop users of the induction variable.
Arnold Schwaighofer
2013-09-16
2
-0
/
+36
*
[msan] Check return value of main().
Evgeniy Stepanov
2013-09-16
2
-4
/
+31
*
This patch implements Mips load/store instructions from/to coprocessor 2. Tes...
Vladimir Medic
2013-09-16
4
-1
/
+68
*
ARM: Deduplicate ConstantPoolValues.
Benjamin Kramer
2013-09-16
2
-47
/
+36
*
Fix the build for git repositories with multiple remotes.
Daniel Sanders
2013-09-16
1
-1
/
+1
*
[SystemZ] Improve extload handling
Richard Sandiford
2013-09-16
3
-76
/
+94
*
Make F16C feature flag imply AVX rather than just checking both at the patterns.
Craig Topper
2013-09-16
2
-2
/
+3
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
20
-13
/
+213
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
2
-1
/
+168
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
6
-10
/
+8
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
6
-9
/
+38
*
MC: Add support for '?' flags in .section directives
David Majnemer
2013-09-15
2
-3
/
+21
*
Fix alignment of unwind data.
Kai Nacke
2013-09-15
4
-7
/
+238
[next]