1. 6fe949c [Target, Transforms] Use StringRef::contains (NFC) by Kazu Hirata · 3 years, 7 months ago
  2. 71acce6 [NFCI] Move DEBUG_TYPE definition below #includes by Mindong Chen · 4 years ago
  3. 16c2067 [X86][AMX] Fix compilation warning introduced by 981a0bd8. by Wang, Pengfei · 4 years, 5 months ago
  4. cdafe59 TargetLoweringObjectFile.h - remove unnecessary includes. NFCI. by Simon Pilgrim · 5 years ago
  5. 8c24f33 [IR][BFloat] Add BFloat IR type by Ties Stuij · 5 years ago
  6. 4b33c93 [Hexagon] Silence warning by Benjamin Kramer · 5 years ago
  7. 2dea3f1 [SVE] Add new VectorType subclasses by Christopher Tetreault · 5 years ago
  8. 85c30f3 [X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObjectFile by Fangrui Song · 5 years ago
  9. fc7233d Temporarily Revert "[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObjectFile" by Eric Christopher · 5 years ago
  10. 7899fe9 [X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObjectFile by Fangrui Song · 5 years ago
  11. 2423774 Revert "Honor -fuse-init-array when os is not specified on x86" by Mitch Phillips · 5 years ago
  12. aa5ee8f Honor -fuse-init-array when os is not specified on x86 by Kamlesh Kumar · 5 years ago
  13. 67828ed OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC. by Tim Northover · 6 years ago
  14. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  15. 8567de0 [Hexagon] Place globals with explicit .sdata section in small data by Krzysztof Parzyszek · 7 years ago
  16. 977a1fe5 [Hexagon] Make sure not to use GP-relative addressing with PIC by Krzysztof Parzyszek · 7 years ago
  17. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  18. d5aa0f3 [Hexagon] Emit lookup tables in text section based on a flag by Sumanth Gundapaneni · 8 years ago
  19. 8c5d595 [Hexagon] Emit jump tables in text section based on a flag by Sumanth Gundapaneni · 8 years ago
  20. 19b7420 Revert "[Hexagon] Guard the generation of lookup table" by Sumanth Gundapaneni · 8 years ago
  21. cf73758 [Hexagon] Guard the generation of lookup table by Sumanth Gundapaneni · 8 years ago
  22. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  23. b2ca1b3 [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  24. 6733564 Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject. by Peter Collingbourne · 9 years ago
  25. 4367c7f Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  26. 5de5910 [Hexagon] Expand handling of the small-data/bss section by Krzysztof Parzyszek · 9 years ago
  27. 5f6eaac GlobalValue: use getValueType() instead of getType()->getPointerElementType(). by Manuel Jacob · 9 years ago
  28. 449711c Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
  29. bd7287e Move most user of TargetMachine::getDataLayout to the Module one by Mehdi Amini · 10 years ago
  30. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  31. ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 10 years ago
  32. 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 10 years ago
  33. 326f8af Handle ctor/init_array initialization. by Sid Manning · 11 years ago
  34. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  35. fa0f728 Pass the Mangler by reference. by Rafael Espindola · 11 years ago
  36. 2037caf Revert r199871 and replace it with a simple check in the debug info by Eric Christopher · 11 years ago
  37. 15abef6 Add a variable to track whether or not we've used a unique section, by Eric Christopher · 11 years ago
  38. 5eb5980 Hexagon: Fix Small Data support to handle -G 0 correctly. by Jyotsna Verma · 12 years ago
  39. 03c6ca90 Reverting r181331. by Jyotsna Verma · 12 years ago
  40. 19f0b40 Hexagon: Fix Small Data support to handle -G 0 correctly. by Jyotsna Verma · 12 years ago
  41. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  42. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
  43. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  44. b25fda9 Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. by Craig Topper · 13 years ago
  45. b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 13 years ago
  46. 1213a7a Hexagon backend support by Tony Linthicum · 13 years ago