| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recommit r265547, and r265610,r265639,r265657 on top of it, plus | Wei Mi | 2016-04-13 | 1 | -0/+162 |
| * | CodeGen: Clear the MFI's save and restore point after PrologEpilogInserter | Justin Bogner | 2016-04-12 | 1 | -0/+27 |
| * | ARM: use r7 as the frame-pointer on all MachO targets. | Tim Northover | 2016-04-11 | 2 | -8/+10 |
| * | Swift Calling Convention: swifterror target support. | Manman Ren | 2016-04-11 | 1 | -0/+381 |
| * | More upgrading of old- and very-old-style debug info in testcases. | Adrian Prantl | 2016-04-11 | 2 | -3/+3 |
| * | Add trailing colons to labels in a test. | James Y Knight | 2016-04-08 | 1 | -12/+12 |
| * | Revert r265817 | Colin LeMahieu | 2016-04-08 | 4 | -8/+8 |
| * | [llvm-objdump] Printing hex instead of dec by default | Colin LeMahieu | 2016-04-08 | 4 | -8/+8 |
| * | [ARM] Enable SMLAW[B|T] and SMLUW[B|T] instruction selection | Sam Parker | 2016-04-08 | 2 | -26/+105 |
| * | Swift Calling Convention: swiftcc for ARM. | Manman Ren | 2016-04-05 | 2 | -0/+201 |
| * | Don't delete empty preheaders in CodeGenPrepare if it would create a critical... | Chuang-Yu Cheng | 2016-04-05 | 2 | -4/+4 |
| * | ARM, AArch64, X86: Check preserved registers for tail calls. | Matthias Braun | 2016-04-04 | 1 | -0/+22 |
| * | Add missing emissionKind flags to the DICompileUnits of several old testcases. | Adrian Prantl | 2016-04-01 | 1 | -1/+1 |
| * | testcase gardening: update the emissionKind enum to the new syntax. (NFC) | Adrian Prantl | 2016-04-01 | 18 | -18/+18 |
| * | Move the DebugEmissionKind enum from DIBuilder into DICompileUnit. | Adrian Prantl | 2016-03-31 | 7 | -7/+7 |
| * | [ARM] Expand v1i64 and v2i64 ctpop. | Benjamin Kramer | 2016-03-31 | 1 | -0/+16 |
| * | Swift Calling Convention: add swiftself attribute. | Manman Ren | 2016-03-29 | 1 | -0/+32 |
| * | [Codegen] Decrease minimum jump table density. | Kyle Butt | 2016-03-29 | 1 | -1/+1 |
| * | fix checks: *_DAG -> *-DAG | Sanjay Patel | 2016-03-28 | 1 | -1/+1 |
| * | ARM: maintain BB ordering when expanding WIN__DBZCHK | Saleem Abdulrasool | 2016-03-25 | 2 | -25/+64 |
| * | ARM: fix optimised division on WoA | Saleem Abdulrasool | 2016-03-25 | 1 | -3/+32 |
| * | Remove unsafe AssertZext after promoting result of FP_TO_FP16 | Pirama Arumuga Nainar | 2016-03-24 | 1 | -0/+12 |
| * | CodeGen: check return types match when emitting tail call to builtin. | Tim Northover | 2016-03-22 | 1 | -0/+37 |
| * | ARM: Better codegen for 64-bit compares. | Peter Collingbourne | 2016-03-21 | 3 | -144/+152 |
| * | [ARM] Add Cortex-A32 support | Renato Golin | 2016-03-21 | 1 | -0/+35 |
| * | [DAGCombine] Catch the case where extract_vector_elt can cause an any_ext whi... | Silviu Baranga | 2016-03-21 | 1 | -1/+37 |
| * | [CXX_FAST_TLS] Fix issues in ARM. | Manman Ren | 2016-03-18 | 1 | -4/+16 |
| * | [CXX_FAST_TLS] Disable tail call when calling conventions are mismatched. | Manman Ren | 2016-03-18 | 1 | -0/+13 |
| * | [CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86. | Manman Ren | 2016-03-18 | 1 | -1/+49 |
| * | ARM: stop asserting on weird <3 x Ty> vectors in ISelLowering. | Tim Northover | 2016-03-17 | 2 | -0/+16 |
| * | ARM: Revert SVN r253865, 254158, fix windows division | Saleem Abdulrasool | 2016-03-17 | 3 | -81/+95 |
| * | [ARM] Cortex-R8 support | Alexandros Lamprineas | 2016-03-10 | 1 | -0/+31 |
| * | ARM: follow up improvements for SVN r263118 | Saleem Abdulrasool | 2016-03-10 | 1 | -0/+1 |
| * | ARM: correct __builtin_longjmp on WoA | Saleem Abdulrasool | 2016-03-10 | 1 | -0/+16 |
| * | [ARM] Merging 64-bit divmod lib calls into one | Renato Golin | 2016-03-04 | 1 | -1/+18 |
| * | llvm/test/CodeGen/ARM/rem_crash.ll: Avoid unsupported targets to specify expl... | NAKAMURA Takumi | 2016-03-03 | 1 | -1/+1 |
| * | Making rem_crash.ll target-specific | Renato Golin | 2016-03-03 | 1 | -0/+257 |
| * | Revert "[ARM] Merging 64-bit divmod lib calls into one" | Renato Golin | 2016-03-03 | 1 | -3/+1 |
| * | [ARM] Merging 64-bit divmod lib calls into one | Renato Golin | 2016-03-02 | 1 | -1/+3 |
| * | ARM: Introduce conservative load/store optimization mode | Matthias Braun | 2016-03-02 | 2 | -21/+32 |
| * | ARM: sink atomic release barrier as far as possible into cmpxchg. | Tim Northover | 2016-02-22 | 4 | -46/+69 |
| * | [RegAllocFast] Properly track the physical register definitions on calls. | Quentin Colombet | 2016-02-20 | 1 | -1/+3 |
| * | [SjLjEHPrepare] Don't grab pointers to functions in doInitialization | David Majnemer | 2016-02-19 | 1 | -0/+31 |
| * | When printing MIR, output to errs() rather than outs(). | Justin Lebar | 2016-02-19 | 1 | -1/+1 |
| * | Fix some erroneous lit test failures due to unlucky name of working directory. | Mitch Bodart | 2016-02-17 | 3 | -7/+16 |
| * | ARM: support TLS for WoA | Saleem Abdulrasool | 2016-02-03 | 1 | -0/+143 |
| * | [ARM] Move GNUEABI divmod to __aeabi_divmod* | Renato Golin | 2016-02-03 | 1 | -47/+2 |
| * | Removed FeatureVFPOnlySP from the Cortex-R7 processor model | Sjoerd Meijer | 2016-02-02 | 1 | -2/+1 |
| * | ARM: don't mangle DAG constant if it has more than one use | Tim Northover | 2016-01-29 | 1 | -0/+17 |
| * | [ARM] Emit trap instruction using .inst directive | Alexandros Lamprineas | 2016-01-29 | 2 | -20/+49 |