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-08-30
[llvm] Updated the test fold-vector-select so that we test the vector selects...
Michael Gottesman
2012-08-30
Typo.
Chad Rosier
2012-08-30
Whitespace.
Chad Rosier
2012-08-30
Whitespace.
Chad Rosier
2012-08-30
Hoist a check to eliminate obvious mismatches as early as possible. Also, fix
Chad Rosier
2012-08-30
Currently targets that do not support selects with scalar conditions and vect...
Nadav Rotem
2012-08-30
[ms-inline asm] Add a new function, GetMCInstOperandNum, to the
Chad Rosier
2012-08-30
Introduce 'UseSSEx' to force SSE legacy encoding
Michael Liao
2012-08-30
ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...
NAKAMURA Takumi
2012-08-30
Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.
NAKAMURA Takumi
2012-08-30
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
2012-08-30
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
2012-08-30
test
Michael Ilseman
2012-08-30
Fix test case.
Benjamin Kramer
2012-08-30
LoopRotate: Also rotate loops with multiple exits.
Benjamin Kramer
2012-08-30
InstCombine: Fix comment to reflect the code.
Benjamin Kramer
2012-08-30
Don't use MCInstrDesc flags for implicit operands.
Jakob Stoklund Olesen
2012-08-30
Whitespace
Alexey Samsonov
2012-08-30
It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),
Nadav Rotem
2012-08-30
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-30
remove old docs
Nadav Rotem
2012-08-30
Refactor fetching file/line info from DWARFContext to simplify the
Alexey Samsonov
2012-08-30
Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...
Craig Topper
2012-08-30
Add support for FMA to WidenVectorResult.
Craig Topper
2012-08-30
Only perform DAG combine on FMAs of legal types.
Craig Topper
2012-08-30
Pass by pointer and not std::string.
Bill Wendling
2012-08-30
Should put test case under test/ExecutionEngine/MCJIT/
Michael Liao
2012-08-30
Revert r162855 in favor of changing clang to emit the absolute coverage file ...
Bill Wendling
2012-08-30
Fix HashString's Bernstein hash to use unsigned chars, as is usually done.
Will Dietz
2012-08-30
Fix PR13727
Michael Liao
2012-08-29
Add a bit of documentation to copyPhysReg.
Jakob Stoklund Olesen
2012-08-29
Verify the order of tied operands in inline asm.
Jakob Stoklund Olesen
2012-08-29
Explicitly cast an expression to bool before handing it off to __builtin_expect.
Benjamin Kramer
2012-08-29
Add some __builtin_expect magic to StringMap.
Benjamin Kramer
2012-08-29
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...
Benjamin Kramer
2012-08-29
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-29
Set the isTied flags when building INLINEASM MachineInstrs.
Jakob Stoklund Olesen
2012-08-29
Preserve branch profile metadata during switch formation.
Andrew Trick
2012-08-29
whitespace
Andrew Trick
2012-08-29
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
Add MachineMemOperand::isUnordered().
Jakob Stoklund Olesen
2012-08-29
Don't move normal loads across volatile/atomic loads.
Jakob Stoklund Olesen
2012-08-29
fix C++ comment in C header
Michael Liao
2012-08-29
Use the full path to output the .gcda file.
Bill Wendling
2012-08-29
Reserve space for the mandatory traceback fields on PPC64.
Hal Finkel
2012-08-29
Use ArrayRef instead of SmallVector when passing vector into function.
Bill Wendling
2012-08-29
Verify the consistency of inline asm operands.
Jakob Stoklund Olesen
2012-08-29
Clean this up slightly, doesn't really fall through.
Eric Christopher
2012-08-29
Refactor setExecutionDomain to be clearer about what it's doing and more robust.
Tim Northover
2012-08-29
Make helper function static.
Benjamin Kramer
[next]