Add support for some missing DW_FORM_*.
[oota-llvm.git] / lib /
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...
2012-08-21 Rafael EspindolaFix typo. Extracted from the Andy/PaX patch.
2012-08-21 Jim GrosbachMCJIT: Tidy up the constructor.
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 OlesenAdd a missing def flag.
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-20 Jakob Stoklund OlesenDon't add CFG edges for redundant conditional branches.
2012-08-20 Jakob Stoklund OlesenAdd a verification pass after ExpandISelPseudos.
2012-08-20 Jakob Stoklund OlesenAdd CFG checks to MachineVerifier.
2012-08-20 Jakob Stoklund OlesenUse a SmallPtrSet to dedup successors in EmitSjLjDispat...
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 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 OlesenRemove 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 OlesenAlso combine zext/sext into selects for ARM.
2012-08-18 Jakob Stoklund OlesenAlso pass logical ops to combineSelectAndUse.
2012-08-18 Benjamin KramerRemove overly conservative hasOneUse check, this always...
2012-08-18 Benjamin KramerInstCombine: Add a couple of fabs identities for compar...
2012-08-18 Benjamin KramerSimplifyLibcalls: Add fabs and trunc to the list of...
2012-08-18 Nadav RotemReapply r162160 with a fix: Optimize Arith->Trunc-...
2012-08-18 Anton Korobeynikovfp16-to-fp32 conversion instructions are available...
2012-08-18 Craig TopperRefactor code a bit to reduce number of calls in the...
2012-08-18 Craig TopperReorder initialization list to silence -Wreorder
2012-08-18 Nadav RotemRevert r162160 because it made a few buildbots fail.
2012-08-18 Nadav RotemThe X86 backend has a number of optimizations for SETCC...
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...
next