oota-llvm.git
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...
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 Jim GrosbachTblGen: Make asm-matcher ConvertToMCInst() table driven.
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 misaligned access in MachO object file reader:...
2012-08-21 Richard SmithFix unaligned memory accesses when performing relocatio...
2012-08-21 Richard SmithDon't pass a null pointer to cast<> in its unit tests.
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 BlaikieIgnore the documentation-suggested location for compile...
2012-08-21 David BlaikieThe presence of the empty file "foo" unfortunately...
2012-08-21 David BlaikieRemove unnecessary cast that was also unnecessarily...
2012-08-21 David BlaikieProvide a portability macro for __builtin_trap.
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 Chad RosierFormatting. No functional change.
2012-08-21 Rafael EspindolaMake the wording in of the "expected identifier" error...
2012-08-21 Duncan SandsPacify PVS-Studio by changing the type rather than...
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...
2012-08-21 Rafael EspindolaFix typo. Extracted from the Andy/PaX patch.
2012-08-21 Jim GrosbachMCJIT: Tidy up the constructor.
2012-08-21 Duncan SandsPVS-Studio noticed that EmitVBR64 would perform undefin...
2012-08-21 Tim NorthoverAdd correct set of regression tests for r162094 commit.
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-21 Craig TopperFix up indentation and remove a couple else's after...
2012-08-21 Kostya Serebryany[asan] add code to detect global initialization fiasco...
2012-08-21 Craig TopperUse uint16_t for tables of opcodes.
2012-08-21 Craig TopperFix up indentation. No functional change.
2012-08-21 Craig TopperAdd a couple llvm_unreachables. Add a message to severa...
2012-08-21 Craig TopperReplace a break with llvm_unreachable in the default...
2012-08-21 Craig TopperCleanup the scalar FMA3 definitions. Add patterns to...
2012-08-21 Craig TopperMerge FMA3 instructions with and without patterns into...
2012-08-21 Michael Liaorevise debug output to avoid dangling pointer
2012-08-21 Jakob Stoklund... Add a missing def flag.
2012-08-20 Jakob Stoklund... Fix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-20 Jakob Stoklund... Don't add CFG edges for redundant conditional branches.
2012-08-20 Jakob Stoklund... Clarify that duplicate edges are not allowed in the...
2012-08-20 Jakob Stoklund... Add a verification pass after ExpandISelPseudos.
2012-08-20 Jakob Stoklund... Add CFG checks to MachineVerifier.
2012-08-20 Jakob Stoklund... Use a SmallPtrSet to dedup successors in EmitSjLjDispat...
2012-08-20 Sebastian Popenable cross compilation with cmake
2012-08-20 Sebastian Popenable Hexagon target from cmake
2012-08-20 Sebastian Popfix HexagonSubtarget parsing of -mv flag
2012-08-20 Michael Liaofix a case where all operands of BUILD_VECTOR are undefined
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-20 Benjamin KramerDataExtractor: Fix integer truncation issues in LEB128...
2012-08-20 Stepan DyatkovskiyForget to add testcase for r162195. Sorry.
2012-08-20 Stepan DyatkovskiyFixed DAGCombiner bug (found and localized by James...
2012-08-20 Craig TopperRemove FMA3 intrinsic instructions in favor of patterns.
2012-08-20 Craig TopperUse correct intrinsic for 256-bit VFMSUBADDPS.
2012-08-19 Craig TopperRemove trailing white space and tab characters. No...
2012-08-19 Nadav RotemWhen unsafe math is used, we can use commutative FMAX...
2012-08-19 Benjamin KramerFabs folding is implemented.
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Jakob Stoklund... Remove the CAND/COR/CXOR custom ISD nodes and their...
2012-08-18 Craig TopperRemove virtual from many methods. These methods replace...
2012-08-18 Jakob Stoklund... Also combine zext/sext into selects for ARM.
next