aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Change llvm.gcroot to not init the root to null at runtime, this preventsChris Lattner2007-09-121-3/+4
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-46/+21
* Fix description of the call instruction. There are two types, with one beingNick Lewycky2007-09-081-9/+15
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-071-2/+4
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-271-24/+62
* Rename llvm-gcc4 to llvm-gcc.Tanya Lattner2007-08-241-4/+4
* Implement review feedback on trampoline documentation.Duncan Sands2007-08-221-6/+4
* Who thought up this crazy formatting scheme?Reid Spencer2007-08-071-83/+23
* Okay, over/back tags don't next.Reid Spencer2007-08-071-9/+29
* Try an indent level for better formatting.Reid Spencer2007-08-071-6/+12
* Add the code generation options.Reid Spencer2007-08-071-0/+119
* Rearrange options into sections and add the last floating point related option.Reid Spencer2007-08-071-14/+32
* Add the -disable-excess-fp-precision option.Reid Spencer2007-08-071-0/+4
* Add another missing option.Reid Spencer2007-08-071-0/+5
* Add some more missing options.Reid Spencer2007-08-071-2/+12
* Remove the -f option which is no longer supported, but add the -fake-argv0Reid Spencer2007-08-071-5/+2
* Describe the global/local naming convention.Reid Spencer2007-08-071-11/+13
* Update links to the command guide generated documentation.Reid Spencer2007-08-052-41/+41
* Comment out configuration tags not supported by doxygen 1.3.9Reid Spencer2007-08-051-8/+8
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-35/+44
* fp2uint -> fptouiReid Spencer2007-07-311-8/+8
* Forget to add 'nest' to the list of parameterDuncan Sands2007-07-271-0/+3
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+105
* Fix example code.Devang Patel2007-07-251-0/+1
* test commitChris Lattner2007-07-251-1/+1
* Fix some validation errors.Bill Wendling2007-07-231-3/+4
* Converted to "svn" and reformatted.Bill Wendling2007-07-231-270/+349
* Small change.Bill Wendling2007-07-231-1/+1
* Point to the correct SVN repository.Bill Wendling2007-07-231-1/+1
* No longer referencing "shared memory" as this can confuse people. The memory is Chandler Carruth2007-07-201-13/+13
* Silly HTMLReid Spencer2007-07-201-1/+3
* Fix validation errors.Reid Spencer2007-07-201-16/+10
* This introduces the atomic operation intrinsics into the documentation. This is Chandler Carruth2007-07-201-0/+305
* For PR1553:Reid Spencer2007-07-191-8/+8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-18103-0/+41259