Using _MSC_VER there was wrong, better just use the already existing ifdefs for
[oota-llvm.git] / docs /
2009-12-09 Anton KorobeynikovAdd note about loadable modules on windows.
2009-12-07 Mikhail GlushenkovRegenerate.
2009-12-05 Eric ChristopherMore updates to objectsize intrinsic docs.
2009-12-01 Eric ChristopherUpdate per Bill's comments. Work in progress.
2009-12-01 Mikhail GlushenkovSupport -[weak_]framework and -F in llvmc.
2009-12-01 Oscar FuentesAdd two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABL...
2009-12-01 Bill WendlingRemove some validation errors.
2009-12-01 Bill WendlingSome formatting and spelling fixes.
2009-11-30 Eric ChristopherFirst pass at llvm.objectsize documentation.
2009-11-30 Nick LewyckyRemove the 'simple jit' tutorial as it wasn't really...
2009-11-27 Duncan SandsVector types are no longer required to have a power...
2009-11-27 Duncan SandsThese code generator limitations have been removed.
2009-11-25 Devang PatelUpdate to reflect recent debugging information encoding...
2009-11-23 Oscar FuentesCMake: generate targets for tools and examples even...
2009-11-22 Daniel DunbarAllow '_' in FileCheck variable names, it is nice to...
2009-11-22 Daniel DunbarUpdate doc re: LLVM_BUILD_EXAMPLES.
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-11-17 Jay FoadFix HTML formatting.
2009-11-15 Daniel Dunbarlit: Add --repeat=N option, for running each test N...
2009-11-10 Daniel Dunbarlit: Start documentation testing architecture.
2009-11-09 Dan GohmanThe inbounds keyword isn't relevant to overindexing of
2009-11-09 Dan GohmanRemove the "special case" for zero-length arrays, and...
2009-11-07 Chris Lattneradd the ability for TargetData to return information...
2009-11-05 Daniel Dunbarlit: Add --param NAME=VALUE option, for test suite...
2009-11-04 Nick LewyckyThe magic for our current brand of .bc files is BC...
2009-11-03 Chris Lattnerfix broken link
2009-11-02 Bill WendlingAdd missing end-tag.
2009-11-02 Bill WendlingSome formatting changes.
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Chris Lattnergreatly improve the LLVM IR bitcode encoding documentation,
2009-10-28 Gabor Greifuse metavariable <result> instead of SSA name %result...
2009-10-28 Gabor Greifooops, SSA name should not be part of the link
2009-10-28 Gabor Greifadvertise new syntax for unnamed instructions
2009-10-28 Chris Lattnerdoc bug spotted by apinski
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattnertypo
2009-10-27 Chris Lattneryou can't take the address of the entry block of a...
2009-10-27 Chris Lattnerimprovements from gabor.
2009-10-27 Chris Lattnerfix things pointed out by Dan!
2009-10-27 Chris Lattnerdocument the forthcoming blockaddress constant.
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Chris Lattnerfix pasto pointed out by Rafael
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Nick LewyckyFix reversed logic spotted by Owen Anderson.
2009-10-26 Victor HernandezRemove all references to MallocInst and FreeInst
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Daniel Dunbarlit: Add --config-prefix option, to override default...
2009-10-25 Mikhail GlushenkovRegenerate.
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Tanya LattnerAdd 2.6 release note.
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-21 Oscar FuentesTwo corrections for docs/CMake.html.
2009-10-19 Daniel DunbarAdd link to 'lit' from CommandGuide.
2009-10-17 Chris Lattnercheck in a bunch of content from TestingGuide. Part...
2009-10-16 Chris LattnerUpdate from Cristina, llvm-gcc doesn't build on the...
2009-10-15 Duncan SandsThe gcc plugin is now called dragonegg.so and no longer...
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-10-13 Dale JohannesenDocumentation for the new msasm flag, which is no
2009-10-13 Chris Lattnerrename ReleaseNotes-2.6.html -> ReleaseNotes.html
2009-10-13 Chris Lattneradd Zero
2009-10-13 Nick LewyckyForce memory use markers to have a ConstantInt for...
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...
2009-10-12 Chris Lattnerfix validation error pointed out by gabor (and the...
2009-10-12 Chris LattnerImprove bugpoint doc, patch by Timo Lindfors!
2009-10-12 Gabor Greifanother bunch of <tt>s
2009-10-12 Gabor Greifeven more <tt>s
2009-10-12 Gabor Greifmore typewriter face
2009-10-12 Gabor Greiffix three validation errors, I leave the fourth to...
2009-10-12 Gabor Greifset some options in typewriter font
2009-10-12 Benjamin KramerDocumentation: Perform automated correction of common...
2009-10-12 Torok EdwinFix typo, patch from Timo Juhani Lindfors.
2009-10-11 Chris Lattnerpic16 uses 16 bit pointers, but is 8 bit.
2009-10-11 Duncan SandsMore DragonEgg verbiage.
2009-10-11 Duncan SandsRemove spurious brackets.
2009-10-11 Chris Lattneradd PR5004 as a known problem.
2009-10-11 Chris Lattnerduncan points out that llvm-gcc doesn't do the right...
2009-10-11 Chris Lattnersome notes from Anton
2009-10-11 Gabor Greifcatch some other serial commas that my earlier grep...
2009-10-11 Gabor Greifeliminate some instances of serial comma. sabre, if...
2009-10-11 Duncan SandsFix typo.
2009-10-11 Gabor Greifapply some tweaks
2009-10-11 Gabor Greiffix some obvious typos
2009-10-11 Duncan SandsAdd an outline of the DragonEgg gcc plugin.
2009-10-11 Ted KremenekUpdate release notes blurb on the static analyzer.
2009-10-10 Chris Lattnerclarify
2009-10-10 Chris Lattnerfix broken link
2009-10-10 Chris Lattnerfinal changes.
2009-10-10 Chris Lattnerdown to 'major changes'
2009-10-10 Chris Lattnermore updates
2009-10-10 Chris Lattneradd a link to the GSG for info on how to check out...
2009-10-10 Chris Lattnerx86 uses 5 operands for most memory refs now.
2009-10-10 Duncan SandsMore spelling and grammar tweaks.
2009-10-10 Benjamin KramerMore spelling fixes.
2009-10-10 Duncan SandsSpelling fixes.
2009-10-10 Chris Lattnermore tweaks
next