aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-0/+4
* fix typoChris Lattner2009-05-091-1/+1
* Fix typo.Bill Wendling2009-05-081-1/+1
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-061-8/+9
* Regenerate documentation.Mikhail Glushenkov2009-05-063-70/+72
* Add some more documentation for x86 special address spaces.Dan Gohman2009-05-051-4/+26
* Add basic support for code generation of Chris Lattner2009-05-051-4/+6
* Restore minor deletion.Mike Stump2009-05-041-0/+3
* Remove obsolete wording, the only exception a readnone function can throwChris Lattner2009-05-031-2/+2
* be very explicit that readnone/readonly functions can'tChris Lattner2009-05-031-2/+4
* HTML-escape '>' as '>' in sample C++ code.Misha Brukman2009-05-011-4/+4
* Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin2009-04-301-0/+41
* Second attempt:Bill Wendling2009-04-291-0/+6
* Fix some confusion in the Ada f-e build instructions betweenDuncan Sands2009-04-271-7/+11
* Now that any size of integer indices are allowed for sequential types, remove...Sanjiv Gupta2009-04-271-3/+1
* Add two new record types to the blockinfo block:Chris Lattner2009-04-261-0/+11
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-261-1/+1
* improve documentation on build configurations, patch byChris Lattner2009-04-251-8/+19
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-252-3/+5
* Update docs to not mention gcse/loadvn and mention memdep andChris Lattner2009-04-251-24/+12
* Fixed the gep example for i16 type indices.Sanjiv Gupta2009-04-251-1/+1
* Fixed spaces and the getelementpointer example with i16 type indices.Sanjiv Gupta2009-04-241-3/+3
* Allow i16 type indices to gep.Sanjiv Gupta2009-04-241-1/+4
* Fix a documentation bug.David Greene2009-04-231-1/+1
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-231-3/+3
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-221-3/+4
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-221-2/+8