| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an assert here in case parsing gave us a NULL compile unit. | Eric Christopher | 2012-08-23 | 1 | -1/+3 |
* | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher | 2012-08-23 | 3 | -5/+67 |
* | Turn these two options in to trinary state so that they can be | Eric Christopher | 2012-08-23 | 3 | -16/+43 |
* | Add a flag to DwarfDebug to allow it to communicate whether or not | Eric Christopher | 2012-08-23 | 2 | -0/+9 |
* | Preserve operand flags in convertToThreeAddress() by copying operands. | Jakob Stoklund Olesen | 2012-08-23 | 1 | -67/+52 |
* | Tristate mayLoad, mayStore, and hasSideEffects. | Jakob Stoklund Olesen | 2012-08-23 | 5 | -7/+37 |
* | Add CodeGenTarget::guessInstructionProperties. | Jakob Stoklund Olesen | 2012-08-23 | 3 | -0/+24 |
* | Fix attributes on X86 store intrinsics. | Jakob Stoklund Olesen | 2012-08-23 | 1 | -11/+11 |
* | Fix a stub signature. HeuristicReduce should return a bool. | Lang Hames | 2012-08-23 | 1 | -1/+2 |
* | Favor FMA3 over FMA4 if both are enabled. | Craig Topper | 2012-08-23 | 1 | -1/+2 |
* | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-23 | 16 | -52/+49 |
* | Typo. | Eric Christopher | 2012-08-23 | 1 | -1/+1 |
* | Only emit the __debug_inlined section if we're trying to be compatible | Eric Christopher | 2012-08-23 | 1 | -1/+5 |
* | Make this darwin specific to try to silence the bots. | Eric Christopher | 2012-08-23 | 1 | -1/+1 |
* | Emit pubtypes only when going for darwin gdb compatibility. | Eric Christopher | 2012-08-23 | 2 | -2/+5 |
* | Filecheck-ize. | Eric Christopher | 2012-08-23 | 1 | -3/+3 |
* | Add an option for darwin gdb compatibility. | Eric Christopher | 2012-08-23 | 1 | -2/+9 |
* | Make the setInst method take its MCInst parameter by reference, a la Jim's | Lang Hames | 2012-08-23 | 1 | -1/+1 |
* | Use a switch statement instead of a bunch of if-else checks and pull out the ... | Craig Topper | 2012-08-23 | 1 | -8/+10 |
* | Remove unused private field to silence build warning. | Craig Topper | 2012-08-23 | 3 | -7/+4 |
* | 80-col. | Eric Christopher | 2012-08-23 | 1 | -1/+1 |
* | Tidy. | Eric Christopher | 2012-08-23 | 1 | -3/+3 |
* | Simplify the computeOperandLatency API. | Andrew Trick | 2012-08-23 | 6 | -143/+83 |
* | Make function loadImmediate a member of MipsSEInstrInfo and change it to return | Akira Hatanaka | 2012-08-23 | 5 | -65/+54 |
* | Add a member of type Mips16InstrInfo/MipsSEInstrInfo to class | Akira Hatanaka | 2012-08-22 | 6 | -13/+15 |
* | Fix an assortment of doxygen comment mistakes found by -Wdocumentation. | Ted Kremenek | 2012-08-22 | 4 | -14/+16 |
* | Print out the location of expanded multiclass defs in TableGen errors. | Jakob Stoklund Olesen | 2012-08-22 | 8 | -22/+41 |
* | MCInstFragment constructor should take by-reference MCInst. | Jim Grosbach | 2012-08-22 | 1 | -1/+1 |
* | darwin/cross-build: Unset SDKROOT when building BuildTools. | Daniel Dunbar | 2012-08-22 | 1 | -0/+1 |
* | SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment. | Benjamin Kramer | 2012-08-22 | 2 | -5/+184 |
* | [ms-inline asm] Avoid a false positive assertion | Chad Rosier | 2012-08-22 | 1 | -1/+3 |
* | Whitespace. | Chad Rosier | 2012-08-22 | 1 | -2/+0 |
* | Add test case for r162368. | Chad Rosier | 2012-08-22 | 1 | -0/+335 |
* | Add a few float shrinking optimizations to SimplifyLibCalls. Unsafe | Chad Rosier | 2012-08-22 | 1 | -36/+99 |
* | Tidy up a few more uses of MF.getFunction()->getName(). | David Blaikie | 2012-08-22 | 12 | -27/+15 |
* | Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No | Chad Rosier | 2012-08-22 | 1 | -14/+15 |
* | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 7 | -23/+20 |
* | Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr... | Stepan Dyatkovskiy | 2012-08-22 | 2 | -33/+3 |
* | Add a getName function to MachineFunction. Use it in places that previously d... | Craig Topper | 2012-08-22 | 28 | -56/+54 |
* | Don't cache the MBB in the class. Its only used by one function. Change a for... | Craig Topper | 2012-08-22 | 1 | -5/+3 |
* | Mark a function as static since it doesn't use anything in the class. | Craig Topper | 2012-08-22 | 1 | -1/+1 |
* | Add register Mips::GP to the list of reserved registers if target is bare-metal | Akira Hatanaka | 2012-08-22 | 7 | -7/+34 |
* | Add option disable-mips-delay-filler. Turn on mips' delay slot filler by | Akira Hatanaka | 2012-08-22 | 7 | -15/+18 |
* | TblGen: Make asm-matcher ConvertToMCInst() table driven. | Jim Grosbach | 2012-08-22 | 1 | -55/+177 |
* | For mips64 switch statements in subroutines could generate | Jack Carter | 2012-08-22 | 4 | -4/+50 |
* | Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The | Richard Smith | 2012-08-22 | 2 | -1/+2 |
* | Reduce alignment of SmallVector<T> to the required amount, rather than forcin... | Richard Smith | 2012-08-22 | 3 | -104/+67 |
* | Add a few functions to TargetLibraryInfo as part of PR13574. | Chad Rosier | 2012-08-21 | 2 | -0/+72 |
* | MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a | Richard Smith | 2012-08-21 | 1 | -25/+28 |
* | Fix misaligned access in MachO object file reader: despite containing an | Richard Smith | 2012-08-21 | 1 | -0/+5 |