aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2009-06-03Document how phi and invoke instructions interact with SSA form.Jay Foad
2009-05-30Metadata uses metadata type not empty struct.Nick Lewycky
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-05-29Fix some typosBruno Cardoso Lopes
2009-05-24Remove border around table used for layout.Nick Lewycky
2009-05-22Add a note mentioning that uses of the return value of an invokeDan Gohman
2009-05-21Add some missing steps to the sacred testing ritual scriptures.Stuart Hastings
2009-05-19Test commit.Cristian Cadar
2009-05-18Add short descriptions of 'implicit' and 'parallel'.Evan Cheng
2009-05-17Formatting. Some updating of data structures. More work needs to be done to u...Bill Wendling
2009-05-14Implement !if, analogous to $(if) in GNU make.David Greene
2009-05-14Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene
2009-05-14Implement a !foreach operator analogous to GNU make's $(foreach).David Greene
2009-05-14Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene
2009-05-14Implement !cast.David Greene
2009-05-14clean up line-wrappingJim Grosbach
2009-05-14Update the names of the exception handling sjlj instrinsics toJim Grosbach
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-05-13garbage allocation is not a good idea :)Chris Lattner
2009-05-12Use llvm::raw_stream instead of llvm::Streams.Bill Wendling
2009-05-10Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky
2009-05-09fix typoChris Lattner
2009-05-08Fix typo.Bill Wendling
2009-05-06Allow readonly functions to unwind exceptions. TeachDuncan Sands
2009-05-06Regenerate documentation.Mikhail Glushenkov
2009-05-05Add some more documentation for x86 special address spaces.Dan Gohman
2009-05-05Add basic support for code generation of Chris Lattner