| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | duncan points out that llvm-gcc doesn't do the right thing with ↵ | Chris Lattner | 2009-10-11 | 1 | -2/+3 | |
| | | | | | | | -fverbose-asm yet. llvm-svn: 83781 | |||||
| * | some notes from Anton | Chris Lattner | 2009-10-11 | 1 | -1/+5 | |
| | | | | | llvm-svn: 83777 | |||||
| * | catch some other serial commas that my earlier grep did not spot | Gabor Greif | 2009-10-11 | 1 | -3/+3 | |
| | | | | | llvm-svn: 83772 | |||||
| * | eliminate some instances of serial comma. sabre, if you feel strong about ↵ | Gabor Greif | 2009-10-11 | 1 | -13/+13 | |
| | | | | | | | this, feel free to revert this rev llvm-svn: 83771 | |||||
| * | Fix typo. | Duncan Sands | 2009-10-11 | 1 | -1/+1 | |
| | | | | | llvm-svn: 83770 | |||||
| * | apply some tweaks | Gabor Greif | 2009-10-11 | 1 | -9/+10 | |
| | | | | | llvm-svn: 83769 | |||||
| * | fix some obvious typos | Gabor Greif | 2009-10-11 | 1 | -4/+4 | |
| | | | | | llvm-svn: 83768 | |||||
| * | Add an outline of the DragonEgg gcc plugin. | Duncan Sands | 2009-10-11 | 1 | -2/+15 | |
| | | | | | llvm-svn: 83765 | |||||
| * | Update release notes blurb on the static analyzer. | Ted Kremenek | 2009-10-11 | 1 | -3/+11 | |
| | | | | | llvm-svn: 83749 | |||||
| * | clarify | Chris Lattner | 2009-10-10 | 1 | -1/+1 | |
| | | | | | llvm-svn: 83743 | |||||
| * | fix broken link | Chris Lattner | 2009-10-10 | 1 | -1/+1 | |
| | | | | | llvm-svn: 83738 | |||||
| * | final changes. | Chris Lattner | 2009-10-10 | 1 | -31/+27 | |
| | | | | | llvm-svn: 83737 | |||||
| * | down to 'major changes' | Chris Lattner | 2009-10-10 | 1 | -19/+50 | |
| | | | | | llvm-svn: 83736 | |||||
| * | more updates | Chris Lattner | 2009-10-10 | 1 | -43/+64 | |
| | | | | | llvm-svn: 83735 | |||||
| * | add a link to the GSG for info on how to check out svn trunk | Chris Lattner | 2009-10-10 | 1 | -1/+3 | |
| | | | | | llvm-svn: 83734 | |||||
| * | x86 uses 5 operands for most memory refs now. | Chris Lattner | 2009-10-10 | 1 | -6/+9 | |
| | | | | | llvm-svn: 83733 | |||||
| * | More spelling and grammar tweaks. | Duncan Sands | 2009-10-10 | 1 | -16/+16 | |
| | | | | | llvm-svn: 83728 | |||||
| * | More spelling fixes. | Benjamin Kramer | 2009-10-10 | 1 | -3/+3 | |
| | | | | | llvm-svn: 83724 | |||||
| * | Spelling fixes. | Duncan Sands | 2009-10-10 | 1 | -6/+6 | |
| | | | | | llvm-svn: 83722 | |||||
| * | more tweaks | Chris Lattner | 2009-10-10 | 1 | -4/+9 | |
| | | | | | llvm-svn: 83721 | |||||
| * | Remove an inappropriate line in the description of the | Duncan Sands | 2009-10-10 | 1 | -7/+3 | |
| | | | | | | | clang static analyser. Decrease duplication in the text. llvm-svn: 83720 | |||||
| * | continue decoding chris scribble. | Chris Lattner | 2009-10-10 | 1 | -31/+51 | |
| | | | | | llvm-svn: 83719 | |||||
| * | remove some dead passes | Chris Lattner | 2009-10-10 | 1 | -111/+2 | |
| | | | | | llvm-svn: 83717 | |||||
| * | checkpoint. | Chris Lattner | 2009-10-10 | 1 | -26/+74 | |
| | | | | | llvm-svn: 83716 | |||||
| * | fix broken anchors. | Chris Lattner | 2009-10-10 | 1 | -3/+3 | |
| | | | | | llvm-svn: 83715 | |||||
| * | As it turns out, the bug fixes in GC codegen did not make it | Nicolas Geoffray | 2009-10-09 | 1 | -4/+1 | |
| | | | | | | | to llvm-2.6. Remove the precise garbage collection feature. llvm-svn: 83638 | |||||
| * | 80-columns! | Nicolas Geoffray | 2009-10-09 | 1 | -7/+14 | |
| | | | | | llvm-svn: 83628 | |||||
| * | Add initial information on VMKit. | Nicolas Geoffray | 2009-10-09 | 1 | -5/+9 | |
| | | | | | llvm-svn: 83627 | |||||
| * | more random updates. | Chris Lattner | 2009-10-09 | 1 | -1/+10 | |
| | | | | | llvm-svn: 83625 | |||||
| * | checkpoint. | Chris Lattner | 2009-10-09 | 1 | -30/+63 | |
| | | | | | llvm-svn: 83623 | |||||
| * | checkpoint. | Chris Lattner | 2009-10-09 | 1 | -10/+96 | |
| | | | | | llvm-svn: 83621 | |||||
| * | update clang section. | Chris Lattner | 2009-10-09 | 1 | -15/+13 | |
| | | | | | llvm-svn: 83615 | |||||
| * | some updates from users of llvm | Chris Lattner | 2009-10-08 | 1 | -8/+7 | |
| | | | | | llvm-svn: 83551 | |||||
| * | all content split into sections, still much work to be done. | Chris Lattner | 2009-10-08 | 1 | -65/+73 | |
| | | | | | llvm-svn: 83532 | |||||
| * | checkpoint, this is still not comprehendible. | Chris Lattner | 2009-10-08 | 1 | -120/+138 | |
| | | | | | llvm-svn: 83530 | |||||
| * | callgraph changes came after the 2.6 branch. | Chris Lattner | 2009-10-05 | 1 | -1/+0 | |
| | | | | | llvm-svn: 83299 | |||||
| * | Move implicit and paralle to a separate codegen specific section. | Evan Cheng | 2009-10-05 | 1 | -7/+19 | |
| | | | | | llvm-svn: 83291 | |||||
| * | add some completely unformated and probably incoherent notes about things | Chris Lattner | 2009-10-05 | 1 | -11/+127 | |
| | | | | | | | I saw while reading all the commits between the 2.5 and 2.6 release branches. llvm-svn: 83287 | |||||
| * | add macruby, fix a validation problem. | Chris Lattner | 2009-09-30 | 1 | -1/+24 | |
| | | | | | llvm-svn: 83142 | |||||
| * | Forgot to update the documentation in r82906. s/DEBUG_RUNTIME/DEBUG_SYMBOLS/. | Jeffrey Yasskin | 2009-09-28 | 1 | -1/+1 | |
| | | | | | llvm-svn: 83015 | |||||
| * | Document a bug in the ocaml bindings has wrong linkage values. | Erick Tryzelaar | 2009-09-28 | 1 | -0/+14 | |
| | | | | | llvm-svn: 82966 | |||||
| * | Regenerate. | Mikhail Glushenkov | 2009-09-28 | 1 | -7/+13 | |
| | | | | | llvm-svn: 82958 | |||||
| * | Remove the "metadata*" type and simplify the code it complicated. This was only | Nick Lewycky | 2009-09-27 | 1 | -4/+4 | |
| | | | | | | | | used to support GlobalVariables storing MDNodes, back when they were derived from Constant before the introduction of NamedMDNode, but never removed. llvm-svn: 82943 | |||||
| * | rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff. | Chris Lattner | 2009-09-27 | 1 | -8/+8 | |
| | | | | | llvm-svn: 82892 | |||||
| * | implement and document support for filecheck variables. This | Chris Lattner | 2009-09-27 | 1 | -1/+40 | |
| | | | | | | | | | | | allows matching and remembering a string and then matching and verifying that the string occurs later in the file. Change X86/xor.ll to use this in some cases where the test was checking for an arbitrary register allocation decision. llvm-svn: 82891 | |||||
| * | Remove dead code from this function and optimize. Update its corresponding | Nick Lewycky | 2009-09-27 | 1 | -5/+5 | |
| | | | | | | | LangRef entry too. llvm-svn: 82890 | |||||
| * | Correct the version numbers to match those actually tested for by | Nick Lewycky | 2009-09-27 | 1 | -3/+3 | |
| | | | | | | | autoconf/AutoRegen.sh. llvm-svn: 82886 | |||||
| * | Move the integer type out of 'derived' and into 'primitive'. This permits us | Nick Lewycky | 2009-09-27 | 1 | -49/+51 | |
| | | | | | | | | | | | to explain that derived types are all composed of other types, which primitive types aren't. Without moving integer out of derived, this wouldn't be true. Perform a few trivial cleanups; 'i1' went from a link to #t_primitive to #t_integer (a holdover from when it was a bool type I suppose). llvm-svn: 82884 | |||||
| * | Revise C library functions description to be vaguer, per Chris. | Dale Johannesen | 2009-09-25 | 1 | -5/+4 | |
| | | | | | llvm-svn: 82776 | |||||
| * | This patch causes the --enable-debug-runtime configure flag and the | Jeffrey Yasskin | 2009-09-25 | 1 | -0/+5 | |
| | | | | | | | | | DEBUG_RUNTIME Makefile variable to pass -g to gcc when building LLVM's objects. Without this, it's very hard to debug crashes that happen in Release-Asserts mode but not Debug mode. llvm-svn: 82775 | |||||

