Update list of failing SingleSource Benchmarks
[oota-llvm.git] / include /
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-17 Chris LattnerNew prototype for lowerpacked pass.
2004-11-16 Reid SpencerMake the comment for LinkFiles a bit more precise and...
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Chris LattnerDocument this as clobbering the second arg, make the...
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-15 Chris LattnerAdd an accessor
2004-11-15 Reid SpencerRemove useless/confusing namespace qualifier.
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerChanges per code review:
2004-11-14 Reid Spencer*Make naming convention consistent.*Add convertion...
2004-11-14 Reid SpencerMake the remove*OnSignal functions deal with Paths...
2004-11-14 Reid Spencer*Put the StatusInfo type in the right section. *Provide...
2004-11-14 Reid SpencerAllow explicit closing of the MappedFile, before destru...
2004-11-14 Reid SpencerLinker is its own module now. Moved to include/llvm...
2004-11-14 Reid SpencerAdd higher level interface to simplify use of Compressor
2004-11-14 Reid SpencerAdd the MoreHelp function pointer. If non-null, this...
2004-11-14 Reid SpencerRemove ReadArchiveFile (functionality moved to Archive...
2004-11-14 Reid SpencerComplete rewrite to get first working version.
2004-11-14 Reid SpencerInterface to Linker (revised/expanded from Support...
2004-11-14 Misha BrukmanAdd GhostLinkage for marking functions before they...
2004-11-14 Reid SpencerMoved from include/llvm/Support/Linker.h
2004-11-13 Chris LattnerAdd useful method, minor cleanups
2004-11-13 Chris LattnerAdd support for shifts
2004-11-09 Reid SpencerProvide conversion from posix time.
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-08 Misha BrukmanRemove extra spaces
2004-11-08 Reid SpencerMake writing compressed bytecode the default.
2004-11-07 Misha BrukmanAdd method to delete machine code generated for a Function
2004-11-07 Reid SpencerMake compression the default on writing.
2004-11-07 Reid Spencer* Provide option for specifying bytecode compression
2004-11-07 Chris LattnerThis is V9 specific stuff
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-11-06 Reid SpencerProvide an interface for getting just the external...
2004-11-06 Reid SpencerDeprecate constructors we don't want users to use.
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-11-05 Reid SpencerGo ahead and trust the client not to mess with the...
2004-11-05 Reid Spencer* Documentation corrections (thanks to Chris for nit...
2004-11-05 Reid SpencerFirst version of the interface to Archive files. This...
2004-11-03 Chris Lattnerdefining __STDC_LIMIT_MACROS on the command line is...
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-02 Chris LattnerFix typo, contributed by Henrik Bach!
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerDelete a dead method
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-30 Chris LattnerAdd an assertion and a method
2004-10-29 Misha BrukmanFix grammar (i.e.)
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics aren't even being used
2004-10-28 John CriswellCommented out the _Alloc_traits specialization entirely...
2004-10-28 John CriswellOnly add the _Alloc_traits specialization in if we...
2004-10-28 Brian GaekeRegenerated after fixing typo.
2004-10-27 Reid SpencerAdd the HAVE_RAND48 define.
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-10-27 Nate BegemanRemove dead data member in MRegisterInfo class. Thanks...
2004-10-26 Misha BrukmanWrap comments at 80 cols
2004-10-26 Chris LattnerFix header
2004-10-26 Misha Brukman* DataTypesFix.h moved to AIXDataTypesFix.h
2004-10-26 Chris LattnerRemove the unused MachineBasicBlock2IndexFunctor class.
2004-10-26 Nate BegemanRemove method getRegClass from MRegisterInfo, as it...
2004-10-25 Chris LattnerRemove a dead class. Thanks to Morten Ofstad for point...
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-25 Chris LattnerPatch to support MSVC correctly, contributed by Morten...
2004-10-24 Misha BrukmanFix grammar in comments to getSizeOf()
2004-10-24 Alkis EvlogimenosImprove comments and wrap to 80 columns.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
2004-10-19 Misha BrukmanIf we're going to make the braces of functions line...
2004-10-19 Misha BrukmanRemove unnecessary spaces in function signature
2004-10-19 Misha Brukman* Fit constructor initializer on a single line
2004-10-18 Misha BrukmanMove code to redefine INT64_{MIN,MAX} on AIX/PowerPC...
2004-10-18 Nate BegemanInitial implementation of the strength reduction for...
2004-10-18 Misha Brukman* AIX on Power defines INT64_MIN and INT64_MAX in ways...
2004-10-18 Chris LattnerFix miscompilations in the SparcV9 backend that were...
2004-10-18 Reid SpencerDeclare a function in the correct namespace.
2004-10-17 Reid SpencerAdd HAVE_BZLIB_H and HAVE_ZLIB_H tests.
2004-10-16 Chris LattnerAdd support for the unreachable instruction
2004-10-16 Chris LattnerAdd new UndefValueVal type
2004-10-16 Chris LattnerAdd new UnreachableInst class
2004-10-16 Chris LattnerAdd new unreachable instruction
2004-10-16 Chris LattnerAdd new UndefValue class
2004-10-16 Chris LattnerUndefValue's are constants
2004-10-15 Chris LattnerMove the implementation of the clone method for these...
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-10-14 Misha BrukmanConvert tabs to spaces
2004-10-14 Chris LattnerMake sure any client of Dominators.h links in Dominator...
2004-10-14 Chris LattnerRemove unneeded typedef, patch by Morten Ofstad
2004-10-13 Chris LattnerUse explicit std:: qualification to avoid relying on...
2004-10-13 Chris LattnerGet rid of template templates that were preventing...
2004-10-13 Chris LattnerUpdate doco, make doxygen more, use standard dividers.
2004-10-12 Misha BrukmanFix file comment header
next