aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-05-232.0 Release docsrelease_20Tanya Lattner
2007-05-23final updates to release notesChris Lattner
2007-05-22Merge from mainlineTanya Lattner
2007-05-18first cut of llvm 2.0 release notesChris Lattner
2007-05-18merge in from mainlineChris Lattner
2007-05-18merge from mainlineChris Lattner
2007-05-16Merge arbitrary precision integer documentation from mainline.Reid Spencer
2007-05-15Merging from mainline.Tanya Lattner
2007-05-06remove dead optionChris Lattner
2007-05-06this is obsoleteChris Lattner
2007-05-06link to the bitcode docChris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Update doc to reflect changes I am about to install to fix PR 888.Devang Patel
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-29Implement review feedbackAnton Korobeynikov
2007-04-29Minor corrections.Jeff Cohen
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-22Undo erroneous corrections.Jeff Cohen
2007-04-22Minor corrections.Jeff Cohen
2007-04-21add support for alignment attributes on load/store instructionsChristopher Lamb
2007-04-18Provide link.Jeff Cohen
2007-04-17Remove "ModulePasses requiring FunctionPasses" from the list of futureDevang Patel
2007-04-16Document how, module pass can require function pass.Devang Patel
2007-04-16Fix typos.Duncan Sands
2007-04-15Describe quoting rules.Reid Spencer
2007-04-14Add some info about the pipelines and redirection.Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-04-14Correct typo.Duncan Sands
2007-04-12update documentationLauro Ramos Venancio
2007-04-12update documentationLauro Ramos Venancio
2007-04-12Fix extra argument in part_set examples. Thanks Zhiru.Reid Spencer
2007-04-11Fix validation errors.Reid Spencer
2007-04-11Missing end tag. Thanks, Nick.Reid Spencer
2007-04-11Put period inside the paragraph!Reid Spencer
2007-04-11Document the part_set intrinsic.Reid Spencer
2007-04-11Add Scott's note about GCC 4.1.2 on OpenSUSE.Reid Spencer
2007-04-10Fix name of an intrinsic: bit.part_select -> part.selectReid Spencer
2007-04-07Rephrase linker explanation.Duncan Sands
2007-04-04Remove the part_set intrinsic. It won't get implemented as an intrinsic.Reid Spencer
2007-04-04Appease Chris' pedantic streak.Reid Spencer
2007-04-04Fix links to intrinsic functions outside LangRef.htmlReid Spencer
2007-04-04Remove intrinsics that we will not be implementing.Reid Spencer
2007-04-02Update example notes to clarify system linker's role.Devang Patel
2007-04-02bwsap -> bswapReid Spencer
2007-04-02Fix some bswap typos that Chris noticed.Reid Spencer
2007-04-01gcc 3.4.4 is known-bad on x86-64Chris Lattner
2007-04-01Preview documentation for additional intrinsic functions.Reid Spencer
2007-04-01For PR1297:Reid Spencer