aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-07-07Add a paragraph about the Add->FAdd API change.Dan Gohman
2009-07-07Regenerate.Mikhail Glushenkov
2009-07-07Regenerate.Mikhail Glushenkov
2009-07-05Clarify that later compiler versions are known toDuncan Sands
2009-07-02Describe the LLVMContext API change.Owen Anderson
2009-07-01Try to clarify a point about getting DominatorTree info from a module pass.Daniel Dunbar
2009-06-30add a FAQ.Chris Lattner
2009-06-30got confused againChris Lattner
2009-06-30fix some issues Jeff Yasskin noticedChris Lattner
2009-06-30add a note about re-evaluating end() every time through a loop.Chris Lattner
2009-06-30Regenerate.Mikhail Glushenkov
2009-06-29Implement !cast<string>.David Greene
2009-06-26Clarify how to configure llvm-gcc-4.2 for use withShantonu Sen
2009-06-26Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel
2009-06-25Regenerate.Mikhail Glushenkov
2009-06-25Update documentation.Mikhail Glushenkov
2009-06-24ReleaseNotes.External Projects += RubiniusJeffrey Yasskin
2009-06-24ReleaseNotes.External Projects += Unladen SwallowJeffrey Yasskin
2009-06-24Start sketching 2.6 release notes. This provides aDuncan Sands
2009-06-20Clarify that if the alignment is zero then an alignmentDuncan Sands
2009-06-17Fix link to BasicBlock doxygen documentation in Programmer's ManualStefanus Du Toit
2009-06-17Formatting fix.Mikhail Glushenkov
2009-06-17Regenerate.Mikhail Glushenkov
2009-06-16Remove support for building LLVM libraries into "relinked" Chris Lattner
2009-06-16Update the threading section to reflect current plans/implementation.Owen Anderson
2009-06-16Fix validation errors.Owen Anderson
2009-06-16Remove the "llvm.umul.with.overflow is broken" warning; it should be Eli Friedman
2009-06-16Add initial stab at documenting the use of LLVM with threaded clients.Owen Anderson
2009-06-16Regenerate.Mikhail Glushenkov
2009-06-15Rewrite the noredzone description, attempting to avoid confusing language.Dan Gohman
2009-06-15Fix a typo.Dan Gohman
2009-06-15Reword the description of the noredzone attribute.Dan Gohman
2009-06-15x86_64 was completely missing from the target triples supported by the X86 codeTorok Edwin
2009-06-15remove some old CVS-specific arguments that don't work with SVN.Chris Lattner
2009-06-12Document noredzone and noimplicitfloat function attributes.Devang Patel
2009-06-12CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes
2009-06-11CMake: Documented how to cross-compile with CMake.Oscar Fuentes
2009-06-09Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene
2009-06-08Add a !patsubst operator. Use on string types.David Greene
2009-06-08Update documentation.David Greene
2009-06-08Document the stack alignment part of target data description.Daniel Dunbar
2009-06-08Add a !regmatch operator to do pattern matching in TableGen.David Greene
2009-06-06Move </pre> to column one to avoid an extra line of spaces in the example.Nick Lewycky
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-06-04--plugin is not needed for bfd anymore. Update docs.Torok Edwin
2009-06-04CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes
2009-06-03lets not forget about c++!Torok Edwin
2009-06-03CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes
2009-06-03Document how easy it is to use the gold plugin and have LTO with autotooled p...Torok Edwin