summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola2012-08-27
* Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadA...Craig Topper2012-08-26
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Add missing mayLoad flags to a large class of AVX *_Int instructions.Jakob Stoklund Olesen2012-08-24
* Missed tLEApcrelJT.Jakob Stoklund Olesen2012-08-24
* Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen2012-08-24
* Explicitly mark LEApcrel pseudos with hasSideEffects.Jakob Stoklund Olesen2012-08-24
* Stop inferring isVariadic from instruction patterns.Jakob Stoklund Olesen2012-08-24
* Fix call instruction operands in ARMFastISel.Jakob Stoklund Olesen2012-08-24
* Mark X86::RET and RETI instructions as variadic.Jakob Stoklund Olesen2012-08-24
* Avoid including explicit uses when counting SDNode imp-uses.Jakob Stoklund Olesen2012-08-24
* Disable Mips' delay slot filler when optimization level is O0.Akira Hatanaka2012-08-24
* In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if itsAkira Hatanaka2012-08-24
* Forgot to check in ProfileDataTypes.h in r162576Manman Ren2012-08-24
* Profile: move a single enum out of ProfileInfoTypes.h into a new Manman Ren2012-08-24
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-24
* Verify explicit instruction properties when they can be inferred.Jakob Stoklund Olesen2012-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
* Try to appease MSVC even more elaborately in the alignment hacking space.Chandler Carruth2012-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
* Heed guessInstructionProperties, and stop warning on redundant 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
* Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2012-08-23
* Fix attributes on X86 store intrinsics.Jakob Stoklund Olesen2012-08-23
* Fix a stub signature. HeuristicReduce should return a bool.Lang Hames2012-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