Put the LICM of constant GlobalVariables, introduced in r53945, under a
[oota-llvm.git] / docs / LangRef.html
2008-07-08 Duncan SandsNote that 'nest' only applies to pointers.
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-23 Dan GohmanFix the syntax of insertvalue in the example.
2008-06-20 Chris Lattnerinteger types are not primitive, they are derived.
2008-06-18 Dan GohmanFix a missing comma spotted by Bram Geron.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-23 Dale JohannesenDocument common linkage.
2008-05-23 Dan Gohmanlabel is a first-class type.
2008-05-23 Dan GohmanUpdate the description of first-class types to reflect...
2008-05-20 Chris LattnerClarify that and/or/xor/sdiv etc all allow vectors.
2008-05-14 Arnold SchwaighoferAdd documentation for tail call optimization to CodeGen...
2008-05-13 Dan Gohmans/indicies/indices/ and clarify the extractvalue and...
2008-05-12 Dan GohmanInitial documentation for first-class aggregates changes.
2008-05-12 Dan GohmanFix a malformed %gt;
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-04-24 Chris LattnerDoc updates/edits, contributed by Terence Parr!
2008-04-23 Chris Lattnerfix description of 'ret' to be more correct with multip...
2008-04-23 Chris LattnerAllow undef as an operand to getresult.
2008-04-19 Chris Lattnerfree(null) -> noop
2008-04-19 Chris LattnerSome clarifications suggested by Jon Sargeant
2008-04-02 Chris Lattnermore edits from Jon Sargeant
2008-04-01 Chris Lattneradd a dropped hunk from Jon Sargeant's patch.
2008-04-01 Chris Lattnermake langref more precise, wave 1, from Jon Sargeant
2008-03-24 Devang Patelvoid type is also a valid function return type.
2008-03-24 Devang PatelFix typo. Clarify underlying message.
2008-03-24 Devang PatelUpdate Function type documentation to clarify how multi...
2008-03-22 Anton KorobeynikovAliasing chains cleanups: update langref, add check...
2008-03-21 Chris Lattnerclean up and fix the call section.
2008-03-21 Chris Lattnercleanups for the getresult section.
2008-03-17 Duncan SandsClarify the unwind attribute. Add assumption
2008-03-16 Nick LewyckyCommit works on regular functions too. Fix the syntax...
2008-03-11 Devang Patelfix grammer
2008-03-10 Devang PatelDocument multiple return values.
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-18 Duncan SandsClarify that 'sret' only applies to pointers, and
2008-02-18 Owen AndersonMake the definition of the noalias attribute clearer.
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-09 Gabor Greifexplain that NumElements in alloca and malloc defaults...
2008-01-29 Chris Lattnerllvm.sqrt(-0.0) is defined.
2008-01-28 Chris Lattnermake handling of overflow and undefined results much...
2008-01-15 Anton KorobeynikovAdd description of 'llvm.trap' intrinsic. Also, minor...
2008-01-15 Chris Lattnerclarify that byval is valid for any pointer argument.
2008-01-11 Chris Lattnerdocument the byval parameter attribute.
2008-01-06 Chris Lattnerimprove description of alignment, patch by Alain Frisch.
2008-01-06 Chris LattnerFix typo noticed by 'Danny' in PR1901
2008-01-04 Chris Lattnerfix nesting issues.
2008-01-04 Chris Lattnerfix validation issues.
2008-01-04 Chris Lattnerimprove the description of types, patch by Alain Frisch
2007-12-25 Chris Lattnerupdate to llvm 2.0 syntax.
2007-12-25 Gordon HenriksenNoting and enforcing that GC intrinsics are valid only...
2007-12-19 Chris Lattnerfix more table abuses.
2007-12-18 Chris Lattneravoid confusing terminology (what is a "word"?), fix...
2007-12-17 Christopher LambMake it clear in the LangRef that allocation instructio...
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-11 Christopher LambAdd information on address space qualifiers for pointer...
2007-12-10 Gordon HenriksenFix a typo spotted by Nick Lewycky.
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-22 Duncan SandsRename the 'const' parameter attribute to 'readnone',
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-11-14 Duncan SandsTweak the descriptions of the new 'const' and 'pure...
2007-11-14 Anton KorobeynikovDocument pure/const parameter attributes
2007-11-05 Dan GohmanAdd support for vector remainder operations.
2007-10-22 Bill WendlingPut correct link in example
2007-10-17 Dan GohmanDon't mention -enable-unsafe-fp-math in LangRef.html...
2007-10-15 Dan GohmanDocument the new llvm.sin, llvm.cos, and llvm.pow intri...
2007-10-14 Gordon HenriksenFixing a typo. Found by Kevin André!
2007-10-03 Chris LattnerClarify that shifts that are too large are undefined.
2007-10-03 Chris Lattnerremove extraneous tag
2007-10-03 Chris Lattnerremove misleading documentation: LLVM has no atomic...
2007-10-02 Dale JohannesenDocument new sqrt and powi handling.
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Chris Lattnerfix bugs in the manual
2007-09-22 Tanya LattnerCorrect names.
2007-09-22 Tanya LattnerFix typo.
2007-09-21 Tanya LattnerOne last fix to get name correct.
2007-09-21 Tanya LattnerFix silly typo.
2007-09-21 Tanya LattnerUpdate annotation intrinsic with more details.
2007-09-21 Tanya LattnerAdding support for __builtin_annotation with an intrins...
2007-09-21 Chris Lattnergcroot must take concrete types, not arbitrary types.
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-08 Nick LewyckyFix description of the call instruction. There are...
2007-08-22 Duncan SandsImplement review feedback on trampoline documentation.
2007-08-07 Reid SpencerDescribe the global/local naming convention.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-31 Reid Spencerfp2uint -> fptoui
2007-07-27 Duncan SandsForget to add 'nest' to the list of parameter
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-20 Chandler CarruthNo longer referencing "shared memory" as this can confu...
2007-07-20 Reid SpencerSilly HTML
2007-07-20 Reid SpencerFix validation errors.
2007-07-20 Chandler CarruthThis introduces the atomic operation intrinsics into...
2007-07-19 Reid SpencerFor PR1553:
2007-07-16 Dan GohmanFix the documentation for llvm.sqrt so that sqrt(0...
2007-07-13 Chris Lattnerremove obsolete note
2007-07-13 Chris Lattnerfix some bugs in the manual
2007-07-06 Gabor Greiffirst pass of nomenclature changes in .html files
2007-06-18 Tanya LattnerUpdate docs for llvm.var.annotation intrinsic.
2007-06-15 Tanya LattnerAdd local var annotation intrinsic.
2007-06-12 Chris Lattnerone final bugfix
next