aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2007-04-01For PR1297:Reid Spencer
2007-04-01Mention how to create overloaded intrinsics.Reid Spencer
2007-03-30This is working again.Jeff Cohen
2007-03-30Remove reference to checkpoint.Duncan Sands
2007-03-30Various hopefully correct easy fixes.Duncan Sands
2007-03-28Update to current situation.Jeff Cohen
2007-03-28Stop using the foo HTML tag :)Chris Lattner
2007-03-28Undocument the implementation keywordReid Spencer
2007-03-27Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this corre...Tanya Lattner
2007-03-27For PR1276:Reid Spencer
2007-03-27For PR601:Reid Spencer
2007-03-26For PR601:Reid Spencer
2007-03-24Fix a link.Reid Spencer
2007-03-24Correct the description of srem. remainder follows the dividend not theReid Spencer
2007-03-22Add noreturn function attribute.Reid Spencer
2007-03-22Preview nounwind function attribute.Reid Spencer
2007-03-22More LangRef fixes. Corrected names of intrinsics.Anton Korobeynikov
2007-03-21Fixed va_arg example. Reported by Roman SamoilovAnton Korobeynikov
2007-03-19Document LoopPass.Devang Patel
2007-03-14Change e-mail address.Jim Laskey
2007-03-14Add link to exception handling.Jim Laskey
2007-03-14Adding credit for PPC changes.Jim Laskey
2007-03-14First draft of exception handling doc.Jim Laskey
2007-03-06llvm-gcc 3.4 is dead.Chris Lattner
2007-03-04Get the version number for the LLVM from the autoconf/configure.ac fileReid Spencer
2007-03-02grammaroChris Lattner