index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-12-25
Loosen scheduling restrictions on the PPC dcbt intrinsic
Hal Finkel
2012-12-25
Expand PPC64 atomic load and store
Hal Finkel
2012-12-25
[msan] Fix handling of vectors of pointers.
Evgeniy Stepanov
2012-12-25
[msan] Fix handling of select with vector condition.
Evgeniy Stepanov
2012-12-25
Harden test so it's not affected by changes to compare lowering.
Benjamin Kramer
2012-12-25
X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...
Benjamin Kramer
2012-12-25
X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.
Benjamin Kramer
2012-12-25
ASan: initialize callbacks from ASan module pass in a separate function for c...
Alexey Samsonov
2012-12-25
ASan: move stack poisoning logic into FunctionStackPoisoner struct
Alexey Samsonov
2012-12-25
Fix whitespace. No functionality change.
Nick Lewycky
2012-12-25
VCVTSS2SD requires a strict alignment. Thanks Elena.
Nadav Rotem
2012-12-25
Rename LLVMContext diagnostic handler types and functions.
Bob Wilson
2012-12-24
[CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have an...
NAKAMURA Takumi
2012-12-24
Quiet gcc's -Wparenthesis warning. No functionality change.
Nick Lewycky
2012-12-24
Fix typo "Makre" -> "Make".
Nick Lewycky
2012-12-24
Use a std::string rather than a dynamically allocated char* buffer.
Benjamin Kramer
2012-12-24
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-24
Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)
Dmitri Gribenko
2012-12-24
AutoRegen.sh: update reference to documentation
Dmitri Gribenko
2012-12-24
llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.
NAKAMURA Takumi
2012-12-24
CostModel: We have API for checking the costs of known shuffles. This patch adds
Nadav Rotem
2012-12-24
Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64
Elena Demikhovsky
2012-12-24
Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mang...
Elena Demikhovsky
2012-12-24
Some x86 instructions can load/store one of the operands to memory. On SSE, t...
Nadav Rotem
2012-12-24
LoopVectorizer: When checking for vectorizable types, also check
Nadav Rotem
2012-12-24
Change the codegen Cost Model API for shuffeles. This patch removes the API f...
Nadav Rotem
2012-12-24
Fix typo in comments
Alexey Samsonov
2012-12-24
Update the docs of the cost model.
Nadav Rotem
2012-12-24
llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...
NAKAMURA Takumi
2012-12-24
LoopVectorizer: Fix an endless loop in the code that looks for reductions.
Nadav Rotem
2012-12-23
Documentation: fix typos reported in PR13866
Dmitri Gribenko
2012-12-23
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
LoopVectorize: Fix accidentaly inverted condition.
Benjamin Kramer
2012-12-23
LoopVectorize: For scalars and void types there is no need to compute vector ...
Benjamin Kramer
2012-12-23
We are not ready to estimate the cost of integer expansions based on the numb...
Nadav Rotem
2012-12-23
docs: Add link to external LLVM backend tutorial.
Sean Silva
2012-12-23
whitespace
Nadav Rotem
2012-12-23
Rename a function.
Nadav Rotem
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-22
Remove trailing whitespace.
Craig Topper
2012-12-22
Remove trailing whitespace
Craig Topper
2012-12-22
Remove a special case that doesn't seem necessary any longer.
Jakob Stoklund Olesen
2012-12-22
Use getNumOperands() instead of Operands.size().
Jakob Stoklund Olesen
2012-12-22
X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.
Benjamin Kramer
2012-12-22
X86: Emit vector sext as shuffle + sra if vpmovsx is not available.
Benjamin Kramer
2012-12-22
Add a comma to fix the build.
Craig Topper
2012-12-22
Use a negative value to represent INVALID_SIMPLE_VALUE_TYPE instead of 256. I...
Craig Topper
2012-12-22
Add vAny and Metadata to the switch in getSizeInBits for consistency since ev...
Craig Topper
2012-12-22
[utils] Tweak utils/clang-parse-diagnostics-file to ignore autoconf diagnostics.
Daniel Dunbar
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
[prev]
[next]