aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-09-27Merge release notes from mainline.release_21Tanya Lattner
2007-09-12Change llvm.gcroot to not init the root to null at runtime, this preventsChris Lattner
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-08Fix description of the call instruction. There are two types, with one beingNick Lewycky
2007-09-07Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov
2007-08-27There is an impedance matching problem between LLVM andDuncan Sands
2007-08-24Rename llvm-gcc4 to llvm-gcc.Tanya Lattner
2007-08-22Implement review feedback on trampoline documentation.Duncan Sands
2007-08-07Who thought up this crazy formatting scheme?Reid Spencer
2007-08-07Okay, over/back tags don't next.Reid Spencer
2007-08-07Try an indent level for better formatting.Reid Spencer
2007-08-07Add the code generation options.Reid Spencer
2007-08-07Rearrange options into sections and add the last floating point related option.Reid Spencer
2007-08-07Add the -disable-excess-fp-precision option.Reid Spencer
2007-08-07Add another missing option.Reid Spencer
2007-08-07Add some more missing options.Reid Spencer
2007-08-07Remove the -f option which is no longer supported, but add the -fake-argv0Reid Spencer
2007-08-07Describe the global/local naming convention.Reid Spencer
2007-08-05Update links to the command guide generated documentation.Reid Spencer
2007-08-05Comment out configuration tags not supported by doxygen 1.3.9Reid Spencer
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-31fp2uint -> fptouiReid Spencer
2007-07-27Forget to add 'nest' to the list of parameterDuncan Sands
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-25Fix example code.Devang Patel
2007-07-25test commitChris Lattner
2007-07-23Fix some validation errors.Bill Wendling
2007-07-23Converted to "svn" and reformatted.Bill Wendling
2007-07-23Small change.Bill Wendling
2007-07-23Point to the correct SVN repository.Bill Wendling
2007-07-20No longer referencing "shared memory" as this can confuse people. The memory is Chandler Carruth
2007-07-20Silly HTMLReid Spencer
2007-07-20Fix validation errors.Reid Spencer
2007-07-20This introduces the atomic operation intrinsics into the documentation. This is Chandler Carruth
2007-07-19For PR1553:Reid Spencer
2007-07-18Alphabetize. Document -mlimit parameter.Nick Lewycky
2007-07-16Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior,Dan Gohman
2007-07-16Fix validation errorsBill Wendling
2007-07-16Clean up some formattingBill Wendling
2007-07-16Clean up some formatting. Add some doc_code div tags.Bill Wendling
2007-07-13remove obsolete noteChris Lattner
2007-07-13fix some bugs in the manualChris Lattner
2007-07-09eliminated all references to 'bytecode' from .pod filesGabor Greif
2007-07-09Subversionify the documentation.Reid Spencer
2007-07-09Bytecode -> BitcodeReid Spencer
2007-07-09Minor language change upgrader -> upgrade toolReid Spencer
2007-07-09This dir does not appear under /docs anymore but under /cmds so use anReid Spencer
2007-07-09Links for commands are now generated into /cmds/ URL.Reid Spencer
2007-07-09Fix some minor typos.Reid Spencer
2007-07-09Fix some typos.Reid Spencer