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
/
test
Age
Commit message (
Expand
)
Author
2012-05-24
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
2012-05-24
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-24
Enable Mips16 compiler to compile a null program.
Akira Hatanaka
2012-05-24
Add half support to LLVM (for OpenCL)
Tobias Grosser
2012-05-24
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-23
Add a test case for global live range splitting.
Jakob Stoklund Olesen
2012-05-23
Add a last resort tryInstructionSplit() to RAGreedy.
Jakob Stoklund Olesen
2012-05-23
Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow a
Kaelyn Uhrain
2012-05-23
Correctly deal with identity copies in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-23
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-23
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
Nuno Lopes
2012-05-23
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-22
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-05-22
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
Only erase virtregs with no uses left.
Jakob Stoklund Olesen
2012-05-22
Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the
Duncan Sands
2012-05-21
FileCheck'ize test, and add a bit to test for r157221.
Jim Grosbach
2012-05-21
Allow 256-bit shuffles to still be split even if only half of the shuffle com...
Craig Topper
2012-05-20
When legalising shifts, do not pre-build a list of operands which
Peter Collingbourne
2012-05-20
Add a missing PPC 64-bit stwu pattern.
Hal Finkel
2012-05-20
Use the right register class for LDRrs.
Jakob Stoklund Olesen
2012-05-20
Transfer memory operands to the right instruction.
Jakob Stoklund Olesen
2012-05-20
Properly constrain register classes for sub-registers.
Jakob Stoklund Olesen
2012-05-20
Properly constrain register classes in 2-addr.
Jakob Stoklund Olesen
2012-05-20
Do not pass an invalid domtree to SimplifyInstruction from
Peter Collingbourne
2012-05-19
Fix 12892.
Jakob Stoklund Olesen
2012-05-19
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-05-19
Erase joined copies immediately.
Jakob Stoklund Olesen
2012-05-19
On Haswell, perfer storing YMM registers using a single instruction.
Nadav Rotem
2012-05-19
Add support for additional in-reg vbroadcast patterns
Nadav Rotem
2012-05-19
Actually support DW_TAG_rvalue_reference_type that we were trying
Eric Christopher
2012-05-19
Add support for the 'd' mips inline asm output modifier.
Eric Christopher
2012-05-19
SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.
Andrew Trick
2012-05-18
Fix replacing all the users of objc weak runtime routines
Dan Gohman
2012-05-18
allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...
Nuno Lopes
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
add test case for bugfix in r157032
Nuno Lopes
2012-05-18
Add support for the mips 'x' inline asm modifier.
Eric Christopher
2012-05-18
FileCheck-ify, apropos of nothing
Joel Jones
2012-05-18
Simplify handling of v16i8 shuffles and fix a missed optimization.
Craig Topper
2012-05-18
Teach two-address pass to update the "source" map so it doesn't perform a
Evan Cheng
2012-05-18
Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...
Danil Malyshev
2012-05-18
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-18
Remove a test that was only testing for physreg joining.
Jakob Stoklund Olesen
2012-05-17
Remove -join-physregs from the test suite.
Jakob Stoklund Olesen
2012-05-17
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-17
- Added ExecutionEngine/MCJIT tests
Danil Malyshev
2012-05-17
Remove incorrect pattern for ARM SMML instruction.
Tim Northover
2012-05-16
Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang
Chandler Carruth
[prev]
[next]