summaryrefslogtreecommitdiff
path: root/llvm/docs/CodeGenerator.rst
AgeCommit message (Expand)Author
2025-09-04[llvm] Proofread CodeGenerator.rst (#156814)Kazu Hirata
2025-08-30[TableGen][CodeGen] Remove DisableEncoding field of Instruction class (#156098)Sergei Barannikov
2025-08-01[llvm] Proofread *.rst (#151087)Kazu Hirata
2025-05-16[llvm] Fix typos in documentation (#140275)Kazu Hirata
2023-11-20[SelectionDAG] Add support to filter SelectionDAG dumps during ISel by functi...Min-Yih Hsu
2023-09-29[NFC] Fix typo in CodeGenerator.rstKai Nacke
2022-07-18[docs] Remove unmaintained target feature matrixAlex Bradbury
2022-06-17[docs] Adding table of object file formatsChris Bieneman
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-04-26[docs] Fix typos in the 'CodeGenerator' docYoungsuk Kim
2022-01-31[docs] Update Prolog/Epilog Code Insertion docs to show it's still incompleteDaniel McIntosh
2021-06-24[docs][GISel]Added GISel documentation linkpooja2299
2021-05-17IR/AArch64/X86: add "swifttailcc" calling convention.Tim Northover
2021-01-18[Doc] Fix example in codegen doc.Kai Nacke
2020-01-22[llvm] NFC: fix trivial typos in documentsKazuaki Ishizaki
2019-12-13[Docs] Fix target feature matrix for PowerPC and SystemZKai Nacke
2019-10-25[docs] Update Mips feature table in CodeGenerator.rstSimon Atanasyan
2019-10-07[X86] Add new calling convention that guarantees tail call optimizationReid Kleckner
2019-08-01CodeGen: Allow virtual registers in bundlesMatt Arsenault
2019-07-30[WebAssembly] Do not emit tail calls with return type mismatchThomas Lively
2019-07-09[docs][Remarks] Add documentation for remarks in LLVMFrancis Visoiu Mistrih
2019-06-26[WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively
2019-05-22[Docs] fix formatting for bullet list; NFCSanjay Patel
2019-05-22[InstCombine] fold shuffles of insert_subvectorsSanjay Patel
2019-05-03[Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_KYonghong Song
2019-04-24[Remarks] Fix documentation indentationFrancis Visoiu Mistrih
2019-04-24[Remarks] Add string deduplication using a string tableFrancis Visoiu Mistrih
2019-03-27[Remarks] Emit a section containing remark diagnostics metadataFrancis Visoiu Mistrih
2018-06-15[NFC] fix trivial typos in documentsHiroshi Inoue
2018-03-21[Docs] Remove some WIP X86 documentation I accidentally leaked into r328031.Craig Topper
2018-03-20[TableGen] Pass result of std::unique to vector::erase instead of calculating...Craig Topper
2018-01-17[MC] Fix -stack-size-section on ARMSean Eveson
2017-11-30[MC] Function stack size section.Sean Eveson
2017-11-30Revert r319423: [MC] Function stack size section.Sean Eveson
2017-11-30[MC] Function stack size section.Sean Eveson
2017-06-06Add documentation for various aspects of the AMDGPU backend.Tony Tye
2017-02-09[docs] Fix typoJonathan Roelofs
2016-10-14[Support/ELF/AMDGPU] Add 32-bit lo/hi got and pc relative relocationsKonstantin Zhuravlyov
2016-08-28Fix some typos in the docSylvestre Ledru
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2016-06-29[Docs][CodeGenerator] Don't specify the number of operands in BuildMIKrzysztof Parzyszek
2016-06-23Support/ELF: Add R_AMDGPU_GOTPCREL relocationTom Stellard
2016-06-14[docs] Update AMDGPU relocation informationKonstantin Zhuravlyov
2016-06-10docs: Add AMDGPU relocation informationTom Stellard
2016-05-05Remove bit-rotten CppBackend.James Y Knight
2016-05-03Add an address space for the X86 SS segment.David L Kreitzer
2016-03-14[docs] "Straightforward" is one word.Justin Lebar
2016-03-14[docs] Fix typo in docs/CodeGenerator.rst.Justin Lebar
2015-11-13Fixing a typo in docs/CodeGenerator.rstArtyom Skrobov
2015-08-14[bpf] add documentation and instruction set descriptionAlexei Starovoitov