1. a3b836a Use python3 instead of python by Fabian Sommer · 2 years, 1 month ago main
  2. 198d43f [Py3] Use brackets for python print by Fabian Sommer · 2 years, 5 months ago
  3. b91411b Add missing include to lib/Support/Windows/Process.inc by Derek Schuff · 2 years, 6 months ago
  4. a75f97e Cherry-pick raab9e9de4d9925617bb9bc3891fa96107b615149 by Derek Schuff · 2 years, 6 months ago
  5. 65cbe6f Dont's pass enable-libcpp to build (host) tools when cross-compiling with libcpp by Derek Schuff · 4 years, 3 months ago
  6. 6f151b2 Cherry-pick part of LLVM SVN r265828 by Derek Schuff · 4 years, 5 months ago
  7. f106583 Hack out build of lli from autoconf build by Derek Schuff · 6 years ago
  8. 35fedaf Revert "Hack out build of lli tool from autoconf build" by Derek Schuff · 6 years ago
  9. 28d173e Hack out build of lli tool from autoconf build by Derek Schuff · 6 years ago
  10. 4ffbbb8 Make LLVM's codereview.settings match NaCl's by Derek Schuff · 6 years ago
  11. 35bf8e6 Fix the Mips LLVMBuild.txt by Derek Schuff · 7 years ago
  12. 63a5544 Cherry-pick r247546: [mips] Save a copy of MipsABIInfo ... by Petar Jovanovic · 8 years ago
  13. 7251d5b Cherry-pick r246309: [mips] Remove incorrect DebugLoc entries from prologue by Petar Jovanovic · 8 years ago
  14. 1d79adf Cherry-pick r237153: [Mips] Return false for isFPCloseToIncomingSP() by Petar Jovanovic · 8 years ago
  15. 5a87509 Create one-off tool pnacl-hack-memset by Karl Schimpf · 8 years ago
  16. 83991f9 Remove compiler warning when building. by Karl Schimpf · 8 years ago
  17. ec682dd PNaCl Dynamic Linking: Exporting / Importing TLS Variables. by Sean Klein · 8 years ago
  18. 34cb8ae Correct error reporting bit for parallel PNaCl bitcode parses. by Karl Schimpf · 8 years ago
  19. f6a5f46 Modify bitstream reader to allow parallel parses. by Karl Schimpf · 8 years ago
  20. 652826e Fix binary instructions to accept flags argument in pnacl-bcdis. by Karl Schimpf · 8 years ago
  21. 981b9c2 Revert "Modify NaCl bitstream reader to allow parallel parses." by Karl Schimpf · 8 years ago
  22. 9f7c780 Modify NaCl bitstream reader to allow parallel parses. by Karl Schimpf · 8 years ago
  23. 3a2a7d0 PNaCl Dynamic Linking: Storing dependencies from command line in PLL. by Sean Klein · 8 years ago
  24. 9ab937b Support additional flags during finalization by Petr Hosek · 8 years ago
  25. ad73601 Add a bitcode parser constructor for parallel parsing. by Karl Schimpf · 8 years ago
  26. a658447 Fix the block stack used by the bitstream cursor. by Karl Schimpf · 8 years ago
  27. 82bce97 PNaCl: ExpandTls: Simplify by using a C++11 lambda function by Mark Seaborn · 8 years ago
  28. aedc0ff PNaCl dynamic linking: Add initial support for TLS by Mark Seaborn · 8 years ago
  29. 8462dac9 PNaCl: ExpandTls: Split buildTlsTemplate() into smaller functions by Mark Seaborn · 8 years ago
  30. 8f46d7b PNaCl: ExpandTls: Generate byte offsets instead of struct field indexes by Mark Seaborn · 8 years ago
  31. c4c384b Perform bitcode simplification at link time by Petr Hosek · 8 years ago
  32. 0a4fdf8 PNaCl: ExpandTls: Update comment about use of x86-style TLS layout by Mark Seaborn · 8 years ago
  33. a15c6ee PNaCl dynamic linking: Allow aliases to functions and variables. by Sean Klein · 8 years ago
  34. 30094fd PNaCl dynamic linking: Added a Bloom Filter to the PLL root. by Sean Klein · 8 years ago
  35. cd98ed3 PNaCl: ExpandTls: Use C++11 range-based "for" loops by Mark Seaborn · 8 years ago
  36. f7e59d4 PNaCl: ConvertToPSO: Move createArray()/createDataArray() out of runOnModule() by Mark Seaborn · 8 years ago
  37. a6f5a69 PNaCl dynamic linking: Allow relocations of const variables. by Sean Klein · 8 years ago
  38. 2dc38a2 Remove std::move on return when unnecessary. by Sean Klein · 8 years ago
  39. 21d53da Remove Emscripten support by Petr Hosek · 8 years ago
  40. b80cbf6 PNaCl dynamic linking: Added a Hash Table to quickly access exported symbols. by Sean Klein · 8 years ago
  41. 2ad45a5 PNaCl dynamic linking: Add a "version" field to aid cross-repo changes by Mark Seaborn · 8 years ago
  42. aa09f2c PNaCl dynamic linking: Fix handling of local relocations with addends by Mark Seaborn · 8 years ago
  43. e1f6cb7 PNaCl dynamic linking: Handle imports referenced by functions by Mark Seaborn · 8 years ago
  44. 9c39234 PNaCl. LLVM-MC. Applies patch L239239. by John Porto · 8 years ago
  45. caaf7a4 Compressed array of exported symbol names into single string with indexes. by Sean Klein · 8 years ago
  46. 8796343 PNaCl dynamic linking: Handle imports referenced by global variables by Mark Seaborn · 8 years ago
  47. dfcf8ad Add a tool to add names for globals and functions by David Sehr · 8 years ago
  48. 365a749 [MIPS] Add ExpandVarArgs pass to mipsel-nacl-clang by Petar Jovanovic · 9 years ago
  49. dd160f2 Do not create init/fini array symbols unless needed by Petr Hosek · 9 years ago
  50. 53d3a6c Auto-sandboxing: use ADDrr instead of ADDrsi when emitting ARM sandbox instrs by Derek Schuff · 9 years ago
  51. c8fa431 Auto-sandboxing: ignore instructions with no register memory operands by Derek Schuff · 9 years ago
  52. a7e65db Auto-sandboxing: add support for a few missing ARM opcodes by Derek Schuff · 9 years ago
  53. 335826e LLVM. MC. Applies patch D16581. by John Porto · 9 years ago
  54. 5c198f0 Revert "Enables eip-based addressing, e.g.," by Derek Schuff · 9 years ago
  55. 265d5ce Enables eip-based addressing, e.g., by John Porto · 9 years ago
  56. f957cdd During some code size experimentation, I observed that ~0.25% of total code size was attributable to this problem. The bug predominantly affects CMP, but I saw a few instances where it affected the other arithmetic ops like ADD, AND, etc. by John Porto · 9 years ago
  57. dc6cf14 Fix PNaCl bitcode writer to always add types of elided pointers. by Karl Schimpf · 9 years ago
  58. ca7596a PNaCl dynamic linking: Add initial ConvertToPSO pass, handling exports only by Mark Seaborn · 9 years ago
  59. 0ce9e28 [MIPS] get rid of calls to __nacl_read_tp by Petar Jovanovic · 9 years ago
  60. 1ac309a LLVM. x32. Cherrypicks D12336. by John Porto · 9 years ago
  61. c6ec646 LLVM. x32. Cherrypicks D12111. by John Porto · 9 years ago
  62. f0a51e4 LLVM. x32. Cherrypicks D12112. by John Porto · 9 years ago
  63. baa6352 Enable DWARF EH on ARM for Non-SFI sandboxed translator by Petr Hosek · 9 years ago
  64. e37ffc2 Support Non-SFI target architecture in sandboxed pnacl-llc by Petr Hosek · 9 years ago
  65. 3c7d0f7 Change from ::stdout to stderr when reporting fatal error. by Karl Schimpf · 9 years ago
  66. 34a486f Remove dependence on header file unistd.h. by Karl Schimpf · 9 years ago
  67. 0126632 Add include files so that pnacl-llc can compile on MSC. by Karl Schimpf · 9 years ago
  68. 5a56683 Fix pnacl-bcdis to check alignments on global variables. by Karl Schimpf · 9 years ago
  69. a431b1d Allow exiting with status zero in non-browser pnacl-llc by Karl Schimpf · 9 years ago
  70. 616a5b1 Fix pnacl-bcdis to handle very large value indices. by Karl Schimpf · 9 years ago
  71. 05c622b Fix bug in pnacl-bcdis that didn't type check indirect call address. by Karl Schimpf · 9 years ago
  72. ab1ae10 Report if number basic blocks in function not expected in pnacl-bcdis. by Karl Schimpf · 9 years ago
  73. a24cad2 Check that the symbol table block appears before function blocks. by Karl Schimpf · 9 years ago
  74. f53fdb0 Filter out ExecutionEngine for translator build by Petr Hosek · 9 years ago
  75. 22c7f8d Fix compilation issues in PNaCl bitcode reader for vs2013. by Karl Schimpf · 9 years ago
  76. 559643b Fix cmake build of NaClBitReader. by Karl Schimpf · 9 years ago
  77. 91f9db5 Install notion of diagnostic handler into PNaCl bitcode readers. by Karl Schimpf · 9 years ago
  78. 82e50b3 Fix PNaCl bitcode reader's handling of basic block vector. by Karl Schimpf · 9 years ago
  79. fd91d18 Propagate function and function argument attributes to simplified functions. Do the same for call instructions. by JF Bastien · 9 years ago
  80. dc8ad7b Auto sandboxing: loads/stores for ARM by Dominick DiRenzo · 9 years ago
  81. d1b9ca2 Clean up PNaCl bitcode reader. by Karl Schimpf · 9 years ago
  82. 510766d Fix handling errors in switch instruction by PNaCl bitcode reader. by Karl Schimpf · 9 years ago
  83. ccb99c3 Fix llvm-dis to not crash on pnacl bitcode files with errors. by Karl Schimpf · 9 years ago
  84. 772c6a4 Check that number of defined basic blocks matches declared. by Karl Schimpf · 9 years ago
  85. b99de0f Merge NaClBitcodeReader.{h,cpp} into single file. by Karl Schimpf · 9 years ago
  86. 37d9903 Disable GitBranchCheck on commit presubmit by Aaron Gable · 9 years ago
  87. f9aa2db Auto-sandboxing: Switch to automatic scratch register invalidation by Derek Schuff · 9 years ago
  88. ee289c4 Auto sandboxing: Implemented general control flow for ARM by Dominick DiRenzo · 9 years ago
  89. 3af9ed4 Cherry-pick r241955 from upstream: [InstCombine] Actually combine AA metadata when replacing one load with another by JF Bastien · 9 years ago
  90. b51041c Auto sandboxing: ARM Stack maniuplations by Dominick DiRenzo · 9 years ago
  91. 53904b2 Added flag for auto sandboxing by Dominick DiRenzo · 9 years ago
  92. 9fad30c Cherry-pick r244229 from upstream: Fix an alignment error in `llvm::expandAtomicRMWToCmpXchg` without breaking the build where X86 isn't enabled. by JF Bastien · 9 years ago
  93. cd1a765 Cherry-pick r241886 from upstream: [InstCombine] Properly combine metadata when replacing a load with another by JF Bastien · 9 years ago
  94. 3439ee8 Auto sandboxing: Removed ad-hoc approach to ARM condition codes by Dominick DiRenzo · 9 years ago
  95. db0e8a7 Revert "Cherry-pick r243297 from upstream: Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components." by Derek Schuff · 9 years ago
  96. 8ef7b82 Auto sandboxing: branches and call for ARM by Dominick DiRenzo · 9 years ago
  97. 0fbe03c Auto-sandboxing: x86-64 control flow expansions by Dominick DiRenzo · 9 years ago
  98. 6c8ef8b Auto sandboxing: fixed bug with fp memory operations by Dominick DiRenzo · 9 years ago
  99. 7f5d8a3 Added plumbing for ARMMCNaClExpander by Dominick DiRenzo · 9 years ago
  100. 7150682 Moved all autosandboxing tests to separate directory by Dominick DiRenzo · 9 years ago