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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-10-22
[ms-inline asm] Add support for parsing the offset operator. Callback for
Chad Rosier
2012-10-22
Don't crash if the load/store pointer is not a GEP.
Nadav Rotem
2012-10-22
Revert r166407 because it caused analyzer tests to crash and broke self-host ...
Argyrios Kyrtzidis
2012-10-22
BBVectorize should ignore unreachable blocks.
Hal Finkel
2012-10-22
Add the "ForceSizeOpt" attribute.
Nadav Rotem
2012-10-22
Rename a variable.
Nadav Rotem
2012-10-22
Vectorizer: optimize the generation of selects. If the condition is uniform, ...
Nadav Rotem
2012-10-22
Update the loop vectorizer docs.
Nadav Rotem
2012-10-22
Reapply r166405, teaching tailcallelim to be smarter about nocapture, with a
Nick Lewycky
2012-10-22
Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...
NAKAMURA Takumi
2012-10-21
Teach TailRecursionElimination to consider 'nocapture' when deciding whether
Nick Lewycky
2012-10-21
DataLayout should use itself when calculating the size of a vector.
Hal Finkel
2012-10-21
Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend...
Benjamin Kramer
2012-10-21
Don't crash when the Assignments vector is empty.
Jakob Stoklund Olesen
2012-10-21
Avoid an extra hash lookup when inserting a value into the widen map.
Anders Carlsson
2012-10-21
Simplify code. No functionality change.
Jakub Staszak
2012-10-21
Simplify code. No functionality change.
Jakub Staszak
2012-10-21
LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.
Benjamin Kramer
2012-10-21
Fix a bug in the vectorization of wide load/store operations.
Nadav Rotem
2012-10-21
Add support for reduction variables that do not start at zero.
Nadav Rotem
2012-10-21
Document change. Describe the pass and some papers that inspired the design o...
Nadav Rotem
2012-10-21
Vectorizer: fix a bug in the classification of induction/reduction phis.
Nadav Rotem
2012-10-20
Fix an infinite loop in the loop-vectorizer.
Nadav Rotem
2012-10-20
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-10-20
SROA: Simplify code. No functionality change.
Benjamin Kramer
2012-10-20
InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...
Benjamin Kramer
2012-10-20
Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]...
Nadav Rotem
2012-10-20
Fix a typo
Nadav Rotem
2012-10-20
Vectorizer: refactor the memory checks to a new function. No functionality ch...
Nadav Rotem
2012-10-20
[ms-inline asm] Rename AsmOpRewrite to just AsmRewrite to be more generic. No...
Chad Rosier
2012-10-20
[ms-inline asm] If the state of the parser is ignore, then don't parse the
Chad Rosier
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Nadav Rotem
2012-10-19
[ms-inline asm] Continue parsing even when we're in an ignore block.
Chad Rosier
2012-10-19
Vectorizer: Add support for loop reductions.
Nadav Rotem
2012-10-19
1. Remove noreturn attribute from __builtin_debugtrap().
Shuxin Yang
2012-10-19
[ms-inline asm] Reset the opcode prior to parsing a statement.
Chad Rosier
2012-10-19
[mips] Use 64-bit registers to return an sret pointer if target ABI is N64.
Akira Hatanaka
2012-10-19
[mips] Add code to do tail call optimization.
Akira Hatanaka
2012-10-19
[mips] Fix TAILCALL's operand node type.
Akira Hatanaka
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.
Akira Hatanaka
2012-10-19
[mips] Add tail call instructions.
Akira Hatanaka
2012-10-19
[mips] Make the branch nodes used in jump instructions a template parameter.
Akira Hatanaka
2012-10-19
Add node and enum for mips tail call.
Akira Hatanaka
2012-10-19
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...
Benjamin Kramer
2012-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
Chad Rosier
2012-10-19
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
Michael Liao
[prev]
[next]