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-16
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...
Anitha Boyapati
2012-08-16
Test case for r162008.
Akira Hatanaka
2012-08-16
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-08-15
bug in experimental targets
Victor Oliveira
2012-08-15
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-15
Remove dead flag.
Bill Wendling
2012-08-15
Rework test so that it reproduces the error without the horrible flag.
Bill Wendling
2012-08-15
Remove invalid test. This test requires that dead basic blocks be kept
Bill Wendling
2012-08-15
Fixed a problem in the JIT memory allocator where
Sean Callanan
2012-08-15
Add a CoveringSubRegIndices field to SubRegIndex records.
Jakob Stoklund Olesen
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
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
Add LLVM_DELETED_FUNCTION compatibility macro.
Michael J. Spencer
2012-08-15
Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion.
Chad Rosier
2012-08-15
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
Make synthesized sub-register indexes available in the target namespace.
Jakob Stoklund Olesen
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
Fix a const violation in the generated disassembler.
Benjamin Kramer
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
[yaml2obj] Fix incorrect use of signed values.
Michael J. Spencer
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
Fix the make update target to work even when sub repo repositories are ignored.
David Blaikie
2012-08-14
Update configure.
Daniel Dunbar
2012-08-14
[configure] Add a --enable-keep-symbols configure flag.
Daniel Dunbar
2012-08-14
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
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
Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0)
Richard Smith
2012-08-14
Typo.
Eric Christopher
2012-08-14
llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple=arm-unknown-unknown, o...
NAKAMURA Takumi
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
[next]