summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* CMake: Documented how to cross-compile with CMake.Oscar Fuentes2009-06-11
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Update documentation.David Greene2009-06-08
* Document the stack alignment part of target data description.Daniel Dunbar2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Move </pre> to column one to avoid an extra line of spaces in the example.Nick Lewycky2009-06-06
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* --plugin is not needed for bfd anymore. Update docs.Torok Edwin2009-06-04
* CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes2009-06-04
* lets not forget about c++!Torok Edwin2009-06-03
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-03
* Document how easy it is to use the gold plugin and have LTO with autotooled p...Torok Edwin2009-06-03
* Document how phi and invoke instructions interact with SSA form.Jay Foad2009-06-03
* Metadata uses metadata type not empty struct.Nick Lewycky2009-05-30
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* Fix some typosBruno Cardoso Lopes2009-05-29
* Remove border around table used for layout.Nick Lewycky2009-05-24
* Add a note mentioning that uses of the return value of an invokeDan Gohman2009-05-22
* Add some missing steps to the sacred testing ritual scriptures.Stuart Hastings2009-05-21
* Test commit.Cristian Cadar2009-05-19
* Add short descriptions of 'implicit' and 'parallel'.Evan Cheng2009-05-18
* Formatting. Some updating of data structures. More work needs to be done to u...Bill Wendling2009-05-17
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-14
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-14
* Implement !cast.David Greene2009-05-14
* clean up line-wrappingJim Grosbach2009-05-14
* Update the names of the exception handling sjlj instrinsics toJim Grosbach2009-05-14
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-13
* garbage allocation is not a good idea :)Chris Lattner2009-05-13
* Use llvm::raw_stream instead of llvm::Streams.Bill Wendling2009-05-12
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-10
* fix typoChris Lattner2009-05-09
* Fix typo.Bill Wendling2009-05-08
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-06
* Regenerate documentation.Mikhail Glushenkov2009-05-06
* Add some more documentation for x86 special address spaces.Dan Gohman2009-05-05
* Add basic support for code generation of Chris Lattner2009-05-05
* Restore minor deletion.Mike Stump2009-05-04
* Remove obsolete wording, the only exception a readnone function can throwChris Lattner2009-05-03
* be very explicit that readnone/readonly functions can'tChris Lattner2009-05-03
* HTML-escape '>' as '&gt;' in sample C++ code.Misha Brukman2009-05-01
* Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin2009-04-30
* Second attempt:Bill Wendling2009-04-29
* Fix some confusion in the Ada f-e build instructions betweenDuncan Sands2009-04-27
* Now that any size of integer indices are allowed for sequential types, remove...Sanjiv Gupta2009-04-27
* Add two new record types to the blockinfo block:Chris Lattner2009-04-26
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-26