2015-01-06 |
Hal Finkel | [PowerPC] Reuse a load operand in int->fp conversions |
tree | commitdiff |
2015-01-06 |
Colin LeMahieu | [Hexagon] Adding compound jump encodings. |
tree | commitdiff |
2015-01-06 |
Tom Stellard | R600/SI: Insert s_waitcnt before s_barrier instructions. |
tree | commitdiff |
2015-01-06 |
Tom Stellard | R600/SI: Fix dependency calculation for DS writes instr... |
tree | commitdiff |
2015-01-06 |
Colin LeMahieu | [Hexagon] Adding encoding for misc v4 instructions... |
tree | commitdiff |
2015-01-06 |
Colin LeMahieu | [Hexagon] Adding encoding information for absolute... |
tree | commitdiff |
2015-01-06 |
Tom Stellard | R600/SI: Add a stub GCNTargetMachine |
tree | commitdiff |
2015-01-06 |
Tom Stellard | R600/SI: Remove MachineFunction dump from AsmPrinter |
tree | commitdiff |
2015-01-06 |
Colin LeMahieu | [Hexagon] Fix 225267. GP register is not yet fully... |
tree | commitdiff |
2015-01-06 |
Colin LeMahieu | [Hexagon] Adding dealloc_return encoding and absolute... |
tree | commitdiff |
2015-01-06 |
Asiri Rathnayake | [ARM] Cleanup so_imm* tblgen defintions |
tree | commitdiff |
2015-01-06 |
Craig Topper | [X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16. |
tree | commitdiff |
2015-01-06 |
Craig Topper | [X86] Make isel select the 2-byte register form of... |
tree | commitdiff |
2015-01-06 |
Hal Finkel | [PowerPC] Remove old README.txt entry regarding struct... |
tree | commitdiff |
2015-01-06 |
David Majnemer | X86: Don't make illegal GOTTPOFF relocations |
tree | commitdiff |
2015-01-06 |
Hal Finkel | [PowerPC] Add some missing names in getTargetNodeName |
tree | commitdiff |
2015-01-06 |
Hal Finkel | [PowerPC] Improve int_to_fp(fp_to_int(x)) combining |
tree | commitdiff |
2015-01-06 |
Craig Topper | [X86] Remove 16-bit and 32-bit offset jump instructions... |
tree | commitdiff |
2015-01-06 |
Craig Topper | [X86] Make isel select the shorter form of jump instruc... |
tree | commitdiff |
2015-01-06 |
Eric Christopher | Remove dead variable. |
tree | commitdiff |
2015-01-06 |
Eric Christopher | Use the same call off of the TargetMachine rather than... |
tree | commitdiff |
2015-01-06 |
Eric Christopher | Rewrite the Mips16HardFloat pass to avoid using the... |
tree | commitdiff |
2015-01-06 |
Lang Hames | Revert r225048: It broke ObjC on AArch64. |
tree | commitdiff |
2015-01-06 |
Brad Smith | Remove X86 .quad workaround for buggy GNU assembler... |
tree | commitdiff |
2015-01-05 |
Duncan P. N. Exon... | Revert "Use the integrated assembler by default on... |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Remove old README.txt entry |
tree | commitdiff |
2015-01-05 |
Simon Pilgrim | [X86][SSE] lowerVectorShuffleAsByteShift tidyup |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Convert a README.txt entry into a better... |
tree | commitdiff |
2015-01-05 |
Brad Smith | Use the integrated assembler by default on 32-bit Power... |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Remove README.txt entry |
tree | commitdiff |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding add/sub with carry, logical shift... |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Add a test for truncating a shifted load |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Add another test for load/store with update |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Fold i1 extensions with other ops |
tree | commitdiff |
2015-01-05 |
Simon Pilgrim | [X86][SSE] Fixed description for isSequentialOrUndefInR... |
tree | commitdiff |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding rounding reg/reg variants, accumulatin... |
tree | commitdiff |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding V4 bit manipulating instructions,... |
tree | commitdiff |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding V4 logic-logic instructions and tests. |
tree | commitdiff |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding orand, bitsplit reg/reg, and modwrap... |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Remove zexts after i32 ctlz |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Remove zexts after byte-swapping loads |
tree | commitdiff |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding round reg/imm and bitsplit instructions. |
tree | commitdiff |
2015-01-05 |
Ahmed Bougacha | [AArch64] Improve codegen of store lane instructions... |
tree | commitdiff |
2015-01-05 |
Ahmed Bougacha | [AArch64] Improve codegen of store lane 0 instructions... |
tree | commitdiff |
2015-01-05 |
Karthik Bhat | Select lower fsub,fabs pattern to fabd on AArch64 |
tree | commitdiff |
2015-01-05 |
Charlie Turner | Parse Tag_compatibility correctly. |
tree | commitdiff |
2015-01-05 |
Charlie Turner | Emit the build attribute Tag_conformance. |
tree | commitdiff |
2015-01-05 |
Karthik Bhat | Select lower sub,abs pattern to sabd on AArch64 |
tree | commitdiff |
2015-01-05 |
Craig Topper | Replace several 'assert(false' with 'llvm_unreachable... |
tree | commitdiff |
2015-01-05 |
Craig Topper | [X86] Remove the predicates from the register forms... |
tree | commitdiff |
2015-01-05 |
Craig Topper | [X86] Simplify code a little by just summing flags... |
tree | commitdiff |
2015-01-05 |
Craig Topper | [X86] Remove unnecessary redeclaration of a variable... |
tree | commitdiff |
2015-01-05 |
Craig Topper | [X86] Remove a strange fixme referring to a hack that... |
tree | commitdiff |
2015-01-05 |
Craig Topper | [x86] Reduce text duplication for similar operand class... |
tree | commitdiff |
2015-01-05 |
Craig Topper | [X86] Fix the immediate size to match the address size... |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Enable speculation of cttz/ctlz |
tree | commitdiff |
2015-01-05 |
Hal Finkel | [PowerPC] Materialize i64 constants using rotation... |
tree | commitdiff |
2015-01-04 |
Hal Finkel | [PowerPC] Materialize i64 constants using rotation |
tree | commitdiff |
2015-01-04 |
Hal Finkel | [PowerPC] Materialize i64 constants using bit inversion |
tree | commitdiff |
2015-01-03 |
Saleem Abdulrasool | ARM: permit tail calls to weak externals on COFF |
tree | commitdiff |
2015-01-03 |
Hal Finkel | [PowerPC/BlockPlacement] Allow target to provide a... |
tree | commitdiff |
2015-01-03 |
Hal Finkel | [PowerPC] Use 16-byte alignment for modern cores for... |
tree | commitdiff |
2015-01-03 |
Craig Topper | Minor cleanup to all the switches after MatchInstructio... |
tree | commitdiff |
2015-01-03 |
Hal Finkel | [PowerPC] Add support for the CMPB instruction |
tree | commitdiff |
2015-01-03 |
Craig Topper | [X86] Disassembler support for move to/from %rax with... |
tree | commitdiff |
2015-01-03 |
Craig Topper | [X86] Use 32-bit sign extended immediate for 64-bit... |
tree | commitdiff |
2015-01-02 |
Andrea Di Biagio | Improved comments. No functional change intended. |
tree | commitdiff |
2015-01-02 |
Craig Topper | [X86] Bring some better consistency to the naming of... |
tree | commitdiff |
2015-01-02 |
Craig Topper | [X86] Make the instructions that use AdSize16/32/64... |
tree | commitdiff |
2015-01-01 |
Hal Finkel | [PowerPC] use UINT64_C instead of ul |
tree | commitdiff |
2015-01-01 |
Hal Finkel | [PowerPC] Improve instruction selection bit-permuting... |
tree | commitdiff |
2014-12-31 |
Rafael Espindola | Add r224985 back with a fix. |
tree | commitdiff |
2014-12-31 |
Colin LeMahieu | Reverting 225045 and 225043 and XFAIL multiline.ll... |
tree | commitdiff |
2014-12-31 |
Colin LeMahieu | [Hexagon] Removing assertion to appease buildbot until... |
tree | commitdiff |
2014-12-31 |
Rafael Espindola | Revert "Remove doesSectionRequireSymbols." |
tree | commitdiff |
2014-12-31 |
Colin LeMahieu | [Hexagon] Changing an llvm_unreachable to an assertion... |
tree | commitdiff |
2014-12-31 |
Craig Topper | [X86] Fix disassembly of absolute moves to work correct... |
tree | commitdiff |
2014-12-31 |
Craig Topper | [x86] Simplify detection of jcxz/jecxz/jrcxz in disasse... |
tree | commitdiff |
2014-12-31 |
Colin LeMahieu | [Hexagon] Adding accumulating add/sub, doubleword logic... |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding double-logic on predicate instructions. |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding newvalue compare and jumps. |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding postincrement register newvalue stores. |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Removing old newvalue store variants. Adding... |
tree | commitdiff |
2014-12-30 |
Zoran Jovanovic | [mips][microMIPS] Relocate with symbol for micromips... |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed store new-value variants. |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed store of immediates. |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed stores. |
tree | commitdiff |
2014-12-30 |
Peter Collingbourne | x86_64: Fix calls to __morestack under the large code... |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding reg-reg indexed load forms. |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Dropping old combine instructions without... |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding compare byte/halfword reg-reg/reg... |
tree | commitdiff |
2014-12-30 |
Colin LeMahieu | [Hexagon] Updating constant extender def, adding alu... |
tree | commitdiff |
2014-12-30 |
Rafael Espindola | Remove doesSectionRequireSymbols. |
tree | commitdiff |
2014-12-29 |
Colin LeMahieu | [Hexagon] Adding allocframe, post-increment circular... |
tree | commitdiff |
2014-12-29 |
Colin LeMahieu | [Hexagon] Fixing 224952 where an addressing mode update... |
tree | commitdiff |
2014-12-29 |
Colin LeMahieu | [Hexagon] Adding post-increment register form stores... |
tree | commitdiff |
2014-12-29 |
Colin LeMahieu | [Hexagon] Replacing the remaining postincrement stores... |
tree | commitdiff |
2014-12-29 |
Colin LeMahieu | [Hexagon] Renaming old multiclass for removal. Adding... |
tree | commitdiff |
2014-12-29 |
Craig Topper | [X86] Fix some cases where some 8-bit instructions... |
tree | commitdiff |
2014-12-29 |
Craig Topper | [X86] Add the 0x82 instructions to the disassebmler... |
tree | commitdiff |
next |