| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -550/+2313 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -579/+887 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -459/+543 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -128/+180 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -67/+998 |
* | [PowerPC] Fix PR17354: Generate nop after local calls for PIC code. | Bill Schmidt | 2013-09-26 | 1 | -1/+3 |
* | [PowerPC] Add a FIXME. | Bill Schmidt | 2013-09-17 | 1 | -0/+4 |
* | PPC: Don't restrict lvsl generation to after type legalization | Hal Finkel | 2013-09-15 | 1 | -1/+2 |
* | Revert r190764: PPC: Don't restrict lvsl generation to after type legalization | Hal Finkel | 2013-09-15 | 1 | -0/+1 |
* | PPC: Don't restrict lvsl generation to after type legalization | Hal Finkel | 2013-09-15 | 1 | -1/+0 |
* | Add missing break statement in PPCISelLowering | Hal Finkel | 2013-09-13 | 1 | -0/+2 |
* | Remove an unused variable, fixing -Werror build with latest Clang. | Chandler Carruth | 2013-09-12 | 1 | -1/+0 |
* | Fix PPC ABI for ByVal structs with vector members | Hal Finkel | 2013-09-12 | 1 | -9/+49 |
* | Make the PPC fast-math sqrt expansion safe at 0 | Hal Finkel | 2013-09-12 | 1 | -1/+21 |
* | Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores | Hal Finkel | 2013-09-11 | 1 | -2/+5 |
* | [PowerPC] Call support for fast-isel. | Bill Schmidt | 2013-08-30 | 1 | -2/+1 |
* | [PowerPC] Add loads, stores, and related things to fast-isel. | Bill Schmidt | 2013-08-30 | 1 | -4/+2 |
* | Dummy code to silence warning from 4189266 | Bill Schmidt | 2013-08-26 | 1 | -0/+9 |
* | Add the PPC fcpsgn instruction | Hal Finkel | 2013-08-19 | 1 | -2/+7 |
* | Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o... | Craig Topper | 2013-08-15 | 1 | -4/+4 |
* | Actually fix PPC64 64-bit GPR inline asm constraint matching | Hal Finkel | 2013-08-14 | 1 | -1/+1 |
* | PPC: Map frin to round() not nearbyint() and rint() | Hal Finkel | 2013-08-08 | 1 | -56/+2 |
* | Fix PPC64 64-bit GPR inline asm constraint matching | Hal Finkel | 2013-08-03 | 1 | -1/+18 |
* | [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF. | Bill Schmidt | 2013-07-30 | 1 | -0/+6 |
* | PPC32 va_list is an actual structure so va_copy needs to copy the whole | Roman Divacky | 2013-07-25 | 1 | -1/+21 |
* | PPC: Add base-pointer support to builtin setjmp/longjmp | Hal Finkel | 2013-07-17 | 1 | -3/+30 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -12/+12 |
* | PPC: Add a better comment about the i64 FI fixup | Hal Finkel | 2013-07-10 | 1 | -2/+13 |
* | [PowerPC] Better fix for PR16556. | Bill Schmidt | 2013-07-09 | 1 | -9/+3 |
* | AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all | Stephen Lin | 2013-07-09 | 1 | -6/+3 |
* | PPC: Allocate RS spill slot for unaligned i64 load/store | Hal Finkel | 2013-07-09 | 1 | -2/+33 |
* | PPC: Mark vector CC action for SETO and SETONE as Expand | Hal Finkel | 2013-07-08 | 1 | -0/+3 |
* | PPC: Mark vector FREM as Expand by default | Hal Finkel | 2013-07-08 | 1 | -0/+1 |
* | [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT). | Bill Schmidt | 2013-07-08 | 1 | -0/+9 |
* | [PowerPC] Support @tls in the asm parser | Ulrich Weigand | 2013-07-05 | 1 | -1/+3 |
* | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -5/+0 |
* | Revert r185595-185596 which broke buildbots. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -0/+5 |
* | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-03 | 1 | -5/+0 |
* | [PowerPC] Always use mfocrf if available | Ulrich Weigand | 2013-07-03 | 1 | -6/+6 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 1 | -1/+1 |
* | [PowerPC] Rename some more VK_PPC_ enums | Ulrich Weigand | 2013-06-21 | 1 | -4/+4 |
* | [PowerPC] Expose some calling convention functions in PPCISelLowering.h. | Bill Schmidt | 2013-06-12 | 1 | -29/+14 |
* | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 1 | -5/+7 |
* | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -7/+12 |
* | PPC: Add a isConsecutiveLS utility function | Hal Finkel | 2013-05-27 | 1 | -2/+42 |
* | Prefer to duplicate PPC Altivec loads when expanding unaligned loads | Hal Finkel | 2013-05-26 | 1 | -3/+79 |
* | PPC: Combine duplicate (offset) lvsl Altivec intrinsics | Hal Finkel | 2013-05-25 | 1 | -1/+28 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -62/+61 |
* | PPC: Initial support for permutation-based unaligned Altivec loads | Hal Finkel | 2013-05-24 | 1 | -0/+129 |
* | Add LLVMContext argument to getSetCCResultType | Matt Arsenault | 2013-05-18 | 1 | -4/+4 |