Have the llvm configure process look for clang, then llvm-gcc, and then gcc
[oota-llvm.git] / docs /
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...
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.
next