Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst
[oota-llvm.git] / lib /
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-11-29 Eric ChristopherMore comment.
2012-11-29 Michael IlsemancopyFastMathFlags utility and test case
2012-11-29 Benjamin KramerObject: Pass the buffer name through when making a...
2012-11-29 Quentin ColombetAdd cortex-a5 subtarget to the supported ARM architectures
2012-11-29 Justin HolewinskiCleanup recent addition of DAGTypeLegalizer::SplitVecOp...
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-29 Bill WendlingHandle the situation where CodeGenPrepare removes a...
2012-11-29 Jyotsna VermaUse multiclass for 'transfer' instructions.
2012-11-29 Nadav RotemNo need to run LICM after loop vectorization because...
2012-11-29 Nadav RotemWhen broadcasting invariant scalars into vectors, place...
2012-11-29 Meador Ingeinstcombine: Migrate puts optimizations
2012-11-29 Jim GrosbachFix a memory leak in MachOObjectFile.
2012-11-29 Benjamin KramerFollow up to 168711: It's safe to base this analysis...
2012-11-29 Andrew TrickImprove isImpliedCond comment a bit.
2012-11-29 Alexey Samsonov[ASan] Simplify check added in r168861. Bail out from...
2012-11-29 Matt Beaumont-GayApply Takumi's patch to suppress unused-variable warnin...
2012-11-29 Alexey SamsonovAdd options to AddressSanitizer passes to make them...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-29 Meador Ingeinstcombine: Migrate fputs optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fwrite optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fprintf optimizations
2012-11-29 Evgeniy Stepanov[msan] Handle vector manipulation instructions.
2012-11-29 Evgeniy Stepanov[msan] Fix getOriginForNaryOp.
2012-11-29 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-29 Benjamin Kramermisched: Recompute priority queue when DFSResults are...
2012-11-29 Evgeniy Stepanov[msan] Basic handling of inline asm.
2012-11-29 Justin HolewinskiTeach the legalizer how to handle operands for VSELECT...
2012-11-29 Justin HolewinskiAllow targets to prefer TypeSplitVector over TypePromot...
2012-11-29 Evgeniy Stepanov[msan] Propagate shadow through (x<0) and (x>=0) compar...
2012-11-29 Evgeniy Stepanov[msan] Fix shadow & origin store & load alignment.
2012-11-29 Evgeniy Stepanov[msan] Optimize getOriginPtr.
2012-11-29 Evgeniy Stepanov[msan] Fix a few compilation warnings.
2012-11-29 Evgeniy Stepanov[msan] Transform memcpy and memset to library calls.
2012-11-29 Elena DemikhovskyI changed hasAVX() to hasFp256() and hasAVX2() to hasIn...
2012-11-29 Evgeniy Stepanov[msan] Make sure that report callbacks do not get merged.
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-29 Kostya Serebryany[asan/tsan] initialize the asan/tsan callbacks in runOn...
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-29 Preston BriggsCleaned up a couple of comments.
2012-11-29 Jakob Stoklund OlesenUse MCPhysReg for RegisterClassInfo allocation orders.
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-29 Jakob Stoklund OlesenAvoid rewriting instructions twice.
2012-11-29 Nick LewyckyIssue a fatal error if the line doesn't have a regular...
2012-11-29 Nadav RotemWhen combining consecutive stores allow loads in betwee...
2012-11-28 Bill WendlingWhen we delete a dead basic block, see if any of its...
2012-11-28 Jyotsna VermaDefine signed const-ext immediate operands and their...
2012-11-28 Benjamin KramerARM: Implement CanLowerReturn so large vectors get...
2012-11-28 Jakob Stoklund OlesenMake the LiveRegMatrix analysis available to targets.
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-11-28 Benjamin KramerMCJIT depends on JIT.
2012-11-28 Ulrich WeigandFix initial frame state on powerpc64.
2012-11-28 Patrik HägglundFix warning. [-Wunused-variable]
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-28 Andrew Trickmisched: Analysis that partitions the DAG into subtrees.
2012-11-28 Andrew Trickmisched: rename ScheduleDAGILP to ScheduleDFS to prepar...
2012-11-28 Andrew Trickmisched: better alias analysis.
2012-11-28 Andrew Trickmisched: Debug output fix. Use an always valid iterator.
2012-11-28 Hal FinkelBBVectorize: Correctly merge SubclassOptionalData
2012-11-28 Eric ChristopherAdd brief support for the fission .debug_info.dwo secti...
2012-11-28 Eric ChristopherAdd comments.
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-28 Jakob Stoklund OlesenMove the guts of TargetInstrInfoImpl into the TargetIns...
2012-11-28 Jakob Stoklund OlesenMove Target{Instr,Register}Info.cpp into lib/CodeGen.
2012-11-28 Andrew KaylorMoving SectionMemoryManager to MCJIT to avoid cross...
2012-11-28 Chad RosierRevert r168630, r168631, and r168633 as these are causi...
2012-11-27 Bill SchmidtThis patch makes medium code model the default for...
2012-11-27 Eric ChristopherAttempt to make the comments for dwarf debug look more...
2012-11-27 Eric ChristopherReapply section moving, make sure string section is...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-27 Preston BriggsModified depends() to recognize that when all levels...
2012-11-27 Manman RenCSE: allow PerformTrivialCoalescing to check copies...
2012-11-27 Meador Ingeinstcombine: Don't replace all uses for instructions...
2012-11-27 Jakub StaszakRemove duplicated #includes.
2012-11-27 Benjamin KramerSCEV: Even if the latch terminator is foldable we can...
2012-11-27 Manman RenX86: do not fold load instructions such as [V]MOVS...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-27 Ulrich WeigandNever use .lcomm on platforms where it does not accept...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-27 Eric ChristopherRevert rearrangement of debug info sections to unblock...
2012-11-27 Preston BriggsModify depends(Src, Dst, PossiblyLoopIndependent).
2012-11-27 Meador Ingeinstcombine: Migrate sprintf optimizations
2012-11-27 Jakub StaszakRemove unneeded #include.
2012-11-27 Eric ChristopherThe section is .debug_line.
2012-11-27 Jakub StaszakRemove unneeded #include.
2012-11-27 NAKAMURA Takumillvm/CodeGen: Remove empty files in r168659.
2012-11-27 Joe AbbeyCode pretification
2012-11-27 Jakub StaszakRemove unused forward declaration.
2012-11-27 Jakub StaszakRemove unused MachineLoopRanges analysis.
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-27 Michael IlsemanFast-math optimization: fold multiply by zero
2012-11-27 Michael IlsemanFast-math flags for the bitcode
2012-11-27 Michael IlsemanFast-math flags for LLVM IR parsing and printing
next