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
2013-03-19
Don't reserve R31 on PPC64 unless the frame pointer is needed
Hal Finkel
2013-03-19
Emit the linkage name instead of the function name, when available. This means
Nick Lewycky
2013-03-18
Fix a sign-extension bug in PPCCTRLoops
Hal Finkel
2013-03-18
Fix PPC unaligned 64-bit loads and stores
Hal Finkel
2013-03-18
ARM cost model: Make some vector integer to float casts cheaper
Arnold Schwaighofer
2013-03-18
ARM cost model: Correct cost for some cheap float to integer conversions
Arnold Schwaighofer
2013-03-18
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
Change test cases to handle unaligned references.
Bill Schmidt
2013-03-18
Remove unnecessary leading comment characters in lit-only file
David Blaikie
2013-03-18
Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.
Manman Ren
2013-03-18
Include '.test' suffix in target specific lit configs that need it
David Blaikie
2013-03-18
Fix large count and negative constant count handling in PPCCTRLoops
Hal Finkel
2013-03-18
Cleanup initial-value constants in PPCCTRLoops
Hal Finkel
2013-03-18
Initially forgotten-to-svn-add test case for r177279.
David Tweed
2013-03-18
[asan] when creating string constants, set unnamed_attr and align 1 so that e...
Kostya Serebryany
2013-03-18
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
2013-03-18
Post process ADC/SBB and use a shorter encoding if they use a sign extended i...
Craig Topper
2013-03-18
Refactor some duplicated code into helper functions.
Craig Topper
2013-03-17
Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...
Michael Gottesman
2013-03-17
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
Generalize debug info test to be resilient to changes in metadata node numbering
David Blaikie
2013-03-17
The promised test case for r175939.
Michael Gottesman
2013-03-17
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-16
Remove FIXMEs in PPC test cases related to unaligned loads/stores
Hal Finkel
2013-03-16
Add X86 code emitter support AVX encoded MRMDestReg instructions.
Craig Topper
2013-03-15
ARM cost model: Fix costs for some vector selects
Arnold Schwaighofer
2013-03-15
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-15
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-15
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-15
ARM cost model: Fix cost of fptrunc and fpext instructions
Arnold Schwaighofer
2013-03-15
Protect PPC Altivec patterns with a predicate
Hal Finkel
2013-03-15
Fixup for r176933: more careful setup of path to llvm-symbolizer
Alexey Samsonov
2013-03-15
Fix the FDE encoding to be relative on ELF.
Rafael Espindola
2013-03-15
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-03-15
Add a triple to the test.
Nadav Rotem
2013-03-14
Unaligned loads should use the VMOVUPS opcode.
Nadav Rotem
2013-03-14
LoopVectorizer: Insert some white space to make test case more readable
Arnold Schwaighofer
2013-03-14
[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
Chad Rosier
2013-03-14
Not all PPC functions with a frame pointer need a RS spill slot
Hal Finkel
2013-03-14
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-14
Hexagon: Removed asserts regarding alignment and offset.
Jyotsna Verma
2013-03-14
Add missing asserts flag to test - it uses debug flags
Arnold Schwaighofer
2013-03-14
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
2013-03-14
Perform factorization as a last resort of unsafe fadd/fsub simplification.
Shuxin Yang
2013-03-14
Test that we emit a DW_AT_location for self captured by a block.
Adrian Prantl
2013-03-14
R600: Factorize code handling Const Read Port limitation
Vincent Lejeune
2013-03-14
[ASan] emit instrumentation for initialization order checking by default
Alexey Samsonov
2013-03-14
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-14
Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...
Craig Topper
2013-03-14
Fix PR15309
Michael Liao
[next]