aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/ProgrammersManual.rst
AgeCommit message (Expand)AuthorFilesLines
2024-05-28[DebugCounter] Add support for non-continous ranges. (#89470)Ralender1-8/+30
2023-12-14[docs] remove some out-of-date content in LLVM Programmer's Manual (#74989)Yuhao Gu1-30/+0
2023-11-06[llvm][docs]: fix typos (#71303)GoodDaisy1-2/+2
2023-10-30[docs] mention that DenseMap has a SmallDenseMap variant (#70677)Nick Desaulniers1-0/+4
2023-09-30Introduce paged vector (#66430)Giulio Eulisse1-0/+34
2023-05-12[llvm] Fix typos in documentationKazu Hirata1-1/+1
2023-03-30[docs] Add section on iteration utilities (`zip` & `enumerate`)Jakub Kuderski1-0/+93
2023-02-14Recommit: [NFC][IR] Make Module::getGlobalList() privateVasileios Porpodas1-6/+3
2023-02-14Revert "[NFC][IR] Make Module::getGlobalList() private"Vasileios Porpodas1-3/+6
2023-02-14[NFC][IR] Make Module::getGlobalList() privateVasileios Porpodas1-6/+3
2023-01-30[Doc] Removes extra argument of ReplaceInstWithValue()Vasileios Porpodas1-2/+1
2022-12-15[docs] Update docs since getBasicBlockList() is now privateVasileios Porpodas1-7/+2
2022-12-15[NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be cons...Vasileios Porpodas1-1/+1
2022-12-14[docs] Updates ProgrammersManual to reflect the change that BasicBlock::getIn...Vasileios Porpodas1-48/+7
2022-09-27[ADT] Add IntervalTree - light tree data structure to hold intervals.Carlos Alberto Enciso1-0/+12
2022-07-27Update ProgrammersManual STL docsRenato Golin1-9/+9
2022-06-07Update the ProgrammersManual explanation for ilist and iplistNathan Lanza1-15/+5
2022-01-25[docs] There are more than three bit storage containers.Hsiangkai Wang1-2/+2
2022-01-25[docs] Refine the description in Set-Like and Map-Like container options.Hsiangkai Wang1-8/+6
2022-01-20[docs] Fix typo in the example code in ProgrammersManual.Hsiangkai Wang1-1/+1
2022-01-20[docs] Put define DEBUG_TYPE after include directives.Hsiangkai Wang1-1/+1
2021-12-16[llvm] Fix small typos in Programmer's Manual and Chrono.h.Noah Shutty1-1/+1
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN1-15/+13
2021-10-22Support: Add Expected<T>::moveInto() to avoid extra namesDuncan P. N. Exon Smith1-0/+40
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata1-1/+1
2020-12-03[SmallVector] Allow SmallVector<T>Sean Silva1-0/+6
2020-12-02Switch from llvm::is_trivially_copyable to std::is_trivially_copyableFangrui Song1-1/+1
2020-12-02Revert "Use std::is_trivially_copyable", breaks MSVC buildReid Kleckner1-1/+1
2020-12-02Use std::is_trivially_copyableFangrui Song1-1/+1
2020-10-06docs: Emphasize ArrayRef over SmallVectorImplDuncan P. N. Exon Smith1-12/+25
2020-04-23[CallSite removal] Remove the text describing CallSite from the manual.James Y Knight1-27/+6
2020-04-23[llvm] NFC: Fix trivial typo in rst and td filesKazuaki Ishizaki1-2/+2
2020-04-17[NFC] Remove waymarking because it improves performancesTyker1-134/+0
2020-03-22Doc: Links should use httpsSylvestre Ledru1-41/+41
2020-03-06Correct the Bjarne Stroustrup's C++ Page linkShivam Gupta1-1/+1
2020-02-27[ADT] Add CoalescingBitVector, implemented using IntervalMap [1/3]Vedant Kumar1-4/+20
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen1-2/+2
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen1-2/+2
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen1-2/+2
2020-02-11Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""Yuanfang Chen1-2/+2
2020-02-11Reland "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen1-2/+2
2020-02-06[NFC] Fix error handling documentationMiloš Stojanović1-2/+2
2020-01-22[llvm] NFC: fix trivial typos in documentsKazuaki Ishizaki1-4/+4
2020-01-15Revert "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen1-2/+2
2020-01-15[Support] make report_fatal_error `abort` instead of `exit`Yuanfang Chen1-2/+2
2019-07-18Fix typo in programmer's manual cantFile -> cantFailNathan Lanza1-1/+1
2019-07-03Remove some autoconf references from docs and commentsSven van Haastregt1-2/+2
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett1-2/+2
2019-04-05[llvm] Add isa_and_nonnullDon Hinton1-0/+6
2019-02-16Fix typo in docsDmitri Gribenko1-1/+1