unbreak unit-tests on gcc-4.4.
[oota-llvm.git] / docs /
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>.
2009-06-26 Shantonu SenClarify how to configure llvm-gcc-4.2 for use with
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Mikhail GlushenkovRegenerate.
2009-06-25 Mikhail GlushenkovUpdate documentation.
2009-06-24 Jeffrey YasskinReleaseNotes.External Projects += Rubinius
2009-06-24 Jeffrey YasskinReleaseNotes.External Projects += Unladen Swallow
2009-06-24 Duncan SandsStart sketching 2.6 release notes. This provides a
2009-06-20 Duncan SandsClarify that if the alignment is zero then an alignment
2009-06-17 Stefanus Du ToitFix link to BasicBlock doxygen documentation in Program...
2009-06-17 Mikhail GlushenkovFormatting fix.
2009-06-17 Mikhail GlushenkovRegenerate.
2009-06-16 Chris LattnerRemove support for building LLVM libraries into "relinked"
2009-06-16 Owen AndersonUpdate the threading section to reflect current plans...
2009-06-16 Owen AndersonFix validation errors.
2009-06-16 Eli FriedmanRemove the "llvm.umul.with.overflow is broken" warning...
2009-06-16 Owen AndersonAdd initial stab at documenting the use of LLVM with...
2009-06-16 Mikhail GlushenkovRegenerate.
2009-06-15 Dan GohmanRewrite the noredzone description, attempting to avoid...
2009-06-15 Dan GohmanFix a typo.
2009-06-15 Dan GohmanReword the description of the noredzone attribute.
2009-06-15 Torok Edwinx86_64 was completely missing from the target triples...
2009-06-15 Chris Lattnerremove some old CVS-specific arguments that don't work...
2009-06-12 Devang PatelDocument noredzone and noimplicitfloat function attributes.
2009-06-12 Oscar FuentesCMake: New variable LLVM_LIBDIR_SUFFIX.
2009-06-11 Oscar FuentesCMake: Documented how to cross-compile with CMake.
2009-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 David GreeneUpdate documentation.
2009-06-08 Daniel DunbarDocument the stack alignment part of target data descri...
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-06-06 Nick LewyckyMove </pre> to column one to avoid an extra line of...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Torok Edwin--plugin is not needed for bfd anymore. Update docs.
2009-06-04 Oscar FuentesCMake: Renamed LLVM_ENABLE_ASSERTS to
2009-06-03 Torok Edwinlets not forget about c++!
2009-06-03 Oscar FuentesCMake: Implements and documents option LLVM_ENABLE_ASSERTS.
2009-06-03 Torok EdwinDocument how easy it is to use the gold plugin and...
2009-06-03 Jay FoadDocument how phi and invoke instructions interact with...
2009-05-30 Nick LewyckyMetadata uses metadata type not empty struct.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-29 Bruno Cardoso LopesFix some typos
2009-05-24 Nick LewyckyRemove border around table used for layout.
2009-05-22 Dan GohmanAdd a note mentioning that uses of the return value...
2009-05-21 Stuart HastingsAdd some missing steps to the sacred testing ritual...
2009-05-19 Cristian CadarTest commit.
2009-05-18 Evan ChengAdd short descriptions of 'implicit' and 'parallel'.
2009-05-17 Bill WendlingFormatting. Some updating of data structures. More...
2009-05-14 David GreeneImplement !if, analogous to $(if) in GNU make.
2009-05-14 David GreeneGraduate LLVM to the big leagues by embedding a LISP...
2009-05-14 David GreeneImplement a !foreach operator analogous to GNU make...
2009-05-14 David GreeneImplement a !subst operation simmilar to $(subst) in...
2009-05-14 David GreeneImplement !cast.
2009-05-14 Jim Grosbachclean up line-wrapping
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-13 Chris Lattnergarbage allocation is not a good idea :)
2009-05-12 Bill WendlingUse llvm::raw_stream instead of llvm::Streams.
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-05-09 Chris Lattnerfix typo
next