1. 8aa3966 Subzero: Use a proper RegNumT type instead of int32_t/SizeT. by Jim Stichnoth · 9 years ago
  2. 4789828 Fix bug in arith.ll (ARM) tests. by Karl Schimpf · 9 years ago
  3. cfc2553 ARM32 vector division lowering. by Eric Holk · 9 years ago
  4. fbdc7e4 Subzero: Fix trailing whitespace errors. by Jim Stichnoth · 9 years ago
  5. d91cbbf Change ARM calls into indirect calls. by Karl Schimpf · 9 years ago
  6. f084a57 Add NOP to ARM IR lowering. by Karl Schimpf · 9 years ago
  7. 00c3038 Fix ARM assembler to pop registers in reverse order of pushes. by Karl Schimpf · 9 years ago
  8. 658bae2 Subzero: ARM32: lowering of vector insert and extract. by Eric Holk · 9 years ago
  9. 2d6c826 Subzero: Clean up some uses of *_cast<>. by Jim Stichnoth · 9 years ago
  10. 28df6ba Subzero: Fix a mul lowering error. by Jim Stichnoth · 9 years ago
  11. 45bec54 Subzero: Improve an error message. by Jim Stichnoth · 9 years ago
  12. 8cfeb69 Subzero: Cleanup Inst==>Instr. by Jim Stichnoth · 9 years ago
  13. 282d7af Clean up assembling MOV instructions in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  14. 18cce42 Fix vector load/stores in the ARM assembler. by Karl Schimpf · 9 years ago
  15. 6e8d3fa Subzero. Uses fixups to calculate addend to relocations. by John Porto · 9 years ago
  16. 8347abd Subzero. X86. Fixes bundle lock/unlock. by John Porto · 9 years ago
  17. 844211e Subzero. Adds symbolic references to RelocInitializer. by John Porto · 9 years ago
  18. 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
  19. 341158a Add VMUL vector instructions to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  20. 625dfb3 Add vector VEOR instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  21. 27fddcc Subzero. Enables moar complex relocation offsets. by John Porto · 9 years ago
  22. 9aef39a Fix nits from CL https://codereview.chromium.org/1661633002. by Karl Schimpf · 9 years ago
  23. bd4356d Add FABS intrinsic to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  24. e295575 Add VORR instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  25. fd7975f Add VAND to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  26. 50cfcb0 Add VSUB vector instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  27. 82975ba Fix skip_unimplemented for filetype=obj in ARM. by Karl Schimpf · 9 years ago
  28. ee1aae8 Subzero: Improve x86-32's implementation of getGprForType(). by Jim Stichnoth · 9 years ago
  29. 00e3604 Subzero: Mips: Lower some i64 arithmetic instructions. by Reed Kotler · 9 years ago
  30. c048712 Improve readability of error messages for VADD in ARM assembler. by Karl Schimpf · 9 years ago
  31. 2c0764e Implements the vector add instructions in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  32. 7d59513 Subzero. ARM32. Enables obj output. by John Porto · 9 years ago
  33. 4a65947 Subzero: Fix a -verbose=regalloc bug. by Jim Stichnoth · 9 years ago
  34. 81747d6 Fix nits in committed CL's for the integrated ARM assembler. by Karl Schimpf · 9 years ago
  35. 6ddabc1 Add the trap instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  36. 266c5a2 Add VSQRT instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  37. a880ac8 Add multi-source/dest VMOV to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  38. 694cdbd Add the VMLS instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  39. b40595a Subzero: Make the register allocator more robust with -reg-use and -reg-exclude. by Jim Stichnoth · 9 years ago
  40. 029bed9 ARM32 vector mul by Eric Holk · 9 years ago
  41. 76108e9 ARM32 vector xor by Eric Holk · 9 years ago
  42. ac186fd Fix issues raised in CL 1645683003 by stichnot. by Karl Schimpf · 9 years ago
  43. e1b6574 Add vmov between integers and floats in ARM assembler. by Karl Schimpf · 9 years ago
  44. cad0b75 ARM32 vorr lowering by Eric Holk · 9 years ago
  45. e37076a UnimplementedLoweringError's message now includes the instruction name. by Eric Holk · 9 years ago
  46. 9aedc2e Add vmov between floating point registers to ARM assembler. by Karl Schimpf · 9 years ago
  47. b58170c Subzero. ARM32. Vector lowering. And. by Eric Holk · 9 years ago
  48. e5727b8 Subzero. ARM32. Vector lowering. Subtract. by Eric Holk · 9 years ago
  49. 34d276a Subzero. X8664. Fixes various small bugs. by John Porto · 9 years ago
  50. 7910a26 add doxypypy support to Subzero doxygen by Reed Kotler · 9 years ago
  51. 8c5544b Fix template method InstARM32FourAddrFP to only have one definition. by Karl Schimpf · 9 years ago
  52. bd8e28e Add VMLA (floating point) to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  53. d1bd1d3 Subzero. X8664. Enables RIP-based addressing mode. by John Porto · 9 years ago
  54. c64448f Add VMOV(immediate) instructions to the ARM assembler. by Karl Schimpf · 9 years ago
  55. 40c69b4 Initial support for vector addition on ARM32. by Eric Holk · 9 years ago
  56. 18273c0 Clean up register+immediate addresses in ARM. by Karl Schimpf · 9 years ago
  57. 237afed Clean up emitInst() in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  58. ee71827 Add the VMRS instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  59. 399c2bd Adding eholk@chromium.org (Eric Holk) to OWNERS by Eric Holk · 9 years ago
  60. 4ff90be Clean up handling of ARM IR instruction "mov". by Karl Schimpf · 9 years ago
  61. ab389f2 Add missing vcvt instructions to integrated ARM assembler. by Karl Schimpf · 9 years ago
  62. 2544d4d Subzero: Make -reg-use and -reg-exclude specific to register class. by Jim Stichnoth · 9 years ago
  63. e078db8 Fix vldrs/vstrs handling of immediate offsets in ARM. by Karl Schimpf · 9 years ago
  64. 94cc3e6 Add vcvt.s32.f32 instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  65. 08f7910 Fix vldrd/vstrd handling of immediate offsets in ARM. by Karl Schimpf · 9 years ago
  66. ac2388c Subzero. X86. Refactors Address Mode formation. by John Porto · 9 years ago
  67. 6b80cf1 Merge x86 data and header lowering by David Sehr · 9 years ago
  68. 2c3c82e with this patch you can run check-lit on a specific test. by Reed Kotler · 9 years ago
  69. f96190e Subzero: Use sphinx to generate production-quality docs. by Reed Kotler · 9 years ago
  70. c476114 Subzero: Add to doxygen output the python scripts related to lit. by Reed Kotler · 9 years ago
  71. d91d369 Subzero: Always enable --echo-cmd in the lit tests. by Reed Kotler · 9 years ago
  72. 53378c1 Add instruction veord to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  73. 4a55a60 Add vstr{s,d} to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  74. e1d7138 Add vdlr{s,d} to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  75. b9a404d Merged addProlog and addEpilog on x86. by David Sehr · 9 years ago
  76. bc3bd50 Subzero: Change the szbuild.py --force default. by Jim Stichnoth · 9 years ago
  77. 4ab4fbe Subzero. X8664. Fix broken call sequence. by John Porto · 9 years ago
  78. 31f4f86 Subzero. ARM32 RegTable. Adds missing headers. by John Porto · 9 years ago
  79. 6f53471 Subzero. ARM32. Fixes infinite loop during address mode formation. by John Porto · 9 years ago
  80. 0c68bef Merge lowerCall and lowerRet between x86 and x64 by David Sehr · 9 years ago
  81. 29d15fd Subzero: Remove unneeded ScratchRegs. by Jim Stichnoth · 9 years ago
  82. 91c773e Subzero: Improve the usability of UnimplementedError during lowering. by Jim Stichnoth · 9 years ago
  83. b819665 Subzero. ARM32. Fixes vpush/vpop bug. by John Porto · 9 years ago
  84. 3bf335f Subzero. RAII NaCl Bundling. by John Porto · 9 years ago
  85. 5403f5d Implements include/exclude register lists for translation. by Karl Schimpf · 9 years ago
  86. 6f7ad6c Subzero: Make optimizations more resilient for early Target development. by Jim Stichnoth · 9 years ago
  87. 57ec7df Make RegARM32 a namespace rather than a class. by Karl Schimpf · 9 years ago
  88. bba7768 Fix bitcode parser to check type signatures of functions. by Karl Schimpf · 9 years ago
  89. 56958cb Suzero. X8664. NaCl Sandboxing. by John Porto · 9 years ago
  90. b19d39c Add option to force filetype=asm for testing by David Sehr · 9 years ago
  91. 686f35e Subzero: Fix -build-atts option. by Jim Stichnoth · 9 years ago
  92. b0051df Subzero: Fix g++ warnings. by Jim Stichnoth · 9 years ago
  93. 5aa4b89 Better error message for running szbuild.py out of directory. by Sean Klein · 9 years ago
  94. cd5e07e Add VCMP{s,sz,d,dz} Instructions to ARM integrated assembler. by Karl Schimpf · 9 years ago
  95. c411dbf Refactor PUSH/POP in ARM assemblers. by Karl Schimpf · 9 years ago
  96. d8777b0 Subzero. ARM32. Adds header to auto-generated register def file. by John Porto · 9 years ago
  97. 718118d Fix g++ linking error. by Jim Stichnoth · 9 years ago
  98. caeaa27 Fix the g++ build. by Jim Stichnoth · 9 years ago
  99. 7665937 add scripts to doxygen for subzero by Reed Kotler · 9 years ago
  100. 6c7181c Add vcvt<c>.f32.f64 and vcvt<c>.f64.32 to ARM. by Karl Schimpf · 9 years ago