aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined behavior (negation of INT_MIN) in ARM backend.Richard Smith2012-08-242-2/+2
* Fix floating-point divide by zero, in a case where the value was not going to...Richard Smith2012-08-241-1/+1
* Remove some spurious mayLoad = 0 flags.Jakob Stoklund Olesen2012-08-241-14/+8
* Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen2012-08-243-93/+92
* Add missing SDNP properties on the flushw node.Jakob Stoklund Olesen2012-08-241-1/+1
* X86MemBarrier has unmodeled side effects.Jakob Stoklund Olesen2012-08-241-1/+1
* Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...Richard Smith2012-08-241-1/+3
* Formatting cleanup.Eric Christopher2012-08-231-7/+7
* Add an assert here in case parsing gave us a NULL compile unit.Eric Christopher2012-08-231-1/+3
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-233-5/+67
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-233-16/+43
* Add a flag to DwarfDebug to allow it to communicate whether or notEric Christopher2012-08-232-0/+9
* Preserve operand flags in convertToThreeAddress() by copying operands.Jakob Stoklund Olesen2012-08-231-67/+52
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-235-7/+37
* Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2012-08-233-0/+24
* Fix attributes on X86 store intrinsics.Jakob Stoklund Olesen2012-08-231-11/+11
* Fix a stub signature. HeuristicReduce should return a bool.Lang Hames2012-08-231-1/+2
* Favor FMA3 over FMA4 if both are enabled.Craig Topper2012-08-231-1/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-2316-52/+49
* Typo.Eric Christopher2012-08-231-1/+1
* Only emit the __debug_inlined section if we're trying to be compatibleEric Christopher2012-08-231-1/+5
* Make this darwin specific to try to silence the bots.Eric Christopher2012-08-231-1/+1
* Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher2012-08-232-2/+5
* Filecheck-ize.Eric Christopher2012-08-231-3/+3
* Add an option for darwin gdb compatibility.Eric Christopher2012-08-231-2/+9
* Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames2012-08-231-1/+1
* Use a switch statement instead of a bunch of if-else checks and pull out the ...Craig Topper2012-08-231-8/+10
* Remove unused private field to silence build warning.Craig Topper2012-08-233-7/+4
* 80-col.Eric Christopher2012-08-231-1/+1
* Tidy.Eric Christopher2012-08-231-3/+3
* Simplify the computeOperandLatency API.Andrew Trick2012-08-236-143/+83
* Make function loadImmediate a member of MipsSEInstrInfo and change it to returnAkira Hatanaka2012-08-235-65/+54
* Add a member of type Mips16InstrInfo/MipsSEInstrInfo to classAkira Hatanaka2012-08-226-13/+15
* Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek2012-08-224-14/+16
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-228-22/+41
* MCInstFragment constructor should take by-reference MCInst.Jim Grosbach2012-08-221-1/+1
* darwin/cross-build: Unset SDKROOT when building BuildTools.Daniel Dunbar2012-08-221-0/+1
* SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2012-08-222-5/+184
* [ms-inline asm] Avoid a false positive assertionChad Rosier2012-08-221-1/+3
* Whitespace.Chad Rosier2012-08-221-2/+0
* Add test case for r162368.Chad Rosier2012-08-221-0/+335
* Add a few float shrinking optimizations to SimplifyLibCalls. UnsafeChad Rosier2012-08-221-36/+99
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-2212-27/+15
* Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. NoChad Rosier2012-08-221-14/+15
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-227-23/+20
* Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...Stepan Dyatkovskiy2012-08-222-33/+3
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-2228-56/+54
* Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper2012-08-221-5/+3
* Mark a function as static since it doesn't use anything in the class.Craig Topper2012-08-221-1/+1
* Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka2012-08-227-7/+34