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-10-04
Fix PR13969, a mini-phase-ordering issue with the new SROA pass.
Chandler Carruth
2012-10-04
The memcpy optimizer was happily doing call slot forwarding when the new memory
Duncan Sands
2012-10-04
Teach the integer-promotion rewrite strategy to be endianness aware.
Chandler Carruth
2012-10-04
Implement methods that enable expansion of load immediate
Jack Carter
2012-10-04
This patch is a partial implementation of mips .set assembler directive. Dire...
Jack Carter
2012-10-03
Fix PR13967.
Jakub Staszak
2012-10-03
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
Tim Northover
2012-10-03
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
Fix an issue where we failed to adjust the alignment constraint on
Chandler Carruth
2012-10-03
Try to use a better set of abstractions for computing the alignment
Chandler Carruth
2012-10-03
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.
NAKAMURA Takumi
2012-10-03
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-02
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!
Nick Lewycky
2012-10-02
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
Allow alternate instructions to silence bot.
Eric Christopher
2012-10-02
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
Fix broken tests.
Benjamin Kramer
2012-10-02
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-02
Add default JIT LIT variable.
James Molloy
2012-10-01
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
NAKAMURA Takumi
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
checking test case for r164811. was an omission to not check this in. this w...
Reed Kotler
2012-10-01
Forgot the SPIR test case.
Micah Villmow
2012-10-01
Fix PR13899
Michael Liao
2012-10-01
Fix more misspellings found by Duncan during review.
Chandler Carruth
2012-10-01
Fix several issues with alignment. We weren't always accounting for type
Chandler Carruth
2012-10-01
SimplifyCFG: Don't crash when forming a switch bitmap with an undef default v...
Benjamin Kramer
2012-10-01
Refactor the PartitionUse structure to actually use the Use* instead of
Chandler Carruth
2012-09-30
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
2012-09-30
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-29
Whitespace.
Bob Wilson
2012-09-29
Fix a somewhat surprising miscompile where code relying on an ABI
Chandler Carruth
2012-09-29
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Add test case for r164850.
Evan Cheng
2012-09-28
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-28
MIPS DSP: add operands to make sure instruction strings are being matched.
Akira Hatanaka
[next]