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
*
[msan] Expand the file comment with track-origins info.
Evgeniy Stepanov
2012-12-26
1
-5
/
+27
*
Fix quoting in configure. Patch by Krzysztof Parzyszek!
Benjamin Kramer
2012-12-26
2
-4
/
+4
*
Merge still more SSE/AVX instruction definitions.
Craig Topper
2012-12-26
1
-43
/
+15
*
Merge more SSE/AVX instruction definitions.
Craig Topper
2012-12-26
1
-129
/
+49
*
TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...
NAKAMURA Takumi
2012-12-26
1
-1
/
+1
*
revert an accidental commit.
Nadav Rotem
2012-12-26
1
-12
/
+0
*
Fix 80 column violation.
Craig Topper
2012-12-26
1
-2
/
+2
*
Fix class name in comment.
Craig Topper
2012-12-26
1
-1
/
+1
*
Merge SSE/AVX PCMPEQ/PCMPGT instruction definitions.
Craig Topper
2012-12-26
1
-62
/
+12
*
Doc: add fmuladd to the list of vectorizeable functions. Thanks hfinkel.
Nadav Rotem
2012-12-26
1
-0
/
+14
*
Remove 'v' from mnemonic to fix asm matching failures.
Craig Topper
2012-12-26
1
-1
/
+1
*
Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...
Craig Topper
2012-12-26
1
-108
/
+42
*
Reformat the docs.
Nadav Rotem
2012-12-26
1
-20
/
+7
*
white space
Nadav Rotem
2012-12-26
1
-1
/
+0
*
Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...
Craig Topper
2012-12-26
1
-30
/
+18
*
Merge an AVX/SSE 256-bit and 128-bit multiclass.
Craig Topper
2012-12-26
1
-26
/
+15
*
Mark VANDNPD/VANDNPDS as not commutable.
Craig Topper
2012-12-26
1
-1
/
+2
*
llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.
NAKAMURA Takumi
2012-12-26
2
-2
/
+17
*
llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.
NAKAMURA Takumi
2012-12-26
2
-2
/
+2
*
Remove alignment from a bunch more VEX encoded operations in the folding tables.
Craig Topper
2012-12-26
1
-47
/
+47
*
Remove alignment from folding table for VMOVUPD as an unaligned instruction i...
Craig Topper
2012-12-26
1
-1
/
+1
*
Remove alignment requirements from (V)EXTRACTPS. This instruction does 32-bit...
Craig Topper
2012-12-26
1
-2
/
+2
*
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
Hal Finkel
2012-12-26
2
-12
/
+143
*
Remove alignment requirement from VCVTSS2SD in folding tables. Reverting r171...
Craig Topper
2012-12-26
1
-2
/
+2
*
LoopVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
2
-0
/
+61
*
BBVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
2
-0
/
+29
*
Loosen scheduling restrictions on the PPC dcbt intrinsic
Hal Finkel
2012-12-25
2
-1
/
+24
*
Expand PPC64 atomic load and store
Hal Finkel
2012-12-25
2
-0
/
+22
*
[msan] Fix handling of vectors of pointers.
Evgeniy Stepanov
2012-12-25
2
-2
/
+22
*
[msan] Fix handling of select with vector condition.
Evgeniy Stepanov
2012-12-25
2
-2
/
+28
*
Harden test so it's not affected by changes to compare lowering.
Benjamin Kramer
2012-12-25
1
-1
/
+1
*
X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...
Benjamin Kramer
2012-12-25
2
-10
/
+6
*
X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.
Benjamin Kramer
2012-12-25
2
-2
/
+50
*
ASan: initialize callbacks from ASan module pass in a separate function for c...
Alexey Samsonov
2012-12-25
1
-21
/
+28
*
ASan: move stack poisoning logic into FunctionStackPoisoner struct
Alexey Samsonov
2012-12-25
1
-190
/
+220
*
Fix whitespace. No functionality change.
Nick Lewycky
2012-12-25
1
-2
/
+2
*
VCVTSS2SD requires a strict alignment. Thanks Elena.
Nadav Rotem
2012-12-25
1
-2
/
+2
*
Rename LLVMContext diagnostic handler types and functions.
Bob Wilson
2012-12-25
5
-41
/
+51
*
[CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have an...
NAKAMURA Takumi
2012-12-24
1
-5
/
+11
*
Quiet gcc's -Wparenthesis warning. No functionality change.
Nick Lewycky
2012-12-24
1
-1
/
+1
*
Fix typo "Makre" -> "Make".
Nick Lewycky
2012-12-24
1
-6
/
+4
*
Use a std::string rather than a dynamically allocated char* buffer.
Benjamin Kramer
2012-12-24
2
-21
/
+6
*
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-24
9
-33
/
+78
*
Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)
Dmitri Gribenko
2012-12-24
1
-2
/
+2
*
AutoRegen.sh: update reference to documentation
Dmitri Gribenko
2012-12-24
1
-1
/
+1
*
llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.
NAKAMURA Takumi
2012-12-24
1
-1
/
+1
*
CostModel: We have API for checking the costs of known shuffles. This patch adds
Nadav Rotem
2012-12-24
3
-5
/
+12
*
Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64
Elena Demikhovsky
2012-12-24
5
-76
/
+143
*
Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mang...
Elena Demikhovsky
2012-12-24
1
-1
/
+1
*
Some x86 instructions can load/store one of the operands to memory. On SSE, t...
Nadav Rotem
2012-12-24
2
-260
/
+276
[next]