summaryrefslogtreecommitdiff
path: root/llvm/docs/ProgrammersManual.rst
AgeCommit message (Expand)Author
2025-11-02[llvm] Proofread ProgrammersManual.rst (#166046)Kazu Hirata
2025-10-31[llvm] Proofread several *.rst files (#165835)Kazu Hirata
2025-10-25[NFC][ADT] Add RadixTree (#164524)Vitaly Buka
2025-10-03[llvm] Proofread ProgrammersManual.rst (#161779)Kazu Hirata
2025-09-27[NFC] [docs] Fix typo in Programmer's Manual BinaryOperator description (#160...Kian Kasad
2025-09-15Default DEBUG_TYPE to the current filename for logging (#158494)Mehdi Amini
2025-09-03Add documentation on debugging LLVM.Peter Collingbourne
2025-09-01[docs] Update logging section of the programmer manual to include LDBG() (NFC...Mehdi Amini
2025-08-03[llvm] Proofread ProgrammersManual.rst (#151853)Kazu Hirata
2025-07-27[llvm] Proofread ProgrammersManual.rst (#150787)Kazu Hirata
2025-07-21[llvm] Improve grammar and punctuation of several documents (#149630)Kazu Hirata
2025-05-06[ProgrammersManual] Update report_fatal_error docs (#138502)Nikita Popov
2025-04-17[llvm][docs] Replace `Optional<T>` with `std::optional<T>`Jan Svoboda
2025-01-03Updating broken/outdated links in the ProgrammerManual (#119472)jmriesen
2024-08-22[NFC] [Docs] add missing spaceFlorian Mayer
2024-08-15[llvm][Docs] `_or_null` -> `_if_present` in Programmer's Manual (#98586)Yanzuo Liu
2024-07-26[docs] Fix code-block formating (#100772)Vitaly Buka
2024-06-27[SmallPtrSet] Don't leave tombstones in small mode (#96762)Nikita Popov
2024-05-28[DebugCounter] Add support for non-continous ranges. (#89470)Ralender
2023-12-14[docs] remove some out-of-date content in LLVM Programmer's Manual (#74989)Yuhao Gu
2023-11-06[llvm][docs]: fix typos (#71303)GoodDaisy
2023-10-30[docs] mention that DenseMap has a SmallDenseMap variant (#70677)Nick Desaulniers
2023-09-30Introduce paged vector (#66430)Giulio Eulisse
2023-05-12[llvm] Fix typos in documentationKazu Hirata
2023-03-30[docs] Add section on iteration utilities (`zip` & `enumerate`)Jakub Kuderski
2023-02-14Recommit: [NFC][IR] Make Module::getGlobalList() privateVasileios Porpodas
2023-02-14Revert "[NFC][IR] Make Module::getGlobalList() private"Vasileios Porpodas
2023-02-14[NFC][IR] Make Module::getGlobalList() privateVasileios Porpodas
2023-01-30[Doc] Removes extra argument of ReplaceInstWithValue()Vasileios Porpodas
2022-12-15[docs] Update docs since getBasicBlockList() is now privateVasileios Porpodas
2022-12-15[NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be cons...Vasileios Porpodas
2022-12-14[docs] Updates ProgrammersManual to reflect the change that BasicBlock::getIn...Vasileios Porpodas
2022-09-27[ADT] Add IntervalTree - light tree data structure to hold intervals.Carlos Alberto Enciso
2022-07-27Update ProgrammersManual STL docsRenato Golin
2022-06-07Update the ProgrammersManual explanation for ilist and iplistNathan Lanza
2022-01-25[docs] There are more than three bit storage containers.Hsiangkai Wang
2022-01-25[docs] Refine the description in Set-Like and Map-Like container options.Hsiangkai Wang
2022-01-20[docs] Fix typo in the example code in ProgrammersManual.Hsiangkai Wang
2022-01-20[docs] Put define DEBUG_TYPE after include directives.Hsiangkai Wang
2021-12-16[llvm] Fix small typos in Programmer's Manual and Chrono.h.Noah Shutty
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-10-22Support: Add Expected<T>::moveInto() to avoid extra namesDuncan P. N. Exon Smith
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata
2020-12-03[SmallVector] Allow SmallVector<T>Sean Silva
2020-12-02Switch from llvm::is_trivially_copyable to std::is_trivially_copyableFangrui Song
2020-12-02Revert "Use std::is_trivially_copyable", breaks MSVC buildReid Kleckner
2020-12-02Use std::is_trivially_copyableFangrui Song
2020-10-06docs: Emphasize ArrayRef over SmallVectorImplDuncan P. N. Exon Smith
2020-04-23[CallSite removal] Remove the text describing CallSite from the manual.James Y Knight
2020-04-23[llvm] NFC: Fix trivial typo in rst and td filesKazuaki Ishizaki