Expose most of the Constant creation functions to llvm-c.
[oota-llvm.git] / docs /
2009-08-15 Bill WendlingFix validation errors.
2009-08-15 Bill WendlingFix validation errors.
2009-08-15 Chris Lattnerwrap to 80 cols
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Chris Lattnerdocument filecheck.
2009-08-15 Chris Lattnerfix pasto noticed by Jakub
2009-08-15 Chris Lattneradd a stub for futher description of filecheck.
2009-08-15 Chris Lattneradd a simple FileCheck man page.
2009-08-15 Bill WendlingReformatting and some cleanup.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Misha BrukmanGrammar fix.
2009-08-12 Bob WilsonAdd some release notes about ARM v7 support and known...
2009-08-11 Chris Lattnermake owen happy by being explicit.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-10 Devang PatelClarify limitations of a ModulePass requiring a Functio...
2009-08-07 Daniel DunbarAdd DEBUG_WITH_TYPE as a clean alternative to tweaking...
2009-08-06 Anton KorobeynikovAdd note about msys perl needed for windows/mingw32...
2009-08-05 Benjamin KramerDocumentation: fix HTML validation errors.
2009-08-05 Chris Lattnercommon globals may also not be marked constant.
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-08-04 Edward O'CallaghanMinor www site formating improvements.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-08-01 Chris Lattneradd a note about the build bots
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Dan GohmanAdd one-past-the-end language to the inbounds keyword.
2009-07-29 Chris Lattnersome wording changes.
2009-07-29 Chris Lattnerlink to a newer preso
2009-07-29 Andreas BolkaFix a few typos and add links.
2009-07-28 Chris Lattnerdiscourage else after "noreturn" statements.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Andreas BolkaFix typo.
2009-07-27 Dan GohmanFollowing discussion on llvm-dev ("proposed new rule...
2009-07-26 Daniel DunbarUpdate target registration description in Writing An...
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Chris Lattnereventually we should describe string options in the...
2009-07-25 Chris Lattnerminor tweaks.
2009-07-25 Daniel DunbarOk, "most clients should be unaffected" was a lie....
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-25 Dan GohmanUpdate to new syntax.
2009-07-25 Daniel DunbarRewrite examples to use DEBUG instead of DOUT.
2009-07-24 Daniel DunbarTweak, raw_ostream is a ostream, not iostream replacement
2009-07-24 Daniel DunbarCodingStandards: Emphasize use of raw_ostream more.
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Sanjiv GuptaAdded -b option to override the default bitcode output...
2009-07-22 Chris Lattnerfix some wording problems Daniel pointed out, make...
2009-07-22 Chris Lattnerfix typo noticed by Duncan
2009-07-22 Chris Lattnerremove Bill from the author list: his contribution...
2009-07-22 Chris Lattneradd some more topics to the coding standards doc:
2009-07-22 Chris Lattnerfix some formatting stuff, patch by Edward O'Callaghan!
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-22 Dan GohmanMisc. doc fixes following suggestions from Eli.
2009-07-21 Chris Lattnerfix typo
2009-07-21 Chris LattnerVarious doc updates from Edward O'Callaghan!
2009-07-21 Torok EdwinAdd a few fairly obvious API changes I noticed while...
2009-07-20 Dan GohmanDocumentation for the new non-overflow and exact keywords.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Chris Lattnerdocument llvm.used and llvm.metadata. Stub out llvm...
2009-07-20 Bill WendlingRename the index to linkage types.
2009-07-20 Bill WendlingMore reformatting.
2009-07-20 Bill WendlingFix HTML violations.
2009-07-20 Bill WendlingObsessivly reformat.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Chris Lattnerfix some typos pointed out by Hidenobu Seki
2009-07-18 Daniel Dunbarcmake builds don't need this hack for MSVC anymore.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-17 Chris Lattnerend sentence in period, draw attention to the fact...
2009-07-17 Chris Lattnerwe beat exceptions out of lib/system a long time ago.
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-17 Daniel DunbarFix typo.
2009-07-17 Nick LewyckyAdd broken gcc from PR4532.
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-15 Dan GohmanAdd a note about the raw_fd_ostream API change.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-12 Daniel DunbarAdd an LLVM API change.
2009-07-12 Chris Lattnerbe explicit about making comments real sentences.
2009-07-11 Mikhail GlushenkovRegenerate.
2009-07-11 Mikhail GlushenkovUpdate documentation.
2009-07-09 Mikhail GlushenkovRegenerate.
2009-07-09 Mikhail GlushenkovDocumentation update.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Rafael EspindolaUpdate the example to show that an archive can contain...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-07 Dan GohmanAdd a paragraph about the Add->FAdd API change.
2009-07-07 Mikhail GlushenkovRegenerate.
2009-07-07 Mikhail GlushenkovRegenerate.
2009-07-05 Duncan SandsClarify that later compiler versions are known to
2009-07-02 Owen AndersonDescribe the LLVMContext API change.
2009-07-01 Daniel DunbarTry to clarify a point about getting DominatorTree...
2009-06-30 Chris Lattneradd a FAQ.
2009-06-30 Chris Lattnergot confused again
2009-06-30 Chris Lattnerfix some issues Jeff Yasskin noticed
2009-06-30 Chris Lattneradd a note about re-evaluating end() every time through...
2009-06-30 Mikhail GlushenkovRegenerate.
2009-06-29 David GreeneImplement !cast<string>.
next