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-02-17
Remove question.
Nick Lewycky
2012-02-17
Add support for invariant.start inside the static constructor evaluator. This is
Nick Lewycky
2012-02-17
[fast-isel] Add support for returning non-legal types with no sign- or zero-
Chad Rosier
2012-02-16
Use –mcpu=generic, so that the test will not fail when run on an Intel Atom
Bill Wendling
2012-02-16
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
InstSimplify: Ignore pointer casts when constant folding compares between poi...
Benjamin Kramer
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-15
Remove extraneous tests.
Bill Wendling
2012-02-15
Add a test for generating Objective-C metadata from module flags.
Bill Wendling
2012-02-15
Add a test for the Objective-C garbage collection metadata stuff.
Bill Wendling
2012-02-15
For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...
David Meyer
2012-02-15
Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...
Pete Cooper
2012-02-14
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-14
Change error tests to coincide with message changes.
Bill Wendling
2012-02-14
[asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...
Kostya Serebryany
2012-02-14
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-13
Check against umin while converting fcmp into an icmp.
Devang Patel
2012-02-13
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
2012-02-13
Revert accidental commit of a pruned testcase from r150360.
Craig Topper
2012-02-13
Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...
Craig Topper
2012-02-13
Fixed bug when custom lowering DEC64m on x86.
Pete Cooper
2012-02-12
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
[WIP] Initial code for module flags.
Bill Wendling
2012-02-10
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-10
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-10
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-09
GlobalOpt: Be more aggressive about elminating side-effect free static dtors.
Benjamin Kramer
2012-02-09
Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...
James Molloy
2012-02-09
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-02-08
Commit Andy Zhang's test for the lea patch.
Evan Cheng
2012-02-08
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-08
Fixed a bug in printing "cmp" pseudo ops.
Elena Demikhovsky
2012-02-08
[fast-isel] Add support for SUBs with non-legal types.
Chad Rosier
2012-02-08
Add comment to test case.
Chad Rosier
2012-02-08
[fast-isel] Add support for ORs with non-legal types.
Chad Rosier
2012-02-07
[fast-isel] Add support for indirect branches.
Chad Rosier
2012-02-07
Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.
Craig Topper
2012-02-06
[fast-isel] Add support for ADDs with non-legal types.
Chad Rosier
2012-02-06
The patch resolves the conflict between AddressSanitizer and load widening (G...
Kostya Serebryany
2012-02-06
The 'unwind' instruction is deprecated and will be removed, making this test
Bill Wendling
2012-02-05
Teach GlobalOpt to handle atomic accesses to globals.
Nick Lewycky
2012-02-05
Testcase for commit 149833 (use of an uninitialized variable noticed
Duncan Sands
2012-02-05
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
Testing vector code without sse doesn't make much sense.
Benjamin Kramer
[prev]
[next]