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
2013-04-21
Fixed comment typo.
Michael Gottesman
2013-04-21
[objc-arc] Fixed typo in debug message.
Michael Gottesman
2013-04-21
[objc-arc] Fixed comment typo.
Michael Gottesman
2013-04-21
[objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...
Michael Gottesman
2013-04-20
[objc-arc] Added debug statement saying when we are resetting a sequence's pr...
Michael Gottesman
2013-04-20
Compile varargs functions for SPARCv9.
Jakob Stoklund Olesen
2013-04-20
Fix PR15800. Do not try to vectorize vectors and structs.
Nadav Rotem
2013-04-20
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-20
ARM: don't add FrameIndex offset for LDMIA (has no immediate)
Tim Northover
2013-04-20
AArch64: remove useless comment
Tim Northover
2013-04-20
Move 'kw_align' case to proper section, reorganize function attribute keyword...
Stephen Lin
2013-04-20
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
VecUtils: Clean up uses of dyn_cast.
Benjamin Kramer
2013-04-20
SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
Benjamin Kramer
2013-04-20
SLPVectorizer: Reduce the compile time by eliminating the search for some of ...
Nadav Rotem
2013-04-20
refactor tryToVectorizePair to a new method that supports vectorization of li...
Nadav Rotem
2013-04-20
Fix an unused variable warning.
Nadav Rotem
2013-04-20
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
Nadav Rotem
2013-04-20
Report the number of stores that were found in the debug message.
Nadav Rotem
2013-04-20
Fix the header comment.
Nadav Rotem
2013-04-20
Use 64bit arithmetic for calculating distance between pointers.
Nadav Rotem
2013-04-20
Move PPC getSwappedPredicate for reuse
Hal Finkel
2013-04-20
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
Allow tail call opportunity detection through nested and/or multiple iteratio...
Stephen Lin
2013-04-20
Test commit
Stephen Lin
2013-04-19
Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...
Eli Bendersky
2013-04-19
[mips] Instruction selection patterns for DSP-ASE vector shifts.
Akira Hatanaka
2013-04-19
MergeFunc: Make pointer and integer types generate the same hash.
Benjamin Kramer
2013-04-19
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
Fix PPC optimizeCompareInstr swapped-sub argument handling
Hal Finkel
2013-04-19
Add an MRI::verifyUseLists() function.
Jakob Stoklund Olesen
2013-04-19
Use dbgs() consistently for -debug printouts
Eli Bendersky
2013-04-19
Do not mangle in MS-way the globals with magic \001 in the name.
Anton Korobeynikov
2013-04-19
LoopVectorizer: Use matcher from PatternMatch.h for the min/max patterns
Arnold Schwaighofer
2013-04-19
80-col fixup.
Eric Christopher
2013-04-19
Rename ClassType to the more accurate UnderlyingType and document its purpose.
Adrian Prantl
2013-04-19
[ms-inline asm] Make code layout more canonical with iniline asm handled last.
Chad Rosier
2013-04-19
[mips] First patch which adds support for micromips.
Akira Hatanaka
2013-04-19
[mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change
Akira Hatanaka
2013-04-19
[ms-inline asm] Refactor the parsing of identifiers. No functional change
Chad Rosier
2013-04-19
[ms-inline asm] Remove these asserts. C++ variables that use namespace
Chad Rosier
2013-04-19
[ms-inline asm] Move this variable into the scope in which it is used.
Chad Rosier
2013-04-19
[ms-inline asm] Make this a hard error.
Chad Rosier
2013-04-19
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
Benjamin Kramer
2013-04-19
[ms-inline asm] Cleanup the dot operator implementation.
Chad Rosier
2013-04-19
ARM: Permit "sp" in ARM variant of STREXD instructions
Tim Northover
2013-04-19
refactor the struct byte swapping to a helper function.
Rafael Espindola
2013-04-19
Attributes: Don't print trailing whitespace on the function attribute comment.
Benjamin Kramer
[prev]
[next]