summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-29
* Implement review feedbackAnton Korobeynikov2007-04-29
* Minor corrections.Jeff Cohen2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Undo erroneous corrections.Jeff Cohen2007-04-22
* Minor corrections.Jeff Cohen2007-04-22
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-21
* update documentationLauro Ramos Venancio2007-04-12
* Fix extra argument in part_set examples. Thanks Zhiru.Reid Spencer2007-04-12
* Fix validation errors.Reid Spencer2007-04-11
* Missing end tag. Thanks, Nick.Reid Spencer2007-04-11
* Put period inside the paragraph!Reid Spencer2007-04-11
* Document the part_set intrinsic.Reid Spencer2007-04-11
* Fix name of an intrinsic: bit.part_select -> part.selectReid Spencer2007-04-10
* Remove the part_set intrinsic. It won't get implemented as an intrinsic.Reid Spencer2007-04-04
* Appease Chris' pedantic streak.Reid Spencer2007-04-04
* Remove intrinsics that we will not be implementing.Reid Spencer2007-04-04
* bwsap -> bswapReid Spencer2007-04-02
* Fix some bswap typos that Chris noticed.Reid Spencer2007-04-02
* Preview documentation for additional intrinsic functions.Reid Spencer2007-04-01
* For PR1297:Reid Spencer2007-04-01
* For PR1297:Reid Spencer2007-04-01
* Remove reference to checkpoint.Duncan Sands2007-03-30
* Various hopefully correct easy fixes.Duncan Sands2007-03-30
* Undocument the implementation keywordReid Spencer2007-03-28
* Fix a link.Reid Spencer2007-03-24
* Correct the description of srem. remainder follows the dividend not theReid Spencer2007-03-24
* Add noreturn function attribute.Reid Spencer2007-03-22
* Preview nounwind function attribute.Reid Spencer2007-03-22
* More LangRef fixes. Corrected names of intrinsics.Anton Korobeynikov2007-03-22
* Fixed va_arg example. Reported by Roman SamoilovAnton Korobeynikov2007-03-21
* Add link to exception handling.Jim Laskey2007-03-14
* Add a section on the target datalayout syntax and describe the defaultsReid Spencer2007-02-19
* For PR1195:Reid Spencer2007-02-15
* Put the Shift instructions in the right section.Reid Spencer2007-02-02
* Preview of the shift instructions becoming Binary Operators.Reid Spencer2007-01-31
* Grammar fixAnton Korobeynikov2007-01-28
* Document 'inreg' & 'sret'Anton Korobeynikov2007-01-28
* Updating documentation:Anton Korobeynikov2007-01-23
* For PR970:Reid Spencer2007-01-21
* icmp doesn't support comparison of packed types.Reid Spencer2007-01-19
* One more @ to remove.Reid Spencer2007-01-15
* Update documentation for parameter attributes for the syntax change.Reid Spencer2007-01-15
* Terminology change: drop 'integral' completely. Now we just have integer,Chris Lattner2007-01-15
* clarify linkonce/weak linkageChris Lattner2007-01-14
* Fix an incorrect conversion of int -> i32Reid Spencer2007-01-14
* add a global variable exampleChris Lattner2007-01-14
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* Fix a typo.Reid Spencer2007-01-12