correct the type of two intrinsics, add int_ppc_altivec_vmladduhm
[oota-llvm.git] / include / llvm / Support /
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-01 Jim LaskeyRemove comma from enum list.
2006-03-01 Jim LaskeySwitch back to using actual dwarf tags. Simplifies...
2006-02-27 Jim LaskeyQualify dwarf namespace inside llvm namespace.
2006-02-27 Jim LaskeyRe-orging file.
2006-02-13 Chris LattnerFix typo that caused build failures for things trying...
2006-01-26 Andrew LenharthRemember plugins should someone like bugpoint want...
2006-01-26 Jim LaskeySplit out Dwarf constants for use outside DwarfWriter.
2006-01-22 Chris LattnerThis header should not pull in <iostream>
2006-01-17 Robert BocchinoSupport for the insertelement operation.
2006-01-14 Jeff CohenFix generous source of VC++ truncation warnings.
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-10 Robert BocchinoAdded an instruction and constant expression for the...
2005-11-10 Chris LattnerAllow per-character control over what target assemblers...
2005-11-10 Chris LattnerAdd a new option for targets that accept quoted labels.
2005-11-10 Chris LattnerRemove M, which is dead. Eliminate a dead typedef...
2005-11-10 Chris LattnerThis method is no longer static
2005-11-10 Chris Lattnerminor interface changes.
2005-10-26 Jeff CohenEliminate use of sed in Visual Studio builds.
2005-10-24 Chris LattnerMove the END_WITH_NULL marker. Vladimir suggests that...
2005-10-23 Jeff CohenWork around GCC's dislike of attributes on function...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-14 Chris LattnerFix errors when compiling with -pedantic
2005-10-07 Jeff CohenRemove prolific source of VC++ truncation warnings.
2005-10-01 Chris LattnerAnnotate nodes with their addresses if a graph requests it.
2005-10-01 Chris Lattneradd a method
2005-09-30 Jim LaskeyReverting change moving to selection dag graph.
2005-09-30 Jim LaskeyAdd the node name (thus the address) to node label.
2005-09-27 Chris LattnerMake this slightly more efficient by pushing actual...
2005-09-24 Chris Lattnerchange proto slightly
2005-08-31 Nate BegemanAdd support for count trailing zeroes, and population...
2005-08-26 Jim LaskeyChange unsigned lng to unsigned.
2005-08-25 Jim LaskeyAdded cl::bits option type (bit vectors). See "Collect...
2005-08-25 Jim LaskeyRecommended to use std::algorithms instead.
2005-08-25 Jim LaskeyAdded support for generic linear/binary search.
2005-08-17 Jim Laskeyinclude/llvm/Support/MathExtras.h
2005-08-17 Jim LaskeyAdded support for converting raw bits to FP, and FP...
2005-08-03 Chris LattnerFix an obvious bug in the Log2 stuff that broke SingleS...
2005-08-03 Chris LattnerWrap comments to 80 cols, fix code sequence for CountLe...
2005-08-03 Chris LattnerFix another bug in the clz patch that caused miscompila...
2005-08-02 Chris LattnerFix the non-gcc 4.0 paths for countleadingzeros
2005-08-02 Chris LattnerFix inverted conditionals
2005-08-02 Chris LattnerFix the non-gcc 4.0 path to compile
2005-08-02 Chris LattnerConsolidate all of the various log2 computing functions...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-12 Reid SpencerFor PR540:
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-06-18 Andrew Lenharthheader file changes for varargs
2005-06-18 Reid SpencerMake sure a variable is initialized before use to clean...
2005-06-17 Chris Lattnersilence a huge number of bogus warnings with GCC 4...
2005-06-15 Reid SpencerDon't lie to the casual reader about Value subclassing...
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-06 Chris LattnerAdd support for explicit calling conventions
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Reid SpencerChange some old-style casts to C++ style casts to avoid...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-09 Chris LattnerUse static_cast and #include Instructions.h
2005-02-27 Chris LattnerFix this to create a recursive mutex. Patch by Evan...
2005-02-27 Chris LattnerRename include guard, patch contributed by Evan Jones!
2005-02-13 Chris LattnerMove private helper function into the only .cpp file...
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2005-01-29 Chris LattnerThere is no reason to include ostream here, include...
2005-01-29 Chris LattnerFix quotes.
2005-01-29 Jeff CohenUnbreak VC++ build
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-23 Chris LattnerRemove two dead methods and improve the comments for...
2005-01-23 Chris LattnerNew method.
2005-01-22 Jeff CohenFix VC++ complaint
2005-01-20 Chris LattnerApparently destroyFile() now throws an exception. ...
2005-01-19 Jeff CohenAdd missing data types for VC++
2005-01-13 Chris LattnerAdd a method
2005-01-11 Chris LattnerAdd support for bottom-up graphs.
2005-01-10 Chris LattnerAdd a helper method
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2004-12-22 Reid SpencerFor PR351:
2004-12-21 Jeff CohenFix VC++ compilation error
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerGet rid of inclusion of config.h because this file...
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerAdded a size_type typedef to LLVM containers to make...
2004-12-13 Reid SpencerRemove commented out functions that have been replaced...
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-12-05 Reid SpencerMake a const method const
2004-11-25 Reid SpencerRestrict the interface to not allow algorithm selection
2004-11-22 John CriswellMoved into the poolalloc tree.
2004-11-21 Chris LattnerIgnore generated files
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
next