| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "[mips] Promote the result of SETCC nodes to GPR width." | Vasileios Kalintiris | 2016-03-01 | 1 | -62/+18 |
| * | [mips] Promote the result of SETCC nodes to GPR width. | Vasileios Kalintiris | 2016-03-01 | 1 | -18/+62 |
| * | Update to use new name alignTo(). | Rui Ueyama | 2016-01-14 | 1 | -8/+7 |
| * | Mips: Remove lowerSELECT_CC | Matt Arsenault | 2016-01-11 | 1 | -17/+2 |
| * | [Mips] Remove an unnecessary wrapping of a predicate with std::ptr_fun. NFC | Craig Topper | 2015-11-23 | 1 | -1/+1 |
| * | [MIPS] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCtlz() | Sanjay Patel | 2015-11-11 | 1 | -0/+8 |
| * | [WinEH] Update exception pointer registers | Joseph Tremoulet | 2015-11-07 | 1 | -3/+0 |
| * | [mips] Define patterns for the atomic_{load,store}_{8,16,32,64} nodes. | Vasileios Kalintiris | 2015-11-06 | 1 | -4/+4 |
| * | [mips] wrong opcode for ll/sc instructions on mipsr6 when -integrated-as is used | Zoran Jovanovic | 2015-10-29 | 1 | -5/+10 |
| * | [mips] Check for the correct error message in tests for interrupt attributes. | Vasileios Kalintiris | 2015-10-26 | 1 | -3/+3 |
| * | [mips] Interrupt attribute support for mips32r2+. | Vasileios Kalintiris | 2015-10-26 | 1 | -5/+26 |
| * | Mips: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -10/+5 |
| * | Remove 'const' from some ArrayRefs. ArrayRefs are already immutable. NFC | Craig Topper | 2015-09-28 | 1 | -3/+3 |
| * | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 2015-08-11 | 1 | -13/+16 |
| * | Fix some comment typos. | Benjamin Kramer | 2015-08-08 | 1 | -1/+1 |
| * | [mips][FastISel] Remove hidden mips-fast-isel option. | Vasileios Kalintiris | 2015-07-30 | 1 | -6/+2 |
| * | Implement target independent TLS compatible with glibc's emutls.c. | Chih-Hung Hsieh | 2015-07-28 | 1 | -0/+3 |
| * | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 2015-07-16 | 1 | -1/+2 |
| * | Allow {e,r}bp as the target of {read,write}_register. | Pat Gavlin | 2015-07-09 | 1 | -2/+2 |
| * | Remove getDataLayout() from TargetLowering | Mehdi Amini | 2015-07-09 | 1 | -2/+4 |
| * | Make isLegalAddressingMode() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -2/+2 |
| * | Make TargetLowering::getPointerTy() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -26/+33 |
| * | [TargetLowering] StringRefize asm constraint getters. | Benjamin Kramer | 2015-07-05 | 1 | -10/+8 |
| * | Add address space argument to isLegalAddressingMode | Matt Arsenault | 2015-06-01 | 1 | -1/+2 |
| * | Migrate existing backends that care about software floating point | Eric Christopher | 2015-05-12 | 1 | -0/+4 |
| * | Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match | Eric Christopher | 2015-05-07 | 1 | -2/+2 |
| * | Change getTargetNodeName() to produce compiler warnings for missing cases, fi... | Matthias Braun | 2015-05-07 | 1 | -2/+26 |
| * | [mips] Correct 128-bit shifts on 64-bit targets. | Daniel Sanders | 2015-04-29 | 1 | -5/+5 |
| * | Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes" | Sergey Dmitrouk | 2015-04-28 | 1 | -64/+76 |
| * | Revert "[DebugInfo] Add debug locations to constant SD nodes" | Daniel Jasper | 2015-04-28 | 1 | -76/+64 |
| * | [DebugInfo] Add debug locations to constant SD nodes | Sergey Dmitrouk | 2015-04-28 | 1 | -64/+76 |
| * | [MIPS] OperationAction for FP_TO_FP16, FP16_TO_FP | Pirama Arumuga Nainar | 2015-04-20 | 1 | -2/+22 |
| * | Allow memory intrinsics to be tail calls | Krzysztof Parzyszek | 2015-04-13 | 1 | -0/+1 |
| * | [mips] Distinguish 'R', 'ZC', and 'm' inline assembly memory constraint. | Daniel Sanders | 2015-03-24 | 1 | -0/+4 |
| * | Fix sign extension for MIPS64 in makeLibCall function | Petar Jovanovic | 2015-03-23 | 1 | -0/+9 |
| * | Have getCallPreservedMask and getThisCallPreservedMask take a | Eric Christopher | 2015-03-11 | 1 | -1/+2 |
| * | [mips] Specify the correct value type when combining a CMovFP node. | Vasileios Kalintiris | 2015-03-04 | 1 | -4/+2 |
| * | [mips] Optimize conditional moves where RHS is zero. | Vasileios Kalintiris | 2015-03-02 | 1 | -0/+32 |
| * | getRegForInlineAsmConstraint wants to use TargetRegisterInfo for | Eric Christopher | 2015-02-26 | 1 | -4/+5 |
| * | CodeGen: convert CCState interface to using ArrayRefs | Tim Northover | 2015-02-21 | 1 | -18/+16 |
| * | AArch64: Safely handle the incoming sret call argument. | Andrew Trick | 2015-02-16 | 1 | -2/+5 |
| * | MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit... | Benjamin Kramer | 2015-02-12 | 1 | -1/+1 |
| * | Only access TLOF via the TargetMachine, not TargetLowering. | Eric Christopher | 2015-02-03 | 1 | -7/+8 |
| * | Remove most of the TargetMachine::getSubtarget/getSubtargetImpl | Eric Christopher | 2015-01-29 | 1 | -103/+57 |
| * | Move the Mips target to storing the ABI in the TargetMachine rather | Eric Christopher | 2015-01-26 | 1 | -7/+20 |
| * | [mips] Enable arithmetic and binary operations for the i128 data type. | Vasileios Kalintiris | 2015-01-26 | 1 | -26/+28 |
| * | [mips] Fix 'jumpy' debug line info around calls. | Daniel Sanders | 2015-01-24 | 1 | -19/+19 |
| * | [mips] Add support for accessing $gp as a named register. | Daniel Sanders | 2015-01-09 | 1 | -0/+22 |
| * | [SelectionDAG] Allow targets to specify legality of extloads' result | Ahmed Bougacha | 2015-01-08 | 1 | -7/+10 |
| * | [mips][microMIPS] Fix bugs related to atomic SC/LL instructions | Jozef Kolek | 2014-12-18 | 1 | -4/+8 |