| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update GC docs for clarified naming and AsmWriter refactoring. | Gordon Henriksen | 2008-08-24 | 1 | -66/+93 |
| | | | | | llvm-svn: 55275 | ||||
| * | remove reference to really really old tree | Chris Lattner | 2008-08-19 | 1 | -4/+0 |
| | | | | | llvm-svn: 55001 | ||||
| * | the stacker doc is way out of date. | Chris Lattner | 2008-08-11 | 3 | -1434/+1 |
| | | | | | llvm-svn: 54631 | ||||
| * | use the more precise 'op1' instead of 'var1' since the latter can be ↵ | Gabor Greif | 2008-08-07 | 1 | -55/+55 |
| | | | | | | | misunderstood to not encompass constants llvm-svn: 54490 | ||||
| * | stacker is really gone. | Chris Lattner | 2008-08-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 54400 | ||||
| * | remove stacker | Chris Lattner | 2008-08-06 | 2 | -102/+2 |
| | | | | | llvm-svn: 54398 | ||||
| * | It's "a static", not "an static" | Bill Wendling | 2008-08-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 54379 | ||||
| * | Expand acronyms, suggested by Walter Pawley | Chris Lattner | 2008-08-05 | 1 | -21/+27 |
| | | | | | llvm-svn: 54362 | ||||
| * | Capitalize LLVM, suggested by Walt Pawley | Chris Lattner | 2008-08-05 | 1 | -2/+2 |
| | | | | | llvm-svn: 54360 | ||||
| * | Not that using stream headers other than iostream is allowed. | Matthijs Kooijman | 2008-07-30 | 1 | -0/+4 |
| | | | | | llvm-svn: 54209 | ||||
| * | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -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 Begeman | 2008-07-29 | 1 | -9/+6 |
| | | | | | | | CodeGen & Clang work coming next. llvm-svn: 54161 | ||||
| * | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 54128 | ||||
| * | Use — because. | Bill Wendling | 2008-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 53901 | ||||
| * | Remove references to llvm-gcc-4.0 | Bill Wendling | 2008-07-22 | 1 | -12/+4 |
| | | | | | llvm-svn: 53900 | ||||
| * | Fix grammar. | Bill Wendling | 2008-07-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 53898 | ||||
| * | add a description. | Chris Lattner | 2008-07-13 | 1 | -1/+2 |
| | | | | | llvm-svn: 53529 | ||||
| * | Add a little wrapper header that is put around bc files when emitting | Chris Lattner | 2008-07-09 | 1 | -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 Sands | 2008-07-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 53226 | ||||
| * | clarify :) | Chris Lattner | 2008-07-08 | 1 | -0/+12 |
| | | | | | llvm-svn: 53218 | ||||
| * | Update link to testing guide to use the new title. | Matthijs Kooijman | 2008-07-02 | 1 | -2/+2 |
| | | | | | llvm-svn: 53018 | ||||
| * | Add a note for Thunderbird users to the Developer Policy. | Gordon Henriksen | 2008-06-26 | 1 | -0/+9 |
| | | | | | llvm-svn: 52797 | ||||
| * | remove a bunch of dead options that never did anything. | Chris Lattner | 2008-06-25 | 1 | -28/+0 |
| | | | | | llvm-svn: 52727 | ||||
| * | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -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 Greif | 2008-06-25 | 1 | -10/+10 |
| | | | | | llvm-svn: 52699 | ||||
| * | Update testing documentation with more consistent terminology. | Matthijs Kooijman | 2008-06-24 | 1 | -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 Gohman | 2008-06-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 52623 | ||||
| * | integer types are not primitive, they are derived. | Chris Lattner | 2008-06-20 | 1 | -1/+0 |
| | | | | | llvm-svn: 52551 | ||||
| * | Fix typo, fix suggested by Nicholas Olsen | Chris Lattner | 2008-06-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 52524 | ||||
| * | Fix a missing comma spotted by Bram Geron. | Dan Gohman | 2008-06-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 52467 | ||||
| * | fix validator warning | Gabor Greif | 2008-06-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 52461 | ||||
| * | prettify, no semantic changes | Gabor Greif | 2008-06-18 | 1 | -92/+138 |
| | | | | | llvm-svn: 52460 | ||||
| * | Move some documentation from the header file into ProgrammersManual. About ↵ | Gabor Greif | 2008-06-16 | 1 | -4/+183 |
| | | | | | | | to improve. llvm-svn: 52360 | ||||
| * | Fix an error in the two-address example. | Dan Gohman | 2008-06-13 | 1 | -2/+2 |
| | | | | | llvm-svn: 52253 | ||||
| * | Improve description of -emit-llvm. | Dale Johannesen | 2008-06-12 | 1 | -17/+8 |
| | | | | | llvm-svn: 52238 | ||||
| * | adjust calls to ConstantFP::get to new API | Gabor Greif | 2008-06-10 | 5 | -20/+20 |
| | | | | | llvm-svn: 52165 | ||||
| * | Update the build instructions. | Duncan Sands | 2008-06-09 | 1 | -32/+21 |
| | | | | | llvm-svn: 52153 | ||||
| * | Small formatting changes. | Bill Wendling | 2008-06-09 | 1 | -8/+14 |
| | | | | | llvm-svn: 52136 | ||||
| * | Create dirs as needed. | Tanya Lattner | 2008-06-09 | 1 | -0/+6 |
| | | | | | llvm-svn: 52131 | ||||
| * | removed two implicitly closed </p> tags to get it validate | Gabor Greif | 2008-06-09 | 1 | -4/+4 |
| | | | | | llvm-svn: 52123 | ||||
| * | Update with new release. | Tanya Lattner | 2008-06-09 | 1 | -0/+1 |
| | | | | | llvm-svn: 52121 | ||||
| * | Add a note in the API Changes section about the ConstantFP::get change. | Dan Gohman | 2008-06-09 | 1 | -0/+3 |
| | | | | | llvm-svn: 52119 | ||||
| * | Use proper icon :) | Anton Korobeynikov | 2008-06-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 52118 | ||||
| * | Fix few validations errors | Anton Korobeynikov | 2008-06-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 52117 | ||||
| * | Add footer | Anton Korobeynikov | 2008-06-09 | 1 | -0/+9 |
| | | | | | llvm-svn: 52116 | ||||
| * | Remove obsolete CompilerDriver.html and provie a new one, based on ↵ | Anton Korobeynikov | 2008-06-09 | 1 | -792/+380 |
| | | | | | | | | | autogenerated file form LLVMC-Reference.rst llvm-svn: 52115 | ||||
| * | linkify, this requires pulling CodeGenerator.html into 2.3. | Chris Lattner | 2008-06-09 | 1 | -3/+4 |
| | | | | | llvm-svn: 52114 | ||||
| * | grammaro | Chris Lattner | 2008-06-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 52111 | ||||
| * | final edits from me, simplify the ia64 section. | Chris Lattner | 2008-06-08 | 1 | -23/+5 |
| | | | | | llvm-svn: 52110 | ||||
| * | more edits | Chris Lattner | 2008-06-08 | 1 | -10/+18 |
| | | | | | llvm-svn: 52109 | ||||

