| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 2016-09-14 | 2 | -4/+4 |
* | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 2016-09-14 | 2 | -3/+3 |
* | AArch64: Use TTI branch functions in branch relaxation | Matt Arsenault | 2016-09-14 | 2 | -5/+11 |
* | Revert r281336 (and r281337), it caused PR30372. | Nico Weber | 2016-09-13 | 1 | -7/+9 |
* | [Myriad]: set LeonCASA processor feature | Douglas Katzman | 2016-09-13 | 1 | -6/+6 |
* | Defer asm errors to post-statement failure | Nirav Dave | 2016-09-13 | 1 | -9/+7 |
* | Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ... | Eric Christopher | 2016-09-13 | 1 | -7/+9 |
* | [MC] Defer asm errors to post-statement failure | Nirav Dave | 2016-09-12 | 1 | -9/+7 |
* | [Sparc][LEON] Removed the parts of the errata fixes implemented using inline ... | Chris Dewhurst | 2016-09-09 | 1 | -76/+0 |
* | [Sparc][Leon] Corrected supported atomics size for processors supporting Leon... | Chris Dewhurst | 2016-09-06 | 1 | -1/+1 |
* | [Sparc] Mark i128 shift libcalls unavailable in 32-bit mode. | James Y Knight | 2016-09-02 | 1 | -0/+7 |
* | [Myriad]: add missing 'mcpu' values | Douglas Katzman | 2016-08-29 | 1 | -0/+3 |
* | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
* | [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround | Michael Kuperstein | 2016-08-18 | 2 | -11/+11 |
* | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -13/+13 |
* | Revert "[Sparc] Leon errata fix passes." | James Y Knight | 2016-08-12 | 8 | -947/+228 |
* | [Sparc][Leon] Missed resetting option flags from check-in 278489. | Chris Dewhurst | 2016-08-12 | 1 | -0/+3 |
* | [Sparc][Leon] Errata fixes for various errata in different versions of the Le... | Chris Dewhurst | 2016-08-12 | 7 | -230/+250 |
* | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -2/+1 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 3 | -56/+56 |
* | MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC | Joel Jones | 2016-07-25 | 2 | -2/+5 |
* | [Sparc]: Fix bug in LowerSTORE due to r275592 | Douglas Katzman | 2016-07-21 | 1 | -1/+1 |
* | [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,... | Justin Lebar | 2016-07-15 | 1 | -115/+66 |
* | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 2016-07-15 | 2 | -3/+3 |
* | Fix branch relaxation in 16-bit mode. | Nirav Dave | 2016-07-11 | 1 | -1/+2 |
* | Sparc: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -3/+3 |
* | [Sparc] Leon errata fix passes. | Chris Dewhurst | 2016-07-08 | 8 | -173/+869 |
* | Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher... | Benjamin Kramer | 2016-07-02 | 1 | -7/+6 |
* | CodeGen: Use MachineInstr& in TargetLowering, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 2 | -32/+30 |
* | Delete MCCodeGenInfo. | Rafael Espindola | 2016-06-30 | 1 | -25/+10 |
* | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 2 | -28/+25 |
* | [Sparc] Atomics pass changes to make work with SparcV8 back-ends. | Chris Dewhurst | 2016-06-27 | 1 | -4/+2 |
* | Use isPositionIndependent(). NFC. | Rafael Espindola | 2016-06-27 | 1 | -2/+2 |
* | Use isPositionIndependent(). NFC. | Rafael Espindola | 2016-06-27 | 2 | -5/+3 |
* | Last line of file missing on previous check-in. | Chris Dewhurst | 2016-06-27 | 1 | -0/+1 |
* | [Sparc] Formatting and commenting changes per review. | Chris Dewhurst | 2016-06-27 | 2 | -185/+191 |
* | [sparc] Simplify slow and verbose string matching code to startswith_lower. | Benjamin Kramer | 2016-06-27 | 1 | -15/+10 |
* | Prune some includes from headers and sink some inline functions | Reid Kleckner | 2016-06-22 | 2 | -0/+2 |
* | [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee | Krzysztof Parzyszek | 2016-06-22 | 1 | -2/+2 |
* | [SPARC] Additional condition required for DelaySlot fixing erratum in revisio... | Chris Dewhurst | 2016-06-19 | 1 | -0/+7 |
* | [SPARC] Fixes for hardware errata on LEON processor. | Chris Dewhurst | 2016-06-19 | 9 | -1/+449 |
* | Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass. | James Y Knight | 2016-06-17 | 1 | -0/+2 |
* | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 5 | -94/+66 |
* | [Sparc] Allow passing of empty structs. | Chris Dewhurst | 2016-06-01 | 1 | -11/+21 |
* | [sparc] Simplify a slow and verbose way of checking if a string starts with "... | Benjamin Kramer | 2016-05-27 | 1 | -6/+4 |
* | Apply clang-tidy's misc-static-assert where it makes sense. | Benjamin Kramer | 2016-05-27 | 1 | -1/+2 |
* | [sparc] Remove some unused (and undefined) declarations. | Benjamin Kramer | 2016-05-27 | 4 | -14/+2 |
* | [sparc] Move LEON passes into llvm namespace. | Benjamin Kramer | 2016-05-27 | 2 | -4/+6 |
* | [Sparc] Extend the assembler printing support for Sparc back-end. | Chris Dewhurst | 2016-05-26 | 1 | -0/+4 |
* | [SPARC] Fix 8 and 16-bit atomic load and store. | James Y Knight | 2016-05-23 | 2 | -14/+22 |