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
Age
Commit message (
Expand
)
Author
2012-08-28
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-28
Fix mips' long branch pass.
Akira Hatanaka
2012-08-28
Split several PPC instruction classes.
Hal Finkel
2012-08-28
Fix bug 13532.
Akira Hatanaka
2012-08-28
Allow remat of LI on PPC.
Hal Finkel
2012-08-28
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-28
Eliminate redundant CR moves on PPC32.
Hal Finkel
2012-08-28
Optimize zext on PPC64.
Hal Finkel
2012-08-28
Temporarily revert this to bring back the bots.
Eric Christopher
2012-08-28
More missing mayLoad flags on AVX multiclasses.
Jakob Stoklund Olesen
2012-08-27
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
Add --program-prefix support to build.
Sebastian Pop
2012-08-27
Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...
Marshall Clow
2012-08-27
Make sure we add the predicate after all of the registers are added.
Bill Wendling
2012-08-27
Don't use for loops for code that is only intended to execute once. No
Dan Gohman
2012-08-27
Fix comment.
Rafael Espindola
2012-08-27
Fix comment for function RuntimeDyldImpl.resolveRelocation()
Danil Malyshev
2012-08-27
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-27
Support MIPS DSP Rev2 intrinsics.
Simon Atanasyan
2012-08-27
llvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two tests would fail on non-...
NAKAMURA Takumi
2012-08-27
DWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as format string.
NAKAMURA Takumi
2012-08-27
llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatib...
NAKAMURA Takumi
2012-08-27
Remove MMX shift intrinsic handling code that also exists in SelectionDAGBuil...
Craig Topper
2012-08-27
Commit test change for r162658.
Craig Topper
2012-08-27
[DebugInfo] fixup for r162657: update CMakeLists.txt
Alexey Samsonov
2012-08-27
Don't allow vextractf128 to be folded with unaligned stores. We don't fold un...
Craig Topper
2012-08-27
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
2012-08-27
Fold some patterns into instruction definitons so tablegen can infer flags re...
Craig Topper
2012-08-27
FMA3 tests on bdver2 target for changes made in rev 162012. Also made
Anitha Boyapati
2012-08-27
Add HasAVX1Only predicate and use it for patterns that have an AVX1 instructi...
Craig Topper
2012-08-27
Make sure that FMA3 is favored even when FMA4 is also enabled. Test case for ...
Craig Topper
2012-08-27
Pass -lLTO after gold-plugin.o so that it gets used in systems that default to
Rafael Espindola
2012-08-26
Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadA...
Craig Topper
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Add missing mayLoad flags to a large class of AVX *_Int instructions.
Jakob Stoklund Olesen
2012-08-24
Missed tLEApcrelJT.
Jakob Stoklund Olesen
2012-08-24
Infer instruction properties from single-instruction patterns.
Jakob Stoklund Olesen
2012-08-24
Explicitly mark LEApcrel pseudos with hasSideEffects.
Jakob Stoklund Olesen
2012-08-24
Stop inferring isVariadic from instruction patterns.
Jakob Stoklund Olesen
2012-08-24
Fix call instruction operands in ARMFastISel.
Jakob Stoklund Olesen
2012-08-24
Mark X86::RET and RETI instructions as variadic.
Jakob Stoklund Olesen
2012-08-24
Avoid including explicit uses when counting SDNode imp-uses.
Jakob Stoklund Olesen
2012-08-24
Disable Mips' delay slot filler when optimization level is O0.
Akira Hatanaka
2012-08-24
In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if its
Akira Hatanaka
2012-08-24
Forgot to check in ProfileDataTypes.h in r162576
Manman Ren
2012-08-24
Profile: move a single enum out of ProfileInfoTypes.h into a new
Manman Ren
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
Verify explicit instruction properties when they can be inferred.
Jakob Stoklund Olesen
2012-08-24
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...
Kostya Serebryany
[next]