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
/
lib
Age
Commit message (
Expand
)
Author
2012-08-17
Use nested switch to select arguments to reduce calls to EmitPCMP.
Craig Topper
2012-08-17
Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce...
Craig Topper
2012-08-17
Remove unnecessary include of ARMGenInstrInfo.inc.
Craig Topper
2012-08-16
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-16
Handle ARM MOVCC optimization in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-08-16
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-16
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
[arm-fast-isel] Add support for fastcc.
Jush Lu
2012-08-16
Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well.
Anitha Boyapati
2012-08-16
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...
Anitha Boyapati
2012-08-16
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-08-15
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-15
Remove dead flag.
Bill Wendling
2012-08-15
Fixed a problem in the JIT memory allocator where
Sean Callanan
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...
Evan Cheng
2012-08-15
Fix typo in comment.
Owen Anderson
2012-08-15
Add missing Rfalse operand to the predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-08-15
Set the branch probability of branching to the 'normal' destination of an invoke
Bill Wendling
2012-08-15
[asan] implement --asan-always-slow-path, which is a part of the improvement ...
Kostya Serebryany
2012-08-15
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-15
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-08-15
Fix a typo that led to a failure to correctly verify bitcast instructions.
Nick Lewycky
2012-08-15
Fix undefined behavior: don't perform array indexing through a potentially null
Richard Smith
2012-08-14
The names of VFP variants of half-to-float conversion instructions were
Anton Korobeynikov
2012-08-14
This needs braces. Spotted by Bill.
Eric Christopher
2012-08-14
minor fix of X86ISD::VSEXT_MOVL dump
Michael Liao
2012-08-14
fix PR11334
Michael Liao
2012-08-14
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-14
Fix the construction of the magic constant for roundToIntegral to be 64-bit s...
Owen Anderson
2012-08-14
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-14
Factor duplicate calls to getUNDEF in several functions.
Craig Topper
2012-08-14
Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...
Craig Topper
2012-08-14
Change greater than to greater than or equal so that an identical sized store...
Craig Topper
2012-08-14
Fix undefined behavior: binding null pointer to reference. No functionality c...
Richard Smith
2012-08-14
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-14
Grammar.
Eric Christopher
2012-08-14
Typo.
Eric Christopher
2012-08-13
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
Transfer weights in transferSuccessorsAndUpdatePHIs().
Jakob Stoklund Olesen
2012-08-13
Print out MachineBasicBlock successor weights when available.
Jakob Stoklund Olesen
2012-08-13
LICM uses AliasSet information to hoist and sink instructions. However, other...
Nadav Rotem
2012-08-13
MemoryDependenceAnalysis attempts to find the first memory dependency for fun...
Nadav Rotem
2012-08-13
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
ARM: enable struct byval for AAPCS-VFP.
Manman Ren
[prev]
[next]