1. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  2. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  3. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  4. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  5. 076468c [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  6. 5fba8ba ARM: track globals promoted to coalesced const pool entries by Saleem Abdulrasool · 8 years ago
  7. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  8. e79c077 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  9. 5b00770 Use StringRef in ARMConstantPool APIs (NFC) by Mehdi Amini · 9 years ago
  10. 9abb2fa [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  11. 85124c7 Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  12. 1ce54d6 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  13. 8331aae [ARM] Add support for embedded position-independent code by Oliver Stannard · 9 years ago
  14. 532dcbc ARM: correct TLS access on WoA by Saleem Abdulrasool · 9 years ago
  15. ce4eee4 ARM: clang-format a couple of switches, add comments by Saleem Abdulrasool · 9 years ago
  16. df43264 ARM: don't attempt to merge litpools referencing different PC-anchors. by Tim Northover · 9 years ago
  17. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  18. 97aae40 ARM/ELF: Better codegen for global variable addresses. by Peter Collingbourne · 10 years ago
  19. 2ef689c ARM: Deduplicate ConstantPoolValues. by Benjamin Kramer · 12 years ago
  20. 7d60526 Replace some unnecessary vector copies with references. by Benjamin Kramer · 12 years ago
  21. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  22. 9d46110 Use a std::string rather than a dynamically allocated char* buffer. by Benjamin Kramer · 13 years ago
  23. 5521b94 Cleanup compiler warnings on discarding type qualifiers in casts. Switch to C++ style casts. by Benjamin Kramer · 13 years ago
  24. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  25. b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
  26. e55c556 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  27. 486df73 Removing unused default switch cases in switches over enums that already account for all enumeration values explicitly. by David Blaikie · 14 years ago
  28. f33bfbb ARMConstantPoolMBB::print should print BB number. by Evan Cheng · 14 years ago
  29. d072b73 No one should be using the method directly. Assert if they do. by Bill Wendling · 14 years ago
  30. f977ff5 Add a convenience method to tell if two things are equal. by Bill Wendling · 14 years ago
  31. 4a4772f Use the ARMConstantPoolMBB class to handle the MBB values. by Bill Wendling · 14 years ago
  32. 6dbc9fe Add ARMConstantPoolMBB to hold an MBB value in the constant pool. by Bill Wendling · 14 years ago
  33. c5a8606 Remove dead code. by Bill Wendling · 14 years ago
  34. 9ff05f7 Remove now dead methods and ivar. by Bill Wendling · 14 years ago
  35. c214cb0 Use the new ARMConstantPoolSymbol class to handle external symbols. by Bill Wendling · 14 years ago
  36. d7fa016 Add an ARMConstantPool class for external symbols. This will split out the support for external symbols from the base class. by Bill Wendling · 14 years ago
  37. d115c4d Remove now dead methods and ivar from ARMConstantPoolValue. by Bill Wendling · 14 years ago
  38. 7753d66 Switch over to using ARMConstantPoolConstant for global variables, functions, by Bill Wendling · 14 years ago
  39. f117a35 Some more refactoring. by Bill Wendling · 14 years ago
  40. 6722556 Add a Create method that accepts 'kind' and 'pcadj' arguments. by Bill Wendling · 14 years ago
  41. 396c211 Refactoring: Separate out the ARM constant pool Constant from the ARM constant by Bill Wendling · 14 years ago
  42. e8e4dbf Constify 'isLSDA' and move a method out-of-line. by Bill Wendling · 14 years ago
  43. a1127b2 Support creating a constant pool value for a machine basic block. by Bill Wendling · 14 years ago
  44. af136f7 Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). by Jim Grosbach · 14 years ago
  45. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  46. d602c2c Initialize an ARMConstantPoolValue field. by Jan Wen Voung · 15 years ago
  47. a942ad4 Change the ARMConstantPoolValue modifier string to an enumeration. This will by Jim Grosbach · 15 years ago
  48. 40a4222 Fix a potential null dereference bug. by Evan Cheng · 15 years ago
  49. bcaf681 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
  50. 7ff8319 - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical by Evan Cheng · 16 years ago
  51. 433ab09 Add support for BlockAddress values in ARM constant pools. by Bob Wilson · 16 years ago
  52. 345a5ae Fix compiler warnings by Jim Grosbach · 16 years ago
  53. 20eac92 Clean up LSDA name generation and use for SJLJ exception handling. This by Jim Grosbach · 16 years ago
  54. 43b9ca6 Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bunch of nasty code in ARM asm printer. by Evan Cheng · 16 years ago
  55. a6f074f remove various std::ostream version of printing methods from by Chris Lattner · 16 years ago
  56. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  57. eda0801 This void is implicit in C++. by Benjamin Kramer · 16 years ago
  58. 74eb9e7 Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cstdlib> in the header. by Jim Grosbach · 16 years ago
  59. 693e36a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  60. d9ef48a Remove some unnecessary #includes. by Dan Gohman · 16 years ago
  61. 1fb8aed Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 17 years ago
  62. 6dd08b6 Handle ARM machine constantpool entries. by Evan Cheng · 17 years ago
  63. de9dbc5 Add debugging support. by Evan Cheng · 17 years ago
  64. 0c19df4 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  65. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  66. c39c12a ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. by Lauro Ramos Venancio · 18 years ago
  67. ee2d164 Implement PIC for arm-linux. by Lauro Ramos Venancio · 18 years ago
  68. 83f3517 - Fix codegen for pc relative constant (e.g. JT) in thumb mode: by Evan Cheng · 19 years ago
  69. 10043e2 ARM backend contribution from Apple. by Evan Cheng · 19 years ago