ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too
[oota-llvm.git] / docs /
2011-10-05 David GreeneFix a typo.
2011-10-05 David GreeneDocument Multidefs
2011-10-04 David ChisnallTell people using the tutorial how to make it actually...
2011-10-04 Rafael EspindolaRemove last references to hotpatch.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-09-30 Torok Edwinsome 3.0 API notes
2011-09-28 Eric ChristopherAdd a note on removing LLVMC.
2011-09-27 Bill WendlingRemove incorrect passage.
2011-09-27 Bill WendlingAdd FCA to the lexicon.
2011-09-27 Bill WendlingRemove some not-really-correct wording.
2011-09-26 Bill WendlingFix grammar.
2011-09-26 Bill WendlingRemove dead table entry.
2011-09-26 Bill WendlingSome minor (and more involved) cleanups. No real contex...
2011-09-23 Chris LattnerDuncan owns dragonegg too, it's all his fault :)
2011-09-22 Chris LattnerResynch intro to section with copyright section.
2011-09-20 Bill WendlingRemove mention of llvm-gcc and llvm-g++. -Ministry...
2011-09-20 Bill WendlingRemove some missed references to dead intrinsics.
2011-09-20 Bill WendlingUpdate the EH doc to reflect the new EH model.
2011-09-20 Eric ChristopherMore llvmc bits. Spotted by Benjamin on IRC.
2011-09-20 Eric ChristopherRemove more of llvmc and dependencies.
2011-09-19 Jakob Stoklund OlesenX86 has asterisk-free inline asm support now.
2011-09-18 Bill WendlingRemove obsolete .pod files.
2011-09-18 Bill WendlingFix up the formating and change llvm-gcc to clang.
2011-09-18 Bill WendlingRemove mention of llvm-gcc/llvm-g++ from doc.
2011-09-16 Chad RosierAdd -rfunc and -rglob options to llvm-extract to suppor...
2011-09-11 Nick Lewyckys/SequeuentiallyConsistent/SequentiallyConsistent/g
2011-09-11 Nick LewyckyFix verb tense agreement.
2011-09-09 Devang PatelUpdate docs to reflect recent addition of new CompileUn...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-04 Chandler CarruthUpdate the CMake documentation to the correct variables.
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-08-30 Rafael EspindolaPreliminary documentation in docs/SegmentedStacks.html.
2011-08-30 Tobias GrosserUpdate docs: Bugpoint understands -O[123]
2011-08-24 Eli FriedmanSome minor updates to atomic acquire/release docs in...
2011-08-23 Rafael EspindolaFix an example in the documentation.
2011-08-22 NAKAMURA Takumidocs/ReleaseNotes.html: Mention that Windows 2000 will...
2011-08-22 Eli FriedmanSome minor wording updates and cross-linking for atomic...
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-19 John CriswellFixed some punctuation. Sentences can be combined...
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-15 Devang PatelAdd a finalize() hook, that'll let DIBuilder construct...
2011-08-12 Eli FriedmanFix the getelementptr description so it is extremely...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Eli FriedmanSome reorganization of atomic docs. Added explicit...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattnerapparently variable naming conventions never got added...
2011-08-12 Chris Lattnerminor typo
2011-08-12 Chris Lattnerfix one reference that slipped through, thanks Eli
2011-08-12 Chris Lattneradd new accessors to reflect new terminology in struct...
2011-08-12 NAKAMURA Takumidocs/GettingStarted.html: [Git] Add instructions how...
2011-08-12 NAKAMURA Takumidocs/GettingStarted.html: [Git] Mention branch.rebase...
2011-08-12 NAKAMURA Takumidocs/GettingStarted.html: [Git] Split the subsubsection...
2011-08-12 NAKAMURA Takumidocs: Update HTML markup(s).
2011-08-12 NAKAMURA Takumidocs/llvm.css: Introduce <blockquote><pre>. It may...
2011-08-12 Eli FriedmanMisc atomic doc tweaks; reordering operations across...
2011-08-12 Eli FriedmanFix up this paragraph (including a nasty typo).
2011-08-12 Andrew TrickClarify the definition of SequentiallyConsistent operat...
2011-08-11 Eli FriedmanFix mismatched tag.
2011-08-11 Eli FriedmanRevision to Atomics guide, per Chris's comments.
2011-08-11 Justin HolewinskiPTX: Add basic documentation to CodeGenerator.html
2011-08-10 Eli FriedmanChanges per Jeffrey's comments.
2011-08-09 Eli FriedmanFix minor typo.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-08-09 Eli FriedmanFirst draft of the practical guide to atomics.
2011-08-08 Bill WendlingClean up the grammar for the landingpad instruction.
2011-08-08 Bill WendlingFix typo found by John.
2011-08-04 Jay FoadReword.
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-03 Bill WendlingGo back to the old definition. It's not clear that...
2011-08-03 Bill WendlingExplain how clauses are applied.
2011-08-02 Bill WendlingAdd the documentation for the 'landingpad' instruction...
2011-08-02 Chris Lattnerno need to count the terminators.
2011-08-02 Bill WendlingDuncan's english is better than mine. :-)
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-08-02 John McCallI am the code owner for Clang's IR generation; this...
2011-08-02 Eli FriedmanMinor wording tweak for memory model.
2011-08-01 Roman DivackyFix a typo.
2011-07-31 Bill WendlingFix some validation errors.
2011-07-31 Bill WendlingFix some validation errors.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Devang PatelUpdate document listing DIVariable elements to reflect...
2011-07-26 Bill WendlingFix a typo.
2011-07-26 Andrew TrickUpdating stale documentation on regalloc modes.
2011-07-26 Bill WendlingClean up the HTML here a bit.
2011-07-26 Bill WendlingDescribe the reasoning for compact unwind in better...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Nick Lewycky80 columns.
2011-07-25 Bill WendlingFix some typos.
2011-07-25 Bill WendlingAn initial description of the compact unwind encoding.
2011-07-25 Rafael EspindolaAdd uwtable to the langref.
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-23 Chris Lattnerclarify that opaque is actually a struct type, PR10430
2011-07-23 Chris Lattnerhow about that, StringRef doesn't allow any mutation...
2011-07-22 Chris Lattneradd section to ToC
2011-07-22 Chris Lattnerwrite the long-overdue strings section of the data...
2011-07-22 Chris Lattnermove the section for string-like containers to follow...
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
next