1. e82b560 Subzero. Performance tweaks. by John Porto · 8 years ago
  2. 09802a9 Subzero: Add missing bits to MIPS implementation. by Jim Stichnoth · 8 years ago
  3. 3fe4b57 Subzero: Basic unconditional branch for Mips. by Reed Kotler · 8 years ago
  4. a80cdbc Subzero: implement 64 bit multiply in mips32 by Reed Kotler · 8 years ago
  5. 94e97f6 Subzero. ARM32. Enable hwdiv-arm crosstests. by John Porto · 8 years ago
  6. 6d39237 Subzero. ARM32. Enable more crosstests. by Eric Holk · 8 years ago
  7. 916e37b ARM32 vector lowering: fabs, scalarize remaining arithmetic operations. by Eric Holk · 8 years ago
  8. d6cf6b3 ARM32 Vector lowering - scalarize select by Eric Holk · 8 years ago
  9. b35615b Subzero. Removes X8664_STACK_HACK from the crosstests. by John Porto · 8 years ago
  10. 425e06b Add fabs(<4 x float>) to the integrated ARM assembler. by Karl Schimpf · 8 years ago
  11. 953568f This would eliminate a lot of repetitive coding in subzero. by Reed Kotler · 8 years ago
  12. 4b6e4b4 Subzero. ARM32. Refactors atomic intrinsics lowering. by John Porto · 8 years ago
  13. 816fd68 Subzero: Set the correct target arch in the browser hookup. by Jim Stichnoth · 8 years ago
  14. 5fa0a5f Subzero: Avoid explicit references to RegNumT sentinel value. by Reed Kotler · 8 years ago
  15. 4af7213 Add move vector to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  16. dc61925 Subzero. ARM32. Nonsfi. by John Porto · 9 years ago
  17. e54e530 Fix missing register class. by Karl Schimpf · 9 years ago
  18. 6de32b2 Add insert/extract element to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  19. cc69fa2 ARM32 vector ops - scalarize icmp, fcmp and cast. by Eric Holk · 9 years ago
  20. 8aa3966 Subzero: Use a proper RegNumT type instead of int32_t/SizeT. by Jim Stichnoth · 9 years ago
  21. 4789828 Fix bug in arith.ll (ARM) tests. by Karl Schimpf · 9 years ago
  22. cfc2553 ARM32 vector division lowering. by Eric Holk · 9 years ago
  23. fbdc7e4 Subzero: Fix trailing whitespace errors. by Jim Stichnoth · 9 years ago
  24. d91cbbf Change ARM calls into indirect calls. by Karl Schimpf · 9 years ago
  25. f084a57 Add NOP to ARM IR lowering. by Karl Schimpf · 9 years ago
  26. 00c3038 Fix ARM assembler to pop registers in reverse order of pushes. by Karl Schimpf · 9 years ago
  27. 658bae2 Subzero: ARM32: lowering of vector insert and extract. by Eric Holk · 9 years ago
  28. 2d6c826 Subzero: Clean up some uses of *_cast<>. by Jim Stichnoth · 9 years ago
  29. 28df6ba Subzero: Fix a mul lowering error. by Jim Stichnoth · 9 years ago
  30. 45bec54 Subzero: Improve an error message. by Jim Stichnoth · 9 years ago
  31. 8cfeb69 Subzero: Cleanup Inst==>Instr. by Jim Stichnoth · 9 years ago
  32. 282d7af Clean up assembling MOV instructions in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  33. 18cce42 Fix vector load/stores in the ARM assembler. by Karl Schimpf · 9 years ago
  34. 6e8d3fa Subzero. Uses fixups to calculate addend to relocations. by John Porto · 9 years ago
  35. 8347abd Subzero. X86. Fixes bundle lock/unlock. by John Porto · 9 years ago
  36. 844211e Subzero. Adds symbolic references to RelocInitializer. by John Porto · 9 years ago
  37. 04bca5a Following the newer convention enhances readability and in addition this is a prelude to some macro changes in unimplemented I would like to make in order to simplify that code. by Reed Kotler · 9 years ago
  38. 341158a Add VMUL vector instructions to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  39. 625dfb3 Add vector VEOR instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  40. 27fddcc Subzero. Enables moar complex relocation offsets. by John Porto · 9 years ago
  41. 9aef39a Fix nits from CL https://codereview.chromium.org/1661633002. by Karl Schimpf · 9 years ago
  42. bd4356d Add FABS intrinsic to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  43. e295575 Add VORR instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  44. fd7975f Add VAND to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  45. 50cfcb0 Add VSUB vector instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  46. 82975ba Fix skip_unimplemented for filetype=obj in ARM. by Karl Schimpf · 9 years ago
  47. ee1aae8 Subzero: Improve x86-32's implementation of getGprForType(). by Jim Stichnoth · 9 years ago
  48. 00e3604 Subzero: Mips: Lower some i64 arithmetic instructions. by Reed Kotler · 9 years ago
  49. c048712 Improve readability of error messages for VADD in ARM assembler. by Karl Schimpf · 9 years ago
  50. 2c0764e Implements the vector add instructions in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  51. 7d59513 Subzero. ARM32. Enables obj output. by John Porto · 9 years ago
  52. 4a65947 Subzero: Fix a -verbose=regalloc bug. by Jim Stichnoth · 9 years ago
  53. 81747d6 Fix nits in committed CL's for the integrated ARM assembler. by Karl Schimpf · 9 years ago
  54. 6ddabc1 Add the trap instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  55. 266c5a2 Add VSQRT instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  56. a880ac8 Add multi-source/dest VMOV to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  57. 694cdbd Add the VMLS instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  58. b40595a Subzero: Make the register allocator more robust with -reg-use and -reg-exclude. by Jim Stichnoth · 9 years ago
  59. 029bed9 ARM32 vector mul by Eric Holk · 9 years ago
  60. 76108e9 ARM32 vector xor by Eric Holk · 9 years ago
  61. ac186fd Fix issues raised in CL 1645683003 by stichnot. by Karl Schimpf · 9 years ago
  62. e1b6574 Add vmov between integers and floats in ARM assembler. by Karl Schimpf · 9 years ago
  63. cad0b75 ARM32 vorr lowering by Eric Holk · 9 years ago
  64. e37076a UnimplementedLoweringError's message now includes the instruction name. by Eric Holk · 9 years ago
  65. 9aedc2e Add vmov between floating point registers to ARM assembler. by Karl Schimpf · 9 years ago
  66. b58170c Subzero. ARM32. Vector lowering. And. by Eric Holk · 9 years ago
  67. e5727b8 Subzero. ARM32. Vector lowering. Subtract. by Eric Holk · 9 years ago
  68. 34d276a Subzero. X8664. Fixes various small bugs. by John Porto · 9 years ago
  69. 7910a26 add doxypypy support to Subzero doxygen by Reed Kotler · 9 years ago
  70. 8c5544b Fix template method InstARM32FourAddrFP to only have one definition. by Karl Schimpf · 9 years ago
  71. bd8e28e Add VMLA (floating point) to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  72. d1bd1d3 Subzero. X8664. Enables RIP-based addressing mode. by John Porto · 9 years ago
  73. c64448f Add VMOV(immediate) instructions to the ARM assembler. by Karl Schimpf · 9 years ago
  74. 40c69b4 Initial support for vector addition on ARM32. by Eric Holk · 9 years ago
  75. 18273c0 Clean up register+immediate addresses in ARM. by Karl Schimpf · 9 years ago
  76. 237afed Clean up emitInst() in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  77. ee71827 Add the VMRS instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  78. 399c2bd Adding eholk@chromium.org (Eric Holk) to OWNERS by Eric Holk · 9 years ago
  79. 4ff90be Clean up handling of ARM IR instruction "mov". by Karl Schimpf · 9 years ago
  80. ab389f2 Add missing vcvt instructions to integrated ARM assembler. by Karl Schimpf · 9 years ago
  81. 2544d4d Subzero: Make -reg-use and -reg-exclude specific to register class. by Jim Stichnoth · 9 years ago
  82. e078db8 Fix vldrs/vstrs handling of immediate offsets in ARM. by Karl Schimpf · 9 years ago
  83. 94cc3e6 Add vcvt.s32.f32 instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  84. 08f7910 Fix vldrd/vstrd handling of immediate offsets in ARM. by Karl Schimpf · 9 years ago
  85. ac2388c Subzero. X86. Refactors Address Mode formation. by John Porto · 9 years ago
  86. 6b80cf1 Merge x86 data and header lowering by David Sehr · 9 years ago
  87. 2c3c82e with this patch you can run check-lit on a specific test. by Reed Kotler · 9 years ago
  88. f96190e Subzero: Use sphinx to generate production-quality docs. by Reed Kotler · 9 years ago
  89. c476114 Subzero: Add to doxygen output the python scripts related to lit. by Reed Kotler · 9 years ago
  90. d91d369 Subzero: Always enable --echo-cmd in the lit tests. by Reed Kotler · 9 years ago
  91. 53378c1 Add instruction veord to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  92. 4a55a60 Add vstr{s,d} to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  93. e1d7138 Add vdlr{s,d} to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  94. b9a404d Merged addProlog and addEpilog on x86. by David Sehr · 9 years ago
  95. bc3bd50 Subzero: Change the szbuild.py --force default. by Jim Stichnoth · 9 years ago
  96. 4ab4fbe Subzero. X8664. Fix broken call sequence. by John Porto · 9 years ago
  97. 31f4f86 Subzero. ARM32 RegTable. Adds missing headers. by John Porto · 9 years ago
  98. 6f53471 Subzero. ARM32. Fixes infinite loop during address mode formation. by John Porto · 9 years ago
  99. 0c68bef Merge lowerCall and lowerRet between x86 and x64 by David Sehr · 9 years ago
  100. 29d15fd Subzero: Remove unneeded ScratchRegs. by Jim Stichnoth · 9 years ago