summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update GC docs for clarified naming and AsmWriter refactoring.Gordon Henriksen2008-08-241-66/+93
| | | | llvm-svn: 55275
* remove reference to really really old treeChris Lattner2008-08-191-4/+0
| | | | llvm-svn: 55001
* the stacker doc is way out of date.Chris Lattner2008-08-113-1434/+1
| | | | llvm-svn: 54631
* use the more precise 'op1' instead of 'var1' since the latter can be ↵Gabor Greif2008-08-071-55/+55
| | | | | | misunderstood to not encompass constants llvm-svn: 54490
* stacker is really gone.Chris Lattner2008-08-061-1/+1
| | | | llvm-svn: 54400
* remove stackerChris Lattner2008-08-062-102/+2
| | | | llvm-svn: 54398
* It's "a static", not "an static"Bill Wendling2008-08-051-1/+1
| | | | llvm-svn: 54379
* Expand acronyms, suggested by Walter PawleyChris Lattner2008-08-051-21/+27
| | | | llvm-svn: 54362
* Capitalize LLVM, suggested by Walt PawleyChris Lattner2008-08-051-2/+2
| | | | llvm-svn: 54360
* Not that using stream headers other than iostream is allowed.Matthijs Kooijman2008-07-301-0/+4
| | | | llvm-svn: 54209
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-72/+75
| | | | | | | to different address spaces. This alters the naming scheme for those intrinsics, e.g., atomic.load.add.i32 => atomic.load.add.i32.p0i32 llvm-svn: 54195
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-291-9/+6
| | | | | | CodeGen & Clang work coming next. llvm-svn: 54161
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-1/+1
| | | | llvm-svn: 54128
* Use — because.Bill Wendling2008-07-221-1/+1
| | | | llvm-svn: 53901
* Remove references to llvm-gcc-4.0Bill Wendling2008-07-221-12/+4
| | | | llvm-svn: 53900
* Fix grammar.Bill Wendling2008-07-221-1/+1
| | | | llvm-svn: 53898
* add a description.Chris Lattner2008-07-131-1/+2
| | | | llvm-svn: 53529
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-091-2/+38
| | | | | | | | | | | | | | | | bc files for modules with a target triple that indicates they are for darwin. The reader unconditionally handles this, and the writer could turn this on for more targets if we care. This change has two benefits for darwin: 1) it allows us to encode the cpu type of the file in an easy to read place that doesn't require decoding the bc file. 2) it works around a bug (IMO) in darwin's AR where it is incapable of handling files that are not a multiple of 8 bytes long. BC files are only guaranteed to be multiples of 4 bytes long. llvm-svn: 53275
* Note that 'nest' only applies to pointers.Duncan Sands2008-07-081-1/+1
| | | | llvm-svn: 53226
* clarify :)Chris Lattner2008-07-081-0/+12
| | | | llvm-svn: 53218
* Update link to testing guide to use the new title.Matthijs Kooijman2008-07-021-2/+2
| | | | llvm-svn: 53018
* Add a note for Thunderbird users to the Developer Policy.Gordon Henriksen2008-06-261-0/+9
| | | | llvm-svn: 52797
* remove a bunch of dead options that never did anything.Chris Lattner2008-06-251-28/+0
| | | | llvm-svn: 52727
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-22/+250
| | | | | | | | Added abstract class MemSDNode for any Node that have an associated MemOperand Changed atomic.lcs => atomic.cmp.swap, atomic.las => atomic.load.add, and atomic.lss => atomic.load.sub llvm-svn: 52706
* Use present tense when talking about User layout. It is implemented now.Gabor Greif2008-06-251-10/+10
| | | | llvm-svn: 52699
* Update testing documentation with more consistent terminology.Matthijs Kooijman2008-06-241-74/+73
| | | | | | | | All of LLVM's testing features are now referred to as the "Testing infrastructure", the DejaGNU tests are just that, and the whole program tests are referred to as the "test suite". llvm-svn: 52674
* Fix the syntax of insertvalue in the example.Dan Gohman2008-06-231-1/+1
| | | | llvm-svn: 52623
* integer types are not primitive, they are derived.Chris Lattner2008-06-201-1/+0
| | | | llvm-svn: 52551
* Fix typo, fix suggested by Nicholas OlsenChris Lattner2008-06-201-1/+1
| | | | llvm-svn: 52524
* Fix a missing comma spotted by Bram Geron.Dan Gohman2008-06-181-1/+1
| | | | llvm-svn: 52467
* fix validator warningGabor Greif2008-06-181-1/+1
| | | | llvm-svn: 52461
* prettify, no semantic changesGabor Greif2008-06-181-92/+138
| | | | llvm-svn: 52460
* Move some documentation from the header file into ProgrammersManual. About ↵Gabor Greif2008-06-161-4/+183
| | | | | | to improve. llvm-svn: 52360
* Fix an error in the two-address example.Dan Gohman2008-06-131-2/+2
| | | | llvm-svn: 52253
* Improve description of -emit-llvm.Dale Johannesen2008-06-121-17/+8
| | | | llvm-svn: 52238
* adjust calls to ConstantFP::get to new APIGabor Greif2008-06-105-20/+20
| | | | llvm-svn: 52165
* Update the build instructions.Duncan Sands2008-06-091-32/+21
| | | | llvm-svn: 52153
* Small formatting changes.Bill Wendling2008-06-091-8/+14
| | | | llvm-svn: 52136
* Create dirs as needed.Tanya Lattner2008-06-091-0/+6
| | | | llvm-svn: 52131
* removed two implicitly closed </p> tags to get it validateGabor Greif2008-06-091-4/+4
| | | | llvm-svn: 52123
* Update with new release.Tanya Lattner2008-06-091-0/+1
| | | | llvm-svn: 52121
* Add a note in the API Changes section about the ConstantFP::get change.Dan Gohman2008-06-091-0/+3
| | | | llvm-svn: 52119
* Use proper icon :)Anton Korobeynikov2008-06-091-1/+1
| | | | llvm-svn: 52118
* Fix few validations errorsAnton Korobeynikov2008-06-091-2/+2
| | | | llvm-svn: 52117
* Add footerAnton Korobeynikov2008-06-091-0/+9
| | | | llvm-svn: 52116
* Remove obsolete CompilerDriver.html and provie a new one, based on ↵Anton Korobeynikov2008-06-091-792/+380
| | | | | | | | autogenerated file form LLVMC-Reference.rst llvm-svn: 52115
* linkify, this requires pulling CodeGenerator.html into 2.3.Chris Lattner2008-06-091-3/+4
| | | | llvm-svn: 52114
* grammaroChris Lattner2008-06-081-1/+1
| | | | llvm-svn: 52111
* final edits from me, simplify the ia64 section.Chris Lattner2008-06-081-23/+5
| | | | llvm-svn: 52110
* more editsChris Lattner2008-06-081-10/+18
| | | | llvm-svn: 52109
OpenPOWER on IntegriCloud