Preserve the name for this variant of IRBuilder::CreateCall
[oota-llvm.git] / docs /
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...
2011-07-22 Eli FriedmanSome LangRef tweaks, per Dan's comments.
2011-07-21 Jay FoadSort case-insensitively.
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-20 NAKAMURA Takumidocs/GettingStarted.html: Tweak style.
2011-07-20 NAKAMURA Takumidocs/GettingStarted.html: Fix a typo and tweak a comman...
2011-07-20 Eli FriedmanCommit LangRef changes for LLVM concurrency model....
2011-07-19 Bob WilsonRevert "Update docs to reflect r135457."
2011-07-19 Jay FoadConvert SimplifyGEPInst to use ArrayRef.
2011-07-19 Jay FoadConvert gep_type_begin and gep_type_end to use ArrayRef.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Jay FoadUse ArrayRef in ConstantFoldInstOperands and ConstantFo...
2011-07-19 Devang PatelUpdate docs to reflect r135457.
2011-07-19 Jeffrey YasskinDocument how to maintain a git-svn clone of the LLVM...
2011-07-18 Chris Lattnerdocument this api change.
2011-07-18 Chris Lattnerintroduce a new TinyPtrVector class.
2011-07-15 Eli FriedmanA couple of minor fixes to the OCaml tutorial. PR10025...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-14 Jay FoadMention all API changes I've made since 2.9 was branched.
2011-07-12 Tobias GrosserVectorType is also a SequentialType
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-08 Cameron ZwarichUse add instead of accumulate.
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-06 Jakub StaszakAdd documenation about "branch_weight" metadata and...
2011-07-01 Owen AndersonGeneralize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop...
2011-06-30 Duncan SandsThe enum was moved to ISDOpcodes.h.
2011-06-29 Evan ChengAdd missing operand. rdar://9694169
2011-06-16 Dan GohmanDocument nonlazybind.
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-15 Argyrios KyrtzidisDocument ADT/PackedVector.h in "Programmer's Manual...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-13 Chris Lattnermention graph vis isn't available in Release builds.
2011-06-07 Chad RosierTypo.
2011-06-03 Andrew TrickCorrections and additional information for "Creating...
2011-06-03 Andrew Trickwhitespace
2011-05-31 Devang PatelFix html formatting.
2011-05-31 Devang PatelClarify documentation and remove guarantees that are...
2011-05-30 Chris Lattnerreplace the intro tutorial from 2004 with a more recent...
2011-05-28 John McCallImplement and document the llvm.eh.resume intrinsic...
2011-05-27 Chad RosierClean out the 2.9 Release Notes. Mostly limited to...
2011-05-27 Chad RosierAdd change of crc32 intrinsic to release notes
2011-05-27 Dan GohmanFix copy+pastos.
2011-05-24 Dan GohmanUpdate documentation: -basicaa does chaining these...
2011-05-23 Dan GohmanDocument llvm.exp and llvm.pow.
2011-05-22 Chris Lattnerdocument thiscall, PR9101
2011-05-22 Chris Lattnerinsertvalue takes a variable number of arguments, docum...
2011-05-18 Chad RosierCorrect typos in TestingGuide.html
2011-05-16 Nick LewyckyFix errors in this llvm ir example.
2011-05-06 Akira Hatanaka1. Keep lines in 80 columns.
2011-05-04 Bill WendlingDocument the automatic alias printing of InstAliases.
2011-05-03 Devang PatelUse llvm.dbg.cu named metadata to collect compile...
2011-05-01 Oscar FuentesUpdate instructions: LLVM.cmake is now LLVMConfig.cmake
2011-04-29 NAKAMURA Takumidocs/doxygen.css: Tweak padding on memdoc.
2011-04-27 NAKAMURA Takumidocs/doxygen.css: Tweak style for readability.
2011-04-24 Mikhail GlushenkovRegenerate.
2011-04-23 Andrew TrickComment edit.
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-21 NAKAMURA Takumidocs/llvm.css: Introduce cascading style <div> and...
2011-04-21 NAKAMURA Takumidocs/Passes.html: Fix a garbage.
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-18 NAKAMURA Takumidocs: Redefine Heading elements as below;
next