summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-24
* [asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...Kostya Serebryany2012-08-24
* [asan/tsan] extend the functionality of FunctionBlackList to globals and modu...Kostya Serebryany2012-08-24
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* GVN: Fix quadratic runtime on the number of switch cases.Benjamin Kramer2012-08-24
* Fix load/store SDNode flags.Jakob Stoklund Olesen2012-08-24
* Add missing SDNPSideEffect flags.Jakob Stoklund Olesen2012-08-24
* Remove more mayLoad workarounds.Jakob Stoklund Olesen2012-08-24
* Custom lower FMA intrinsics to target specific nodes and remove the patterns.Craig Topper2012-08-24
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-24
* Add support for some missing DW_FORM_*.Eric Christopher2012-08-24
* Formatting.Eric Christopher2012-08-24
* Fix undefined behavior (negation of INT_MIN) in ARM backend.Richard Smith2012-08-24
* Fix floating-point divide by zero, in a case where the value was not going to...Richard Smith2012-08-24
* Remove some spurious mayLoad = 0 flags.Jakob Stoklund Olesen2012-08-24
* Add missing SDNP properties on the flushw node.Jakob Stoklund Olesen2012-08-24
* X86MemBarrier has unmodeled side effects.Jakob Stoklund Olesen2012-08-24
* Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...Richard Smith2012-08-24
* Formatting cleanup.Eric Christopher2012-08-23
* Add an assert here in case parsing gave us a NULL compile unit.Eric Christopher2012-08-23
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-23
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-23
* Add a flag to DwarfDebug to allow it to communicate whether or notEric Christopher2012-08-23
* Preserve operand flags in convertToThreeAddress() by copying operands.Jakob Stoklund Olesen2012-08-23
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-23
* Favor FMA3 over FMA4 if both are enabled.Craig Topper2012-08-23
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Typo.Eric Christopher2012-08-23
* Only emit the __debug_inlined section if we're trying to be compatibleEric Christopher2012-08-23
* Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher2012-08-23
* Add an option for darwin gdb compatibility.Eric Christopher2012-08-23
* Use a switch statement instead of a bunch of if-else checks and pull out the ...Craig Topper2012-08-23
* Remove unused private field to silence build warning.Craig Topper2012-08-23
* 80-col.Eric Christopher2012-08-23
* Tidy.Eric Christopher2012-08-23
* Simplify the computeOperandLatency API.Andrew Trick2012-08-23
* Make function loadImmediate a member of MipsSEInstrInfo and change it to returnAkira Hatanaka2012-08-23
* Add a member of type Mips16InstrInfo/MipsSEInstrInfo to classAkira Hatanaka2012-08-22
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-22
* SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2012-08-22
* [ms-inline asm] Avoid a false positive assertionChad Rosier2012-08-22
* Add a few float shrinking optimizations to SimplifyLibCalls. UnsafeChad Rosier2012-08-22
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. NoChad Rosier2012-08-22
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...Stepan Dyatkovskiy2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper2012-08-22
* Mark a function as static since it doesn't use anything in the class.Craig Topper2012-08-22
* Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka2012-08-22