- aaaecfc Stop inferring isVariadic from instruction patterns. by Jakob Stoklund Olesen · 13 years ago
- 0745b64 Fix call instruction operands in ARMFastISel. by Jakob Stoklund Olesen · 13 years ago
- 9511a46 Mark X86::RET and RETI instructions as variadic. by Jakob Stoklund Olesen · 13 years ago
- baa74e4 Avoid including explicit uses when counting SDNode imp-uses. by Jakob Stoklund Olesen · 13 years ago
- 16865d0 Disable Mips' delay slot filler when optimization level is O0. by Akira Hatanaka · 13 years ago
- 45d8dbc In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if its by Akira Hatanaka · 13 years ago
- 6adeb67 Forgot to check in ProfileDataTypes.h in r162576 by Manman Ren · 13 years ago
- cd62c28 Profile: move a single enum out of ProfileInfoTypes.h into a new by Manman Ren · 13 years ago
- 1a710fd BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle by Manman Ren · 13 years ago
- 91f8dc9 Verify explicit instruction properties when they can be inferred. by Jakob Stoklund Olesen · 13 years ago
- b5b86d2 [asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limited to functions any more by Kostya Serebryany · 13 years ago
- 2c53806 [asan/tsan] extend the functionality of FunctionBlackList to globals and modules. Patch by Reid Watson. by Kostya Serebryany · 13 years ago
- 9fb8b49 Lower constant pools and jump tables via TOC on PPC64/SVR4. by Roman Divacky · 13 years ago
- bd7684c GVN: Fix quadratic runtime on the number of switch cases. by Benjamin Kramer · 13 years ago
- 4d320db Fix load/store SDNode flags. by Jakob Stoklund Olesen · 13 years ago
- ea47628 Add missing SDNPSideEffect flags. by Jakob Stoklund Olesen · 13 years ago
- 3d2a2d1 Remove more mayLoad workarounds. by Jakob Stoklund Olesen · 13 years ago
- be06428 Try to appease MSVC even more elaborately in the alignment hacking space. by Chandler Carruth · 13 years ago
- 0e29237 Custom lower FMA intrinsics to target specific nodes and remove the patterns. by Craig Topper · 13 years ago
- 873cf0a Use DW_FORM_flag_present to save space in debug information if we're by Eric Christopher · 13 years ago
- 3887a90 Add support for some missing DW_FORM_*. by Eric Christopher · 13 years ago
- 08cdb6e Formatting. by Eric Christopher · 13 years ago
- aaf2179 Fix undefined behavior (negation of INT_MIN) in ARM backend. by Richard Smith · 13 years ago
- 9e085a8 Fix floating-point divide by zero, in a case where the value was not going to be used anyway. by Richard Smith · 13 years ago
- 6211386 Remove some spurious mayLoad = 0 flags. by Jakob Stoklund Olesen · 13 years ago
- 912519a Heed guessInstructionProperties, and stop warning on redundant flags. by Jakob Stoklund Olesen · 13 years ago
- 02c6380 Add missing SDNP properties on the flushw node. by Jakob Stoklund Olesen · 13 years ago
- cfe8a96 X86MemBarrier has unmodeled side effects. by Jakob Stoklund Olesen · 13 years ago
- b080e2f Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat with an enormous exponent. Caught by an existing unit test + -ftrapv. by Richard Smith · 13 years ago
- 5d04a3a Formatting cleanup. by Eric Christopher · 13 years ago
- fa76f22 Add an assert here in case parsing gave us a NULL compile unit. by Eric Christopher · 13 years ago
- cbbd5b1 Remove the DW_AT_MIPS_linkage name attribute when we don't need it by Eric Christopher · 13 years ago
- 20f47ab Turn these two options in to trinary state so that they can be by Eric Christopher · 13 years ago
- c1610fa Add a flag to DwarfDebug to allow it to communicate whether or not by Eric Christopher · 13 years ago
- 91f3a6c Preserve operand flags in convertToThreeAddress() by copying operands. by Jakob Stoklund Olesen · 13 years ago
- c1f10fd Tristate mayLoad, mayStore, and hasSideEffects. by Jakob Stoklund Olesen · 13 years ago
- f104bf6 Add CodeGenTarget::guessInstructionProperties. by Jakob Stoklund Olesen · 13 years ago
- 55f1ef0 Fix attributes on X86 store intrinsics. by Jakob Stoklund Olesen · 13 years ago
- bfa7eda Fix a stub signature. HeuristicReduce should return a bool. by Lang Hames · 13 years ago
- 9b54141 Favor FMA3 over FMA4 if both are enabled. by Craig Topper · 13 years ago
- a00b80b Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 13 years ago
- 9d9f5a5 Typo. by Eric Christopher · 13 years ago
- 9eb1a94 Only emit the __debug_inlined section if we're trying to be compatible by Eric Christopher · 13 years ago
- 3180d5a Make this darwin specific to try to silence the bots. by Eric Christopher · 13 years ago
- 360f006 Emit pubtypes only when going for darwin gdb compatibility. by Eric Christopher · 13 years ago
- ccffa84 Filecheck-ize. by Eric Christopher · 13 years ago
- 10cb744 Add an option for darwin gdb compatibility. by Eric Christopher · 13 years ago
- 1df46c3 Make the setInst method take its MCInst parameter by reference, a la Jim's by Lang Hames · 13 years ago
- 8a5bc5a Use a switch statement instead of a bunch of if-else checks and pull out the common function call. by Craig Topper · 13 years ago
- 71eab96 Remove unused private field to silence build warning. by Craig Topper · 13 years ago
- bd5bc21 80-col. by Eric Christopher · 13 years ago
- 1a145c4 Tidy. by Eric Christopher · 13 years ago
- ffd2526 Simplify the computeOperandLatency API. by Andrew Trick · 13 years ago
- fc4eafa Make function loadImmediate a member of MipsSEInstrInfo and change it to return by Akira Hatanaka · 13 years ago
- 91a35f0 Add a member of type Mips16InstrInfo/MipsSEInstrInfo to class by Akira Hatanaka · 13 years ago
- a2ea78f Fix an assortment of doxygen comment mistakes found by -Wdocumentation. by Ted Kremenek · 13 years ago
- 376a8a7 Print out the location of expanded multiclass defs in TableGen errors. by Jakob Stoklund Olesen · 13 years ago
- 6c6237f MCInstFragment constructor should take by-reference MCInst. by Jim Grosbach · 13 years ago
- de65947 darwin/cross-build: Unset SDKROOT when building BuildTools. by Daniel Dunbar · 13 years ago
- 7f07d2f SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment. by Benjamin Kramer · 13 years ago
- 674101e [ms-inline asm] Avoid a false positive assertion by Chad Rosier · 13 years ago
- 5f676fe Whitespace. by Chad Rosier · 13 years ago
- 69b8e62 Add test case for r162368. by Chad Rosier · 13 years ago
- ec7e92a Add a few float shrinking optimizations to SimplifyLibCalls. Unsafe by Chad Rosier · 13 years ago
- 986d76d Tidy up a few more uses of MF.getFunction()->getName(). by David Blaikie · 13 years ago
- d7e2525 Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No by Chad Rosier · 13 years ago
- 05d96f9 Reduce duplicated hash map lookups. by Benjamin Kramer · 13 years ago
- fdeb9fe Rejected 169195. As Duncan commented, bitcasting to proper type is wrong approach. We need to insert some valid TRANCATE node here. by Stepan Dyatkovskiy · 13 years ago
- 96601ca Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. by Craig Topper · 13 years ago
- df8de92 Don't cache the MBB in the class. Its only used by one function. Change a for loop over operands to use unsigned instead of int. by Craig Topper · 13 years ago
- f7c4d26 Mark a function as static since it doesn't use anything in the class. by Craig Topper · 13 years ago
- e7338cd Add register Mips::GP to the list of reserved registers if target is bare-metal by Akira Hatanaka · 13 years ago
- 6522a9e Add option disable-mips-delay-filler. Turn on mips' delay slot filler by by Akira Hatanaka · 13 years ago
- c8f267f TblGen: Make asm-matcher ConvertToMCInst() table driven. by Jim Grosbach · 13 years ago
- 101771b For mips64 switch statements in subroutines could generate by Jack Carter · 13 years ago
- cb1f68d Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The by Richard Smith · 13 years ago
- bc36393 Reduce alignment of SmallVector<T> to the required amount, rather than forcing 16-byte alignment. This fixes misaligned SmallVector accesses via ExtractValueInst's SmallVector data member. by Richard Smith · 13 years ago
- 6871d1e Add a few functions to TargetLibraryInfo as part of PR13574. by Chad Rosier · 13 years ago
- 75dd7f0 MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a by Richard Smith · 13 years ago
- 97defc3 Fix misaligned access in MachO object file reader: despite containing an by Richard Smith · 13 years ago
- fca01b5 Fix unaligned memory accesses when performing relocations in X86 JIT. There's by Richard Smith · 13 years ago
- 79b59a2 Don't pass a null pointer to cast<> in its unit tests. by Richard Smith · 13 years ago
- 875cc5d Don't bind a reference to a dereferenced null pointer (for return value of WeakVH::operator*). by Richard Smith · 13 years ago
- b4fdade [ms-inline asm] Do not report a Parser error when matching inline assembly. by Chad Rosier · 13 years ago
- 19b1d84a Ignore the documentation-suggested location for compile_commands.json by David Blaikie · 13 years ago
- 1052a1d The presence of the empty file "foo" unfortunately does not improve LLVM in any way. by David Blaikie · 13 years ago
- 79c78de Remove unnecessary cast that was also unnecessarily casting away constness. by David Blaikie · 13 years ago
- 74169b2 Provide a portability macro for __builtin_trap. by David Blaikie · 13 years ago
- 799aacf Fix macros arguments with an underscore, dot or dollar in them. This is based by Rafael Espindola · 13 years ago
- 64bfcbb [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, by Chad Rosier · 13 years ago
- 4c1d2ba Formatting. No functional change. by Chad Rosier · 13 years ago
- d7ae0f1 Make the wording in of the "expected identifier" error in the .macro directive by Rafael Espindola · 13 years ago
- 578d5f4 Pacify PVS-Studio by changing the type rather than doing a cast, a tweak by Duncan Sands · 13 years ago
- 35907e9 Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 13 years ago
- 7996d04 Use typedefs. Fix indentation. Extracted from the Andy/PaX patch. by Rafael Espindola · 13 years ago
- c558476 Remove unused variable. Extracted from the Andy/PaX patch. by Rafael Espindola · 13 years ago
- 76ac200 Fix typo. Extracted from the Andy/PaX patch. by Rafael Espindola · 13 years ago
- 8005bcd MCJIT: Tidy up the constructor. by Jim Grosbach · 13 years ago
- 91fcb7f PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the by Duncan Sands · 13 years ago
- d43d7fe Add correct set of regression tests for r162094 commit. by Tim Northover · 13 years ago