Fix PR12312
[oota-llvm.git] / lib /
2012-08-28 Michael LiaoFix PR12312
2012-08-28 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-28 Jakob Stoklund OlesenRevert r162713: "Add ATOMIC_LDR* pseudo-instructions...
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-28 Hal FinkelSplit several PPC instruction classes.
2012-08-28 Akira HatanakaFix bug 13532.
2012-08-28 Hal FinkelAllow remat of LI on PPC.
2012-08-28 Hal FinkelAdd the Freescale vendor to Triple.
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-08-28 Hal FinkelOptimize zext on PPC64.
2012-08-28 Jakob Stoklund OlesenMore missing mayLoad flags on AVX multiclasses.
2012-08-27 Jakob Stoklund OlesenAdd ATOMIC_LDR* pseudo-instructions to model atomic_loa...
2012-08-27 Marshall ClowFix compile error when building with C++11 - clang...
2012-08-27 Bill WendlingMake sure we add the predicate after all of the registe...
2012-08-27 Dan GohmanDon't use for loops for code that is only intended...
2012-08-27 Rafael EspindolaFix comment.
2012-08-27 Danil MalyshevFix comment for function RuntimeDyldImpl.resolveRelocat...
2012-08-27 Hongbin ZhengRemove the the block_node_iterator of Region, replace...
2012-08-27 NAKAMURA TakumiDWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as...
2012-08-27 Craig TopperRemove MMX shift intrinsic handling code that also...
2012-08-27 Alexey Samsonov[DebugInfo] fixup for r162657: update CMakeLists.txt
2012-08-27 Craig TopperDon't allow vextractf128 to be folded with unaligned...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-27 Craig TopperFold some patterns into instruction definitons so table...
2012-08-27 Craig TopperAdd HasAVX1Only predicate and use it for patterns that...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund OlesenAdd missing mayLoad flags to a large class of AVX ...
2012-08-24 Jakob Stoklund OlesenMissed tLEApcrelJT.
2012-08-24 Jakob Stoklund OlesenExplicitly mark LEApcrel pseudos with hasSideEffects.
2012-08-24 Jakob Stoklund OlesenFix call instruction operands in ARMFastISel.
2012-08-24 Jakob Stoklund OlesenMark X86::RET and RETI instructions as variadic.
2012-08-24 Jakob Stoklund OlesenAvoid including explicit uses when counting SDNode...
2012-08-24 Akira HatanakaDisable Mips' delay slot filler when optimization level...
2012-08-24 Akira HatanakaIn MipsDAGToDAGISel::SelectAddr, fold add node into...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Kostya Serebryany[asan/tsan] rename FunctionBlackList* to BlackList...
2012-08-24 Kostya Serebryany[asan/tsan] extend the functionality of FunctionBlackLi...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-24 Benjamin KramerGVN: Fix quadratic runtime on the number of switch...
2012-08-24 Jakob Stoklund OlesenFix load/store SDNode flags.
2012-08-24 Jakob Stoklund OlesenAdd missing SDNPSideEffect flags.
2012-08-24 Jakob Stoklund OlesenRemove more mayLoad workarounds.
2012-08-24 Craig TopperCustom lower FMA intrinsics to target specific nodes...
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-08-24 Eric ChristopherAdd support for some missing DW_FORM_*.
2012-08-24 Eric ChristopherFormatting.
2012-08-24 Richard SmithFix undefined behavior (negation of INT_MIN) in ARM...
2012-08-24 Richard SmithFix floating-point divide by zero, in a case where...
2012-08-24 Jakob Stoklund OlesenRemove some spurious mayLoad = 0 flags.
2012-08-24 Jakob Stoklund OlesenAdd missing SDNP properties on the flushw node.
2012-08-24 Jakob Stoklund OlesenX86MemBarrier has unmodeled side effects.
2012-08-24 Richard SmithFix undefined behavior (signed integer overflow) when...
2012-08-23 Eric ChristopherFormatting cleanup.
2012-08-23 Eric ChristopherAdd an assert here in case parsing gave us a NULL compi...
2012-08-23 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherAdd a flag to DwarfDebug to allow it to communicate...
2012-08-23 Jakob Stoklund OlesenPreserve operand flags in convertToThreeAddress() by...
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 Craig TopperFavor FMA3 over FMA4 if both are enabled.
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-23 Eric ChristopherTypo.
2012-08-23 Eric ChristopherOnly emit the __debug_inlined section if we're trying...
2012-08-23 Eric ChristopherEmit pubtypes only when going for darwin gdb compatibility.
2012-08-23 Eric ChristopherAdd an option for darwin gdb compatibility.
2012-08-23 Craig TopperUse a switch statement instead of a bunch of if-else...
2012-08-23 Craig TopperRemove unused private field to silence build warning.
2012-08-23 Eric Christopher80-col.
2012-08-23 Eric ChristopherTidy.
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-08-23 Akira HatanakaMake function loadImmediate a member of MipsSEInstrInfo...
2012-08-22 Akira HatanakaAdd a member of type Mips16InstrInfo/MipsSEInstrInfo...
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-22 Benjamin KramerSimplifyLibCalls: Give all safely-shrinkable libcalls...
2012-08-22 Chad Rosier[ms-inline asm] Avoid a false positive assertion
2012-08-22 Chad RosierAdd a few float shrinking optimizations to SimplifyLibC...
2012-08-22 David BlaikieTidy up a few more uses of MF.getFunction()->getName().
2012-08-22 Chad RosierAdd a new helper function, AddOpt(F1, F1, Opt), as...
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-08-22 Stepan DyatkovskiyRejected 169195. As Duncan commented, bitcasting to...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-22 Craig TopperDon't cache the MBB in the class. Its only used by...
2012-08-22 Craig TopperMark a function as static since it doesn't use anything...
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-08-22 Akira HatanakaAdd option disable-mips-delay-filler. Turn on mips...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-22 Richard SmithInitialize SelectionDAGBuilder's Context in 'init'...
2012-08-22 Richard SmithReduce alignment of SmallVector<T> to the required...
2012-08-21 Chad RosierAdd a few functions to TargetLibraryInfo as part of...
2012-08-21 Richard SmithMaximumSpanningTree::EdgeWeightCompare: Make this compa...
2012-08-21 Richard SmithFix unaligned memory accesses when performing relocatio...
2012-08-21 Richard SmithDon't bind a reference to a dereferenced null pointer...
2012-08-21 Chad Rosier[ms-inline asm] Do not report a Parser error when match...
2012-08-21 David BlaikieRemove unnecessary cast that was also unnecessarily...
2012-08-21 Rafael EspindolaFix macros arguments with an underscore, dot or dollar...
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-21 Rafael EspindolaMake the wording in of the "expected identifier" error...
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-08-21 Rafael EspindolaUse typedefs. Fix indentation. Extracted from the Andy...
2012-08-21 Rafael EspindolaRemove unused variable. Extracted from the Andy/PaX...
next