| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips][atomics] Fix atomic instruction descriptions and uses. | Simon Dardis | 2016-06-14 | 1 | -18/+46 |
| * | Run clang-tidy's performance-unnecessary-copy-initialization over LLVM. | Benjamin Kramer | 2016-06-12 | 1 | -1/+1 |
| * | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -24/+23 |
| * | [mips][microMIPS] Add CodeGen support for SEL.*, SELEQZ, SELNEZ, SELEQZ.*, SE... | Zlatko Buljan | 2016-06-09 | 1 | -0/+1 |
| * | [mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov... | Daniel Sanders | 2016-06-03 | 1 | -1/+0 |
| * | [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations. | Daniel Sanders | 2016-05-03 | 1 | -1/+1 |
| * | [mips][atomics] Fix partword atomic binary operation implementation | Simon Dardis | 2016-04-28 | 1 | -6/+10 |
| * | [CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering... | Craig Topper | 2016-04-28 | 1 | -4/+0 |
| * | [mips] Fix emitAtomicCmpSwapPartword to handle 64 bit pointers correctly | Zoran Jovanovic | 2016-04-13 | 1 | -6/+11 |
| * | [mips] Sign-extend i32 values truncated from previously zero-extended i32 val... | Vasileios Kalintiris | 2016-04-13 | 1 | -0/+34 |
| * | [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D... | Zlatko Buljan | 2016-04-13 | 1 | -4/+20 |
| * | [mips][microMIPS] Revert commits r264245 and r264248. | Zoran Jovanovic | 2016-04-02 | 1 | -20/+4 |
| * | [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D... | Zlatko Buljan | 2016-03-24 | 1 | -4/+20 |
| * | Tweak some atomics functions in preparation for larger changes; NFC. | James Y Knight | 2016-03-16 | 1 | -1/+0 |
| * | [mips] MIPS32R6 compact branch support | Daniel Sanders | 2016-03-14 | 1 | -0/+2 |
| * | 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 |