2009-11-01 |
Chris Lattner | Revert 85678/85680. The decision is to stay with the... |
tree | commitdiff |
2009-10-31 |
Chris Lattner | Make blockaddress(@func, null) be valid, and make ... |
tree | commitdiff |
2009-10-29 |
Dan Gohman | Rename usesCustomDAGSchedInserter to usesCustomInserter... |
tree | commitdiff |
2009-10-29 |
Chris Lattner | greatly improve the LLVM IR bitcode encoding documentation, |
tree | commitdiff |
2009-10-28 |
Gabor Greif | use metavariable <result> instead of SSA name %result... |
tree | commitdiff |
2009-10-28 |
Gabor Greif | ooops, SSA name should not be part of the link |
tree | commitdiff |
2009-10-28 |
Gabor Greif | advertise new syntax for unnamed instructions |
tree | commitdiff |
2009-10-28 |
Chris Lattner | doc bug spotted by apinski |
tree | commitdiff |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | typo |
tree | commitdiff |
2009-10-27 |
Chris Lattner | you can't take the address of the entry block of a... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | improvements from gabor. |
tree | commitdiff |
2009-10-27 |
Chris Lattner | fix things pointed out by Dan! |
tree | commitdiff |
2009-10-27 |
Chris Lattner | document the forthcoming blockaddress constant. |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Change the JIT to compile eagerly by default as agreed in |
tree | commitdiff |
2009-10-27 |
Chris Lattner | fix pasto pointed out by Rafael |
tree | commitdiff |
2009-10-27 |
Chris Lattner | add enough support for indirect branch for the feature... |
tree | commitdiff |
2009-10-27 |
Nick Lewycky | Fix reversed logic spotted by Owen Anderson. |
tree | commitdiff |
2009-10-26 |
Victor Hernandez | Remove all references to MallocInst and FreeInst |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-25 |
Daniel Dunbar | lit: Add --config-prefix option, to override default... |
tree | commitdiff |
2009-10-25 |
Mikhail Glushenkov | Regenerate. |
tree | commitdiff |
2009-10-24 |
Victor Hernandez | Auto-upgrade free instructions to calls to the builtin... |
tree | commitdiff |
2009-10-23 |
Tanya Lattner | Add 2.6 release note. |
tree | commitdiff |
2009-10-22 |
Jeffrey Yasskin | Try r84890 again (adding ValueMap<>), now that I've... |
tree | commitdiff |
2009-10-22 |
Jeffrey Yasskin | Revert r84890, which broke the linux build. |
tree | commitdiff |
2009-10-22 |
Jeffrey Yasskin | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap... |
tree | commitdiff |
2009-10-21 |
Dale Johannesen | Rename msasm to alignstack per review. |
tree | commitdiff |
2009-10-21 |
Oscar Fuentes | Two corrections for docs/CMake.html. |
tree | commitdiff |
2009-10-19 |
Daniel Dunbar | Add link to 'lit' from CommandGuide. |
tree | commitdiff |
2009-10-17 |
Chris Lattner | check in a bunch of content from TestingGuide. Part... |
tree | commitdiff |
2009-10-16 |
Chris Lattner | Update from Cristina, llvm-gcc doesn't build on the... |
tree | commitdiff |
2009-10-15 |
Duncan Sands | The gcc plugin is now called dragonegg.so and no longer... |
tree | commitdiff |
2009-10-14 |
Duncan Sands | I don't see any point in having both eh.selector.i32... |
tree | commitdiff |
2009-10-13 |
Dale Johannesen | Documentation for the new msasm flag, which is no |
tree | commitdiff |
2009-10-13 |
Chris Lattner | rename ReleaseNotes-2.6.html -> ReleaseNotes.html |
tree | commitdiff |
2009-10-13 |
Chris Lattner | add Zero |
tree | commitdiff |
2009-10-13 |
Nick Lewycky | Force memory use markers to have a ConstantInt for... |
tree | commitdiff |
2009-10-13 |
Nick Lewycky | Add new "memory use marker" intrinsics. These indicate... |
tree | commitdiff |
2009-10-12 |
Chris Lattner | fix validation error pointed out by gabor (and the... |
tree | commitdiff |
2009-10-12 |
Chris Lattner | Improve bugpoint doc, patch by Timo Lindfors! |
tree | commitdiff |
2009-10-12 |
Gabor Greif | another bunch of <tt>s |
tree | commitdiff |
2009-10-12 |
Gabor Greif | even more <tt>s |
tree | commitdiff |
2009-10-12 |
Gabor Greif | more typewriter face |
tree | commitdiff |
2009-10-12 |
Gabor Greif | fix three validation errors, I leave the fourth to... |
tree | commitdiff |
2009-10-12 |
Gabor Greif | set some options in typewriter font |
tree | commitdiff |
2009-10-12 |
Benjamin Kramer | Documentation: Perform automated correction of common... |
tree | commitdiff |
2009-10-12 |
Torok Edwin | Fix typo, patch from Timo Juhani Lindfors. |
tree | commitdiff |
2009-10-11 |
Chris Lattner | pic16 uses 16 bit pointers, but is 8 bit. |
tree | commitdiff |
2009-10-11 |
Duncan Sands | More DragonEgg verbiage. |
tree | commitdiff |
2009-10-11 |
Duncan Sands | Remove spurious brackets. |
tree | commitdiff |
2009-10-11 |
Chris Lattner | add PR5004 as a known problem. |
tree | commitdiff |
2009-10-11 |
Chris Lattner | duncan points out that llvm-gcc doesn't do the right... |
tree | commitdiff |
2009-10-11 |
Chris Lattner | some notes from Anton |
tree | commitdiff |
2009-10-11 |
Gabor Greif | catch some other serial commas that my earlier grep... |
tree | commitdiff |
2009-10-11 |
Gabor Greif | eliminate some instances of serial comma. sabre, if... |
tree | commitdiff |
2009-10-11 |
Duncan Sands | Fix typo. |
tree | commitdiff |
2009-10-11 |
Gabor Greif | apply some tweaks |
tree | commitdiff |
2009-10-11 |
Gabor Greif | fix some obvious typos |
tree | commitdiff |
2009-10-11 |
Duncan Sands | Add an outline of the DragonEgg gcc plugin. |
tree | commitdiff |
2009-10-11 |
Ted Kremenek | Update release notes blurb on the static analyzer. |
tree | commitdiff |
2009-10-10 |
Chris Lattner | clarify |
tree | commitdiff |
2009-10-10 |
Chris Lattner | fix broken link |
tree | commitdiff |
2009-10-10 |
Chris Lattner | final changes. |
tree | commitdiff |
2009-10-10 |
Chris Lattner | down to 'major changes' |
tree | commitdiff |
2009-10-10 |
Chris Lattner | more updates |
tree | commitdiff |
2009-10-10 |
Chris Lattner | add a link to the GSG for info on how to check out... |
tree | commitdiff |
2009-10-10 |
Chris Lattner | x86 uses 5 operands for most memory refs now. |
tree | commitdiff |
2009-10-10 |
Duncan Sands | More spelling and grammar tweaks. |
tree | commitdiff |
2009-10-10 |
Benjamin Kramer | More spelling fixes. |
tree | commitdiff |
2009-10-10 |
Duncan Sands | Spelling fixes. |
tree | commitdiff |
2009-10-10 |
Chris Lattner | more tweaks |
tree | commitdiff |
2009-10-10 |
Duncan Sands | Remove an inappropriate line in the description of the |
tree | commitdiff |
2009-10-10 |
Chris Lattner | continue decoding chris scribble. |
tree | commitdiff |
2009-10-10 |
Chris Lattner | remove some dead passes |
tree | commitdiff |
2009-10-10 |
Chris Lattner | checkpoint. |
tree | commitdiff |
2009-10-10 |
Chris Lattner | fix broken anchors. |
tree | commitdiff |
2009-10-09 |
Nicolas Geoffray | As it turns out, the bug fixes in GC codegen did not... |
tree | commitdiff |
2009-10-09 |
Nicolas Geoffray | 80-columns! |
tree | commitdiff |
2009-10-09 |
Nicolas Geoffray | Add initial information on VMKit. |
tree | commitdiff |
2009-10-09 |
Chris Lattner | more random updates. |
tree | commitdiff |
2009-10-09 |
Chris Lattner | checkpoint. |
tree | commitdiff |
2009-10-09 |
Chris Lattner | checkpoint. |
tree | commitdiff |
2009-10-09 |
Chris Lattner | update clang section. |
tree | commitdiff |
2009-10-08 |
Chris Lattner | some updates from users of llvm |
tree | commitdiff |
2009-10-08 |
Chris Lattner | all content split into sections, still much work to... |
tree | commitdiff |
2009-10-08 |
Chris Lattner | checkpoint, this is still not comprehendible. |
tree | commitdiff |
2009-10-05 |
Chris Lattner | callgraph changes came after the 2.6 branch. |
tree | commitdiff |
2009-10-05 |
Evan Cheng | Move implicit and paralle to a separate codegen specifi... |
tree | commitdiff |
2009-10-05 |
Chris Lattner | add some completely unformated and probably incoherent... |
tree | commitdiff |
2009-09-30 |
Chris Lattner | add macruby, fix a validation problem. |
tree | commitdiff |
2009-09-28 |
Jeffrey Yasskin | Forgot to update the documentation in r82906. s/DEBUG_R... |
tree | commitdiff |
2009-09-28 |
Erick Tryzelaar | Document a bug in the ocaml bindings has wrong linkage... |
tree | commitdiff |
2009-09-28 |
Mikhail Glushenkov | Regenerate. |
tree | commitdiff |
2009-09-27 |
Nick Lewycky | Remove the "metadata*" type and simplify the code it... |
tree | commitdiff |
2009-09-27 |
Chris Lattner | rename REG -> REGISTER to make it explicit in the doc... |
tree | commitdiff |
2009-09-27 |
Chris Lattner | implement and document support for filecheck variables... |
tree | commitdiff |
2009-09-27 |
Nick Lewycky | Remove dead code from this function and optimize. Updat... |
tree | commitdiff |
2009-09-27 |
Nick Lewycky | Correct the version numbers to match those actually... |
tree | commitdiff |
2009-09-27 |
Nick Lewycky | Move the integer type out of 'derived' and into 'primit... |
tree | commitdiff |
next |