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
...
*
Fix two issues regarding Got pointer (GP) setup.
Reed Kotler
2013-09-18
3
-14
/
+26
*
Debug info: Get rid of the VLA indirection hack in FastISel.
Adrian Prantl
2013-09-18
4
-21
/
+19
*
Attempt to fix llvm-ppc64-linux2 buildbot failure by adding
Preston Gurd
2013-09-18
1
-1
/
+1
*
Verify that llvm can generate the prefetchw instruction when the CPU is
Preston Gurd
2013-09-18
1
-0
/
+2
*
Remove empty dir.
Galina Kistanova
2013-09-18
0
-0
/
+0
*
Remove empty dir.
Galina Kistanova
2013-09-18
0
-0
/
+0
*
Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...
Filip Pizlo
2013-09-18
2
-28
/
+10
*
More XCore TTI cleanup -- remove an unused private field flagged by
Chandler Carruth
2013-09-18
1
-4
/
+2
*
Name the XCore target-specific subdirectories canonically.
Chandler Carruth
2013-09-18
4
-0
/
+0
*
[asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...
Kostya Serebryany
2013-09-18
1
-1
/
+22
*
A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...
NAKAMURA Takumi
2013-09-18
2
-0
/
+6
*
Target/XCore/CMakeLists.txt: Add XCoreTargetTransformInfo.cpp.
NAKAMURA Takumi
2013-09-18
1
-0
/
+1
*
Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...
Robert Lytton
2013-09-18
9
-0
/
+172
*
Re-add tests from r179291 which were accidentally removed by r181177.
Andrea Di Biagio
2013-09-18
1
-0
/
+28
*
[SystemZ] Add unsigned compare-and-branch instructions
Richard Sandiford
2013-09-18
33
-156
/
+2234
*
'svn add' the test cases.
Joey Gouly
2013-09-18
5
-0
/
+92
*
[ARMv8] Add CRC instructions.
Joey Gouly
2013-09-18
4
-1
/
+96
*
Revert r190921. It broke Windows.
Filip Pizlo
2013-09-18
1
-7
/
+25
*
Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...
Filip Pizlo
2013-09-18
1
-25
/
+7
*
Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they...
Craig Topper
2013-09-18
1
-2
/
+2
*
Fix X86 subtarget to not overwrite the autodetected features by calling InitM...
Craig Topper
2013-09-18
3
-1
/
+9
*
Revert accidental commit I had to make to get the test case in PR17268 to sti...
Craig Topper
2013-09-18
1
-1
/
+1
*
Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...
Craig Topper
2013-09-18
4
-13
/
+12
*
ifndef NDEBUG-out an asserts-only constant committed in r190863
David Blaikie
2013-09-18
1
-0
/
+2
*
Fix a constant folding address space place I missed.
Matt Arsenault
2013-09-17
2
-3
/
+12
*
COFF: Ensure that objects produced by LLVM link with /safeseh
Reid Kleckner
2013-09-17
4
-5
/
+54
*
Missed using check type enum in one place
Matt Arsenault
2013-09-17
1
-6
/
+6
*
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
[prev]
[next]