Remove the ValueMap operator=, which was wrong (it did't correct the
[oota-llvm.git] / docs /
2010-08-09 Oscar FuentesCMake: document how to incorporate LLVM into the cmake...
2010-08-09 Oscar FuentesCMake: documented testing procedure
2010-08-08 Rafael EspindolaAdd a opt-args option that can be used to pass argument...
2010-08-08 Rafael Espindolas/libLLVMgold/LLVMgold/g
2010-08-06 Peter CollingbourneFix missing </a> tag error introduced by addition of...
2010-08-05 Eric ChristopherDocument results of PR7762.
2010-08-04 Owen AndersonAdd a note about the changing pass registration interface.
2010-08-04 Dan GohmanDelete mkpatch. Everything it does is already done...
2010-08-04 Dan GohmanRemove a link which is no longer relevant.
2010-08-04 Torok EdwinNote some LLVM 2.7 -> 2.8 APIs that changed / got renamed.
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-08-02 Daniel Dunbardocs/TestingGuide: Minimal update to describe 'lit...
2010-08-02 Daniel Dunbardocs/TestingGuide: Rip out description of old nightly...
2010-08-01 Nick LewyckyFix word choice.
2010-07-30 John CriswellGrammar cop pullover: Corrected and improved some gramm...
2010-07-26 Gabor Greifre-commit r109220, the compile error has already been...
2010-07-24 Peter CollingbourneDocument BUILD_EXAMPLES makefile variable
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Owen AndersonFirst stab at updating the documentation for INITIALIZE...
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-21 Chris Lattnerstrip out the 2.7 release notes, this really is the...
2010-07-21 Gabor Greifappease Validator
2010-07-21 Gabor Greifadd info on operand rotation
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-13 Dan GohmanFix the Named Metadata example to make it clear which...
2010-07-13 Devang PatelFix compile unit in example. Thanks Renato Golin!
2010-07-13 Benjamin KramerHTML cleanup and validation.
2010-07-13 Duncan SandsWhen doing sext/zext of constants, the target type...
2010-07-11 Jakob Stoklund OlesenRemove TargetInstrInfo::copyRegToReg entirely.
2010-07-11 Dan Gohmansdiv overflow is outright undefined behavior, with...
2010-07-08 Duncan SandsTweak some docs now that the default build is called...
2010-07-07 Reid KlecknerUpdate the docs for debugging JITed code with GDB.
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-07 Duncan SandsRename "Release" builds as "Release+Asserts"; rename...
2010-07-06 John McCallClosing tags start with slashes.
2010-07-06 Chris Lattnerminor typo
2010-07-06 Nick LewyckyAlphabetize the list of function parameters.
2010-07-06 Duncan SandsBring the list of passes and their descriptions up...
2010-07-06 Dan GohmanNote the relationship between C99 restrict and LLVM...
2010-07-04 Chris Lattnerindmemrem and lowerallocs are gone.
2010-07-02 Dan GohmanDocument that BasicAA respects noalias, while Interproc...
2010-07-02 Dan GohmanDescribe which dependencies are relevant to noalias...
2010-07-02 Dan GohmanAdd some html anchors, to allow attributes to be linked...
2010-07-02 Dan GohmanReword the definition of the noalias attribute. The...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingImprove explanation.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-28 Dan GohmanAdd a blurb about -scev-aa.
2010-06-24 Dan GohmanDocument problems that I encountered when working on...
2010-06-21 Chris LattnerThis makes example Makefile a lot more like actual
2010-06-21 Eric ChristopherRemove isTwoAddress from llvm.
2010-06-21 Chris Lattnerfix typos reported by Adam Warner!
2010-06-18 Eric ChristopherAnother typo.
2010-06-18 Eric ChristopherFix typo.
2010-06-18 Bruno Cardoso LopesTeach tablegen how to inherit from classes in 'defm...
2010-06-17 Dan GohmanMinor clarification.
2010-06-17 Bruno Cardoso LopesFor a tablegen expression such as !if(a,b,c), let 'a'
2010-06-16 Bruno Cardoso Lopeslet the '!eq' expression support 'int' and 'bit' types
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-14 Eric ChristopherUpdate html tutorial docs to match api changes.
2010-06-10 Bruno Cardoso LopesTeach tablegen to allow "let" expressions inside multic...
2010-06-05 Bruno Cardoso LopesTeach tablegen to support 'defm' inside multiclasses.
2010-06-04 Devang PatelUpdate docs to reflect new DISubprogram elements.
2010-06-02 Rafael EspindolaUpdate the documentation, getCalleeSavedRegClasses...
2010-05-29 Nick LewyckyDocument aggregate operation constant expressions.
2010-05-28 Dale JohannesenFix Data Layout description of floating point.
2010-05-28 Dan GohmanFix more whitespace to be consistent with AsmPrinter.
2010-05-28 Dan GohmanFix whitespace to be more consistent with AsmPrinter...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-26 Dan GohmanFix a missing quote.
2010-05-26 Jim GrosbachAdd entry for llvm.eh.sjlj.longjmp. PR4999.
2010-05-21 Chris Lattnerexpand on the llvm ir bitcode dox. Patch by Peter...
2010-05-19 Tobias GrosserUpdate autoconf/automake versions in the documentation...
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-11 Daniel DunbarTest commit.
2010-05-11 Tanya LattnerTest commit.
2010-05-11 Tanya LattnerTest commit.
2010-05-07 Tobias GrosserDocument graphviz passes for the (post) dominator tree.
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-07 mike-mDisable man->postscript and man->pdf doc generation...
2010-05-06 mike-mCleanup unneeded dirs after docs overhaul.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-05-05 Chris LattnerFix some ..'s
2010-05-04 Chris Lattnerone more thing.
2010-05-04 Chris Lattnerupdate instructions for llvm-gcc4, the brave new world...
2010-05-03 Dan GohmanUpdate one more 2.7 to 2.8.
2010-05-03 Dan GohmanMinimally update ReleaseNotes.html for 2.8 development...
2010-05-03 Dan GohmanUpdate this comment to note its relationship with the...
2010-05-03 Dan GohmanDelete this comment. The behavior of struct loads and...
2010-05-03 Dan GohmanDescribe invoke instruction dependencies. Generalize...
2010-05-03 Dan GohmanSay "operations" instead of "instructions", as nsw...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-30 David ChisnallFixed @ctor / @dtor the wrong way around in last commit.
2010-04-30 David ChisnallAdded a brief explanation of @llvm.global_{c,d}tors.
2010-04-28 Dan GohmanRewrite the section on trap values to contain a generic...
2010-04-28 Dan GohmanFix spelling errors.
2010-04-28 Chris Lattnerfurther clarify alignment of globals, fix instcombine
next