Age | Commit message (Expand) | Author |
2012-10-11 | Add in the first iteration of support for llvm/clang/lldb to allow variable p... | Micah Villmow |
2012-10-11 | This patch addresses PR13947. | Bill Schmidt |
2012-10-11 | Expose move to/from coprocessor instructions in MIPS64 mode. | David Chisnall |
2012-10-11 | Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>." | NAKAMURA Takumi |
2012-10-11 | Change MachineInstrBuilder::addDisp to copy over target flags by default. | Evan Cheng |
2012-10-10 | Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808 | Evan Cheng |
2012-10-10 | Add getters for the MIPS TargetTransform classes | Nadav Rotem |
2012-10-10 | Remove unused member variable introduced in r165665. | David Blaikie |
2012-10-10 | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem |
2012-10-10 | Patch by Shuxin Yang <shuxin.llvm@gmail.com>. | Nadav Rotem |
2012-10-10 | When generating spill and reload code for vector registers on PowerPC, | Bill Schmidt |
2012-10-10 | The PowerPC VRSAVE register has been somewhat of an odd beast since | Bill Schmidt |
2012-10-10 | Add support for FP_ROUND from v2f64 to v2f32 | Michael Liao |
2012-10-10 | Add alternative support for FP_ROUND from v2f32 to v2f64 | Michael Liao |
2012-10-10 | Fix for LDRB instruction: | Stepan Dyatkovskiy |
2012-10-10 | Issue description: | Stepan Dyatkovskiy |
2012-10-10 | Remove the final bits of Attributes being declared in the Attribute | Bill Wendling |
2012-10-10 | misched: Use the TargetSchedModel interface wherever possible. | Andrew Trick |
2012-10-10 | whitespace | Andrew Trick |
2012-10-10 | Reorder some parts of the td file to by in alphabetical order | Reed Kotler |
2012-10-10 | Implement MipsTargetLowering::CanLowerReturn. | Akira Hatanaka |
2012-10-09 | When expanding atomic load arith instructions, do not lose target flags. rdar... | Evan Cheng |
2012-10-09 | Initial assembler implementation of Mips load address macro | Jack Carter |
2012-10-09 | Use the attribute enums to query if a parameter has an attribute. | Bill Wendling |
2012-10-09 | Improvements to MIPS64 assembler: | David Chisnall |
2012-10-09 | Create enums for the different attributes. | Bill Wendling |
2012-10-09 | Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t... | Craig Topper |
2012-10-09 | In parseMSRMaskOperand, add an explicit check for the operand being an identi... | Craig Topper |
2012-10-09 | Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th... | Craig Topper |
2012-10-09 | Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k... | Craig Topper |
2012-10-09 | Use an iterator and proper query method instead of the 'hasAttrSomewhere' met... | Bill Wendling |
2012-10-08 | PR12716: PPC crashes on vector compare | Adhemerval Zanella |
2012-10-08 | misched: remove the unused getSpecialAddressLatency hook. | Andrew Trick |
2012-10-08 | PowerPC: Fix object creation with PPC::MTCRF8 instruction | Adhemerval Zanella |
2012-10-08 | Add floating-point to and from integer conversion | Adhemerval Zanella |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-10-07 | X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ... | Benjamin Kramer |
2012-10-06 | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter |
2012-10-06 | Minor changes based on post commit review: | Jack Carter |
2012-10-05 | Minor changes based on post commit review: | Jack Carter |
2012-10-05 | This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4 | Bill Schmidt |
2012-10-05 | [ms-inline asm] Add a few typedefs to simplify future changes. | Chad Rosier |
2012-10-05 | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler |
2012-10-05 | Remove empty file. | Benjamin Kramer |
2012-10-05 | Implement TargetData with the DataLayout class, this will allow LLVM projects... | Micah Villmow |
2012-10-05 | - Mark the BCC and BLR defs as isCodeGenOnly per error output from | Will Schmidt |
2012-10-05 | Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ... | Craig Topper |
2012-10-05 | Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos... | Craig Topper |
2012-10-05 | Follow up to r165072. Try a different approach: only move the load when it's ... | Evan Cheng |
2012-10-04 | [ms-inline asm] Add support for parsing [Intel dialect] memory operands that use | Chad Rosier |