oota-llvm.git
2012-08-17 Eli FriedmanMake atomic load and store of pointers work. Tighten...
2012-08-17 Richard SmithFix undefined behavior (binding a reference to a derefe...
2012-08-17 Akira HatanakaAdd MipsELFWriterInfo.{h,cpp}.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Bill WendlingImplement stack protectors for structures with characte...
2012-08-17 Jakob Stoklund... Avoid folding ADD instructions with FI operands.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-17 Rafael EspindolaAssert that dominates is not given a multiple edge...
2012-08-17 Jakob Stoklund... Add comment, clean up code. No functional change.
2012-08-17 Benjamin KramerTargetLowering: Use the large shift amount during legal...
2012-08-17 Jakob Stoklund... Use standard pattern for iterate+erase.
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-17 Tim NorthoverImplement NEON domain switching for scalar <-> S-regist...
2012-08-17 Jin-Gu KangInsertion of NoFolder functions to avoid ambiguous...
2012-08-17 Craig TopperUse nested switch to select arguments to reduce calls...
2012-08-17 Craig TopperMake ReplaceATOMIC_BINARY_64 a static function. Use...
2012-08-17 Pranav BhandarkarTest commit.
2012-08-17 Craig TopperRemove unnecessary include of ARMGenInstrInfo.inc.
2012-08-17 Craig TopperDeclare some for loop indices inside the for loop state...
2012-08-17 Craig TopperFix up indentation of outputted decode function for...
2012-08-17 NAKAMURA Takumilit: Show actually created count of threads. The incorr...
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-08-16 Jakob Stoklund... Add ADD and SUB to the predicable ARM instructions.
2012-08-16 Jakob Stoklund... Handle ARM MOVCC optimization in PeepholeOptimizer.
2012-08-16 Jakob Stoklund... Add an MCID::Select flag and TII hooks for optimizing...
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyDefine and handle additional fixup kinds. By Adhemerval...
2012-08-16 Roman DivackyAdd PPC64 relocations definitions, by Adhemerval Zanella.
2012-08-16 Roman DivackyHandle PowerPC.
2012-08-16 Roman DivackyFix typo and grammar. By Adhemerval Zanella.
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-16 Nadav RotemAdd dump/dumpr methods to SDValue.
2012-08-16 Jush Lu[arm-fast-isel] Add support for fastcc.
2012-08-16 Anitha BoyapatiPatch to enable FMA on bdver2 target. Make XOP feature...
2012-08-16 Anitha Boyapatigit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-08-16 Akira HatanakaTest case for r162008.
2012-08-16 Akira HatanakaAdd Android ABI to Mips backend to handle functions...
2012-08-15 Victor Oliveirabug in experimental targets
2012-08-15 Jakob Stoklund... Fold predicable instructions into MOVCC / t2MOVCC.
2012-08-15 Bill WendlingRemove dead flag.
2012-08-15 Bill WendlingRework test so that it reproduces the error without...
2012-08-15 Bill WendlingRemove invalid test. This test requires that dead basic...
2012-08-15 Sean CallananFixed a problem in the JIT memory allocator where
2012-08-15 Jakob Stoklund... Add a CoveringSubRegIndices field to SubRegIndex records.
2012-08-15 Michael J.... Properly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J.... Properly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J.... [PathV2] Add mapped_file_region. Implementation for...
2012-08-15 Michael J.... Add LLVM_DELETED_FUNCTION compatibility macro.
2012-08-15 Chad RosierFix a typo in VariadicFunction.h that leads to invalid...
2012-08-15 Owen AndersonFix another roundToIntegral bug where very large values...
2012-08-15 Jakob Stoklund... Make synthesized sub-register indexes available in...
2012-08-15 Evan ChengUse vld1/vst1 to load/store f64 if alignment is < 4...
2012-08-15 Owen AndersonFix typo in comment.
2012-08-15 Jakob Stoklund... Add missing Rfalse operand to the predicated pseudo...
2012-08-15 Bill WendlingSet the branch probability of branching to the 'normal...
2012-08-15 Benjamin KramerFix a const violation in the generated disassembler.
2012-08-15 Kostya Serebryany[asan] implement --asan-always-slow-path, which is...
2012-08-15 Owen AndersonFix a problem with APFloat::roundToIntegral where it...
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2012-08-15 Nick LewyckyFix a typo that led to a failure to correctly verify...
2012-08-15 Richard SmithFix undefined behavior: don't perform array indexing...
2012-08-14 Anton KorobeynikovThe names of VFP variants of half-to-float conversion...
2012-08-14 Eric ChristopherThis needs braces. Spotted by Bill.
2012-08-14 Michael Liaominor fix of X86ISD::VSEXT_MOVL dump
2012-08-14 Michael J.... [yaml2obj] Fix incorrect use of signed values.
2012-08-14 Michael Liaofix PR11334
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-14 Owen AndersonFix the construction of the magic constant for roundToI...
2012-08-14 David BlaikieFix the make update target to work even when sub repo...
2012-08-14 Daniel DunbarUpdate configure.
2012-08-14 Daniel Dunbar[configure] Add a --enable-keep-symbols configure flag.
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
2012-08-14 Craig TopperFactor duplicate calls to getUNDEF in several functions.
2012-08-14 Craig TopperRe-factor intrinsic lowering to combine common parts...
2012-08-14 Craig TopperChange greater than to greater than or equal so that...
2012-08-14 Richard SmithFix undefined behavior: binding null pointer to referen...
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
2012-08-14 Eric ChristopherGrammar.
2012-08-14 Richard SmithAvoid undefined behavior in DenseMap::shrink_and_clear...
2012-08-14 Eric ChristopherTypo.
2012-08-14 NAKAMURA Takumillvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-13 Jakob Stoklund... Transfer weights in transferSuccessorsAndUpdatePHIs().
2012-08-13 Jakob Stoklund... Print out MachineBasicBlock successor weights when...
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-08-13 Nadav RotemMemoryDependenceAnalysis attempts to find the first...
2012-08-13 Jim GrosbachARM: Move Thumb2 tests to Thumb2 test file and fix...
2012-08-13 Jakob Stoklund... Remove the TII::scheduleTwoAddrSource() hook.
2012-08-13 Bill WendlingRename test since it's not linux-specific.
2012-08-13 Manman RenARM: enable struct byval for AAPCS-VFP.
2012-08-13 Bill WendlingWhitespace cleanup.
2012-08-13 Jakob Stoklund... Count triangles and diamonds in early if-conversion.
2012-08-13 Jakob Stoklund... Delete dead typedef.
2012-08-13 Jakob Stoklund... Handle extra Tail predecessors in if-conversion.
2012-08-13 Arnold Schwaighofer[Hexagon] Don't mark callee saved registers as clobbere...
2012-08-13 Manman RenFix failure on Atom bot due to r161769
next