summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2009-06-30add a FAQ.Chris Lattner1-0/+141
2009-06-30got confused againChris Lattner1-1/+1
2009-06-30fix some issues Jeff Yasskin noticedChris Lattner1-2/+2
2009-06-30add a note about re-evaluating end() every time through a loop.Chris Lattner1-0/+63
2009-06-30Regenerate.Mikhail Glushenkov1-3/+24
2009-06-29Implement !cast<string>.David Greene1-1/+2
2009-06-26Clarify how to configure llvm-gcc-4.2 for use withShantonu Sen1-28/+27
2009-06-26Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel1-53/+0
2009-06-25Regenerate.Mikhail Glushenkov1-2/+5
2009-06-25Update documentation.Mikhail Glushenkov1-2/+5
2009-06-24ReleaseNotes.External Projects += RubiniusJeffrey Yasskin1-0/+11
2009-06-24ReleaseNotes.External Projects += Unladen SwallowJeffrey Yasskin1-0/+12
2009-06-24Start sketching 2.6 release notes. This provides aDuncan Sands1-0/+754
2009-06-20Clarify that if the alignment is zero then an alignmentDuncan Sands1-6/+8
2009-06-17Fix link to BasicBlock doxygen documentation in Programmer's ManualStefanus Du Toit1-1/+1
2009-06-17Formatting fix.Mikhail Glushenkov1-9/+8
2009-06-17Regenerate.Mikhail Glushenkov2-12/+13
2009-06-16Remove support for building LLVM libraries into "relinked" Chris Lattner1-14/+4
2009-06-16Update the threading section to reflect current plans/implementation.Owen Anderson1-16/+36
2009-06-16Fix validation errors.Owen Anderson1-2/+3
2009-06-16Remove the "llvm.umul.with.overflow is broken" warning; it should be Eli Friedman1-3/+0
2009-06-16Add initial stab at documenting the use of LLVM with threaded clients.Owen Anderson1-2/+109
2009-06-16Regenerate.Mikhail Glushenkov2-43/+74
2009-06-15Rewrite the noredzone description, attempting to avoid confusing language.Dan Gohman1-1/+1
2009-06-15Fix a typo.Dan Gohman1-1/+1
2009-06-15Reword the description of the noredzone attribute.Dan Gohman1-2/+3
2009-06-15x86_64 was completely missing from the target triples supported by the X86 codeTorok Edwin1-0/+2
2009-06-15remove some old CVS-specific arguments that don't work with SVN.Chris Lattner1-1/+1
2009-06-12Document noredzone and noimplicitfloat function attributes.Devang Patel1-4/+12
2009-06-12CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes1-0/+5
2009-06-11CMake: Documented how to cross-compile with CMake.Oscar Fuentes1-1/+7
2009-06-09Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene1-7/+0
2009-06-08Add a !patsubst operator. Use on string types.David Greene1-0/+4
2009-06-08Update documentation.David Greene1-2/+5
2009-06-08Document the stack alignment part of target data description.Daniel Dunbar1-0/+4
2009-06-08Add a !regmatch operator to do pattern matching in TableGen.David Greene1-0/+3
2009-06-06Move </pre> to column one to avoid an extra line of spaces in the example.Nick Lewycky1-2/+2
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-18/+117
2009-06-04--plugin is not needed for bfd anymore. Update docs.Torok Edwin1-2/+11
2009-06-04CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes1-2/+2
2009-06-03lets not forget about c++!Torok Edwin1-0/+1
2009-06-03CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes1-0/+4
2009-06-03Document how easy it is to use the gold plugin and have LTO with autotooled p...Torok Edwin1-0/+29
2009-06-03Document how phi and invoke instructions interact with SSA form.Jay Foad1-3/+9
2009-05-30Metadata uses metadata type not empty struct.Nick Lewycky1-5/+5
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky1-10/+30
2009-05-29Fix some typosBruno Cardoso Lopes1-3/+3
2009-05-24Remove border around table used for layout.Nick Lewycky1-11/+11
2009-05-22Add a note mentioning that uses of the return value of an invokeDan Gohman1-0/+4
2009-05-21Add some missing steps to the sacred testing ritual scriptures.Stuart Hastings1-14/+23