LICM shouldn't sink/delete debug information. Fix this and add a testcase.
[oota-llvm.git] / docs /
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
2009-10-10 Duncan SandsRemove an inappropriate line in the description of the
2009-10-10 Chris Lattnercontinue decoding chris scribble.
2009-10-10 Chris Lattnerremove some dead passes
2009-10-10 Chris Lattnercheckpoint.
2009-10-10 Chris Lattnerfix broken anchors.
2009-10-09 Nicolas GeoffrayAs it turns out, the bug fixes in GC codegen did not...
2009-10-09 Nicolas Geoffray80-columns!
2009-10-09 Nicolas GeoffrayAdd initial information on VMKit.
2009-10-09 Chris Lattnermore random updates.
2009-10-09 Chris Lattnercheckpoint.
2009-10-09 Chris Lattnercheckpoint.
2009-10-09 Chris Lattnerupdate clang section.
2009-10-08 Chris Lattnersome updates from users of llvm
2009-10-08 Chris Lattnerall content split into sections, still much work to...
2009-10-08 Chris Lattnercheckpoint, this is still not comprehendible.
2009-10-05 Chris Lattnercallgraph changes came after the 2.6 branch.
2009-10-05 Evan ChengMove implicit and paralle to a separate codegen specifi...
2009-10-05 Chris Lattneradd some completely unformated and probably incoherent...
2009-09-30 Chris Lattneradd macruby, fix a validation problem.
2009-09-28 Jeffrey YasskinForgot to update the documentation in r82906. s/DEBUG_R...
2009-09-28 Erick TryzelaarDocument a bug in the ocaml bindings has wrong linkage...
2009-09-28 Mikhail GlushenkovRegenerate.
2009-09-27 Nick LewyckyRemove the "metadata*" type and simplify the code it...
2009-09-27 Chris Lattnerrename REG -> REGISTER to make it explicit in the doc...
2009-09-27 Chris Lattnerimplement and document support for filecheck variables...
2009-09-27 Nick LewyckyRemove dead code from this function and optimize. Updat...
2009-09-27 Nick LewyckyCorrect the version numbers to match those actually...
2009-09-27 Nick LewyckyMove the integer type out of 'derived' and into 'primit...
2009-09-25 Dale JohannesenRevise C library functions description to be vaguer...
2009-09-25 Jeffrey YasskinThis patch causes the --enable-debug-runtime configure...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Dale JohannesenClarify that llvm attaches C language semantics to
2009-09-22 Erick TryzelaarSync c++ kaleidoscope tutorial with test.
2009-09-21 Reid KlecknerAdd documentation on how to use enable debug informatio...
2009-09-20 Chris Lattnergrammaro
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-16 Chris Lattnerapparently russians are really hard to sort or something!
2009-09-16 Chris LattnerI can sort, no really.
2009-09-16 Chris Lattnermake more clear since it is sorted by last name now.
2009-09-16 Chris LattnerDoug is now the code owner for most of the Clang frontend.
2009-09-16 Chris LattnerTed is christened as the owner of the clang static...
2009-09-15 Daniel DunbarPut back non-obsolete -f sections for 'opt'.
2009-09-15 Daniel DunbarRemove references to obsolete -f option.
2009-09-15 Daniel DunbarUpdate llc/opt PODs to clarify they support .ll input.
2009-09-15 Dan GohmanGive llvm-link a -S option.
2009-09-14 Erick TryzelaarExpose initializing the native target for the execution...
2009-09-14 Erick TryzelaarMake sure to initialize the fpm in the ocaml tutorial.
2009-09-13 Oscar FuentesCMake: New user-settable variable LLVM_TARGET_ARCH...
2009-09-13 Nick LewyckyUpdate the tutorial to match changes to examples/Kaleid...
2009-09-13 Chris Lattnerremove two docs about the old Sparc backend which used...
2009-09-13 Chris Lattnermove old clang readme here.
2009-09-12 Chris Lattnerwe don't want people to override printBasicBlockLabel.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-11 Chris Lattnermore typos
2009-09-10 Bill WendlingFix validation errors.
2009-09-10 Bill WendlingFix validation errors.
2009-09-10 Chris Lattneradd another broken version of gcc, thanks to Niels...
2009-09-10 Daniel DunbarRemove prcontext.
2009-09-09 Eric ChristopherCorrect __cxa_end_catch documentation to reflect that...
2009-09-08 Chris Lattneranother typo
2009-09-08 Chris Lattnerfix a couple typos pointed out by edwin and duncan
2009-09-08 Daniel DunbarAdd 'lit' testing tool.
2009-09-08 Chris Lattnerllvm::cerr is gone.
2009-09-08 Chris Lattnerupdate this to use raw_ostream
2009-09-07 Chris Lattneradd some more notes.
2009-09-07 Chris Lattnerdescribe undef semantics in some more detail.
2009-09-07 Daniel DunbarDocument opt -S argument.
2009-09-02 Dan GohmanFix the syntax of add/sub/mul nsw/nuw and sdiv exact.
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Chris LattnerMark Andersen's as experimental.
2009-08-26 Reid KlecknerAllocate the module provider in the Kaleidoscope code...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-25 Dan GohmanUpdate documentation for the -f change.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-24 Chris Lattnerimprove documentation for linker_private linkage.
2009-08-23 Chris Lattnerdisuade people from using ostream.
2009-08-23 Douglas GregorDon't install the man page for FileCheck
next