aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-16git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...Anitha Boyapati
2012-08-16Test case for r162008.Akira Hatanaka
2012-08-16Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka
2012-08-15bug in experimental targetsVictor Oliveira
2012-08-15Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen
2012-08-15Remove dead flag.Bill Wendling
2012-08-15Rework test so that it reproduces the error without the horrible flag.Bill Wendling
2012-08-15Remove invalid test. This test requires that dead basic blocks be keptBill Wendling
2012-08-15Fixed a problem in the JIT memory allocator whereSean Callanan
2012-08-15Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer
2012-08-15Properly 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-15Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer
2012-08-15Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion.Chad Rosier
2012-08-15Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson
2012-08-15Make synthesized sub-register indexes available in the target namespace.Jakob Stoklund Olesen
2012-08-15Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng
2012-08-15Fix typo in comment.Owen Anderson
2012-08-15Add missing Rfalse operand to the predicated pseudo-instructions.Jakob Stoklund Olesen
2012-08-15Set the branch probability of branching to the 'normal' destination of an invokeBill Wendling
2012-08-15Fix 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-15Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson
2012-08-15fix infinite loop in instcombine with more than 4GB memcpyMichael Liao
2012-08-15Fix a typo that led to a failure to correctly verify bitcast instructions.Nick Lewycky
2012-08-15Fix undefined behavior: don't perform array indexing through a potentially nullRichard Smith
2012-08-14The names of VFP variants of half-to-float conversion instructions wereAnton Korobeynikov
2012-08-14This needs braces. Spotted by Bill.Eric Christopher
2012-08-14minor fix of X86ISD::VSEXT_MOVL dumpMichael Liao
2012-08-14[yaml2obj] Fix incorrect use of signed values.Michael J. Spencer
2012-08-14fix PR11334Michael Liao
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-08-14Fix the construction of the magic constant for roundToIntegral to be 64-bit s...Owen Anderson
2012-08-14Fix the make update target to work even when sub repo repositories are ignored.David Blaikie
2012-08-14Update 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-14Factor duplicate calls to getUNDEF in several functions.Craig Topper
2012-08-14Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...Craig Topper
2012-08-14Change greater than to greater than or equal so that an identical sized store...Craig Topper
2012-08-14Fix undefined behavior: binding null pointer to reference. No functionality c...Richard Smith
2012-08-14During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem
2012-08-14Grammar.Eric Christopher
2012-08-14Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0)Richard Smith
2012-08-14Typo.Eric Christopher
2012-08-14llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple=arm-unknown-unknown, o...NAKAMURA Takumi
2012-08-13Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson
2012-08-13Transfer weights in transferSuccessorsAndUpdatePHIs().Jakob Stoklund Olesen