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-12-15
X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...
Benjamin Kramer
2012-12-15
Add a corollary test for PR14572. We got this code path correct already.
Chandler Carruth
2012-12-15
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-15
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-14
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
2012-12-14
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...
Michael Ilseman
2012-12-14
TypeLegalizer: Do not generate target specific nodes with illegal types, beca...
Nadav Rotem
2012-12-14
Fix a crash in ValueTracking on vectors of pointers.
Nadav Rotem
2012-12-14
This patch removes some nondeterminism from direct object file output
Bill Schmidt
2012-12-14
rdar://12753946
Shuxin Yang
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
[msan] Origin stores and loads do not need explicit alignment.
Evgeniy Stepanov
2012-12-13
Debug Info: add support to mark member variables as artificial
David Blaikie
2012-12-13
Revert r170020, "Simplify negated bit test", for now.
NAKAMURA Takumi
2012-12-13
[mips] Do not copy GOT address to register $gp if the function being called has
Akira Hatanaka
2012-12-13
Make this Lit config file a bit slimmer
Eli Bendersky
2012-12-13
Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...
Evan Cheng
2012-12-13
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-12
Fix typo, which prevent test from being check.
Jakub Staszak
2012-12-12
unHECKify test fixed by Jacob in r159003.
Jakub Staszak
2012-12-12
Simplify negated bit test
David Majnemer
2012-12-12
Fix a logic bug in inline expansion of memcpy / memset with an overlapping
Evan Cheng
2012-12-12
unHECKify test. It was fixed by Chris in 2009.
Jakub Staszak
2012-12-12
The ordering of two relocations on the same instruction is apparently not
Bill Schmidt
2012-12-12
Fix typo in test-case.
Jakub Staszak
2012-12-12
Fix typo.
Jakub Staszak
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
NAKAMURA Takumi
2012-12-12
DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion
Manman Ren
2012-12-12
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-12
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
Added a slew of SimplifyInstruction floating-point optimizations, many of whi...
Michael Ilseman
2012-12-11
PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...
Nadav Rotem
2012-12-11
Add R600 backend
Tom Stellard
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...
Nadav Rotem
2012-12-11
llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...
NAKAMURA Takumi
2012-12-11
revert the test change
Hao Liu
2012-12-11
A newbie try a test commit
Hao Liu
2012-12-11
Fix PR14565. Don't if-convert loops that have switch statements in them.
Nadav Rotem
2012-12-11
Add a triple to this test.
Chad Rosier
2012-12-11
Fix a miscompile in the DAG combiner. Previously, we would incorrectly
Chandler Carruth
2012-12-11
move X86-specific test
Paul Redmond
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
[prev]
[next]