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-10-23
Make the indirect branch optimization deterministic. No functionality change.
Nadav Rotem
2012-10-23
Silence -Wsign-compare
Matt Beaumont-Gay
2012-10-23
Change DenseMap to use a power of 2 growth if one is given instead of the nex...
Pete Cooper
2012-10-23
Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...
Pete Cooper
2012-10-23
Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...
Nadav Rotem
2012-10-23
Ignore unreachable blocks when doing memory dependence analysis on non-local
Bill Wendling
2012-10-23
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32
Michael Liao
2012-10-23
Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1
Michael Liao
2012-10-23
Grammar.
Eric Christopher
2012-10-23
Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
Lang Hames
2012-10-23
Test commit access
Quentin Colombet
2012-10-23
This is another TLC patch for separating code for the Darwin and ELF ABIs
Bill Schmidt
2012-10-23
Fix typo that somehow escaped both testing and code inspection.
Duncan Sands
2012-10-23
Transform code like this
Duncan Sands
2012-10-23
Per the C++ standard, we need to include the definition of llvm::Calculate in
Richard Smith
2012-10-23
Add a comment which explains why the assert fired and how to fix it.
Nadav Rotem
2012-10-23
implement setXX patterns
Reed Kotler
2012-10-23
Fix typo.
Julien Lerouge
2012-10-23
Explain why DenseMap is still used here instead of MapVector.
Julien Lerouge
2012-10-22
[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...
Eli Friedman
2012-10-22
When a block ends in an indirect branch, add its successors to the machine ba...
Bill Wendling
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
[ms-inline asm] Don't rewrite out parts of an inline-asm skipped by .if 0 and...
Eli Friedman
2012-10-22
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is not
Julien Lerouge
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
Add a testcase for the previous commit.
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
Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src",
Lang Hames
[prev]
[next]