oota-llvm.git
2012-08-28 Eric ChristopherTemporarily revert this to bring back the bots.
2012-08-28 Jakob Stoklund... More missing mayLoad flags on AVX multiclasses.
2012-08-27 Jakob Stoklund... Add ATOMIC_LDR* pseudo-instructions to model atomic_loa...
2012-08-27 Sebastian PopAdd --program-prefix support to build.
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 Simon AtanasyanSupport MIPS DSP Rev2 intrinsics.
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two...
2012-08-27 NAKAMURA TakumiDWARFDebugRangeList.cpp: Use PRIx64 for uint64_t as...
2012-08-27 NAKAMURA Takumillvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple...
2012-08-27 Craig TopperRemove MMX shift intrinsic handling code that also...
2012-08-27 Craig TopperCommit test change for r162658.
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 Anitha BoyapatiFMA3 tests on bdver2 target for changes made in rev...
2012-08-27 Craig TopperAdd HasAVX1Only predicate and use it for patterns that...
2012-08-27 Craig TopperMake sure that FMA3 is favored even when FMA4 is also...
2012-08-27 Rafael EspindolaPass -lLTO after gold-plugin.o so that it gets used...
2012-08-26 Craig TopperMark avx2 maskstore has ReadWriteArgMem. Mark broadcast...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund... Add missing mayLoad flags to a large class of AVX ...
2012-08-24 Jakob Stoklund... Missed tLEApcrelJT.
2012-08-24 Jakob Stoklund... Infer instruction properties from single-instruction...
2012-08-24 Jakob Stoklund... Explicitly mark LEApcrel pseudos with hasSideEffects.
2012-08-24 Jakob Stoklund... Stop inferring isVariadic from instruction patterns.
2012-08-24 Jakob Stoklund... Fix call instruction operands in ARMFastISel.
2012-08-24 Jakob Stoklund... Mark X86::RET and RETI instructions as variadic.
2012-08-24 Jakob Stoklund... Avoid 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 RenForgot to check in ProfileDataTypes.h in r162576
2012-08-24 Manman RenProfile: move a single enum out of ProfileInfoTypes...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Jakob Stoklund... Verify explicit instruction properties when they can...
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... Fix load/store SDNode flags.
2012-08-24 Jakob Stoklund... Add missing SDNPSideEffect flags.
2012-08-24 Jakob Stoklund... Remove more mayLoad workarounds.
2012-08-24 Chandler CarruthTry to appease MSVC even more elaborately in the alignm...
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... Remove some spurious mayLoad = 0 flags.
2012-08-24 Jakob Stoklund... Heed guessInstructionProperties, and stop warning on...
2012-08-24 Jakob Stoklund... Add missing SDNP properties on the flushw node.
2012-08-24 Jakob Stoklund... X86MemBarrier 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... Preserve operand flags in convertToThreeAddress() by...
2012-08-23 Jakob Stoklund... Tristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 Jakob Stoklund... Add CodeGenTarget::guessInstructionProperties.
2012-08-23 Jakob Stoklund... Fix attributes on X86 store intrinsics.
2012-08-23 Lang HamesFix a stub signature. HeuristicReduce should return...
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 ChristopherMake this darwin specific to try to silence the bots.
2012-08-23 Eric ChristopherEmit pubtypes only when going for darwin gdb compatibility.
2012-08-23 Eric ChristopherFilecheck-ize.
2012-08-23 Eric ChristopherAdd an option for darwin gdb compatibility.
2012-08-23 Lang HamesMake the setInst method take its MCInst parameter by...
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 Ted KremenekFix an assortment of doxygen comment mistakes found...
2012-08-22 Jakob Stoklund... Print out the location of expanded multiclass defs...
2012-08-22 Jim GrosbachMCInstFragment constructor should take by-reference...
2012-08-22 Daniel Dunbardarwin/cross-build: Unset SDKROOT when building BuildTools.
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 RosierWhitespace.
2012-08-22 Chad RosierAdd test case for r162368.
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...
next