aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Clarify that if the alignment is zero then an alignmentDuncan Sands2009-06-201-6/+8
* Fix link to BasicBlock doxygen documentation in Programmer's ManualStefanus Du Toit2009-06-171-1/+1
* Formatting fix.Mikhail Glushenkov2009-06-171-9/+8
* Regenerate.Mikhail Glushenkov2009-06-172-12/+13
* Remove support for building LLVM libraries into "relinked" Chris Lattner2009-06-161-14/+4
* Update the threading section to reflect current plans/implementation.Owen Anderson2009-06-161-16/+36
* Fix validation errors.Owen Anderson2009-06-161-2/+3
* Remove the "llvm.umul.with.overflow is broken" warning; it should be Eli Friedman2009-06-161-3/+0
* Add initial stab at documenting the use of LLVM with threaded clients.Owen Anderson2009-06-161-2/+109
* Regenerate.Mikhail Glushenkov2009-06-162-43/+74
* Rewrite the noredzone description, attempting to avoid confusing language.Dan Gohman2009-06-151-1/+1
* Fix a typo.Dan Gohman2009-06-151-1/+1
* Reword the description of the noredzone attribute.Dan Gohman2009-06-151-2/+3
* x86_64 was completely missing from the target triples supported by the X86 codeTorok Edwin2009-06-151-0/+2
* remove some old CVS-specific arguments that don't work with SVN.Chris Lattner2009-06-151-1/+1
* Document noredzone and noimplicitfloat function attributes.Devang Patel2009-06-121-4/+12
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-121-0/+5
* CMake: Documented how to cross-compile with CMake.Oscar Fuentes2009-06-111-1/+7
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-091-7/+0
* Add a !patsubst operator. Use on string types.David Greene2009-06-081-0/+4
* Update documentation.David Greene2009-06-081-2/+5
* Document the stack alignment part of target data description.Daniel Dunbar2009-06-081-0/+4
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-081-0/+3
* Move </pre> to column one to avoid an extra line of spaces in the example.Nick Lewycky2009-06-061-2/+2
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-18/+117
* --plugin is not needed for bfd anymore. Update docs.Torok Edwin2009-06-041-2/+11
* CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes2009-06-041-2/+2
* lets not forget about c++!Torok Edwin2009-06-031-0/+1
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-031-0/+4
* Document how easy it is to use the gold plugin and have LTO with autotooled p...Torok Edwin2009-06-031-0/+29
* Document how phi and invoke instructions interact with SSA form.Jay Foad2009-06-031-3/+9
* Metadata uses metadata type not empty struct.Nick Lewycky2009-05-301-5/+5
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-10/+30
* Fix some typosBruno Cardoso Lopes2009-05-291-3/+3
* Remove border around table used for layout.Nick Lewycky2009-05-241-11/+11
* Add a note mentioning that uses of the return value of an invokeDan Gohman2009-05-221-0/+4
* Add some missing steps to the sacred testing ritual scriptures.Stuart Hastings2009-05-211-14/+23
* Test commit.Cristian Cadar2009-05-191-1/+1
* Add short descriptions of 'implicit' and 'parallel'.Evan Cheng2009-05-181-0/+7
* Formatting. Some updating of data structures. More work needs to be done to u...Bill Wendling2009-05-171-499/+613
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-141-0/+2
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-141-0/+6
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-141-0/+4
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-141-0/+3
* Implement !cast.David Greene2009-05-141-4/+5
* clean up line-wrappingJim Grosbach2009-05-141-4/+4
* Update the names of the exception handling sjlj instrinsics toJim Grosbach2009-05-141-0/+26
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-1/+1
* garbage allocation is not a good idea :)Chris Lattner2009-05-131-1/+1
* Use llvm::raw_stream instead of llvm::Streams.Bill Wendling2009-05-122-2/+4