For PR950:
[oota-llvm.git] / include / llvm / Support /
2006-11-02 Reid SpencerFor PR950:
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...
2006-10-26 Reid SpencerFor PR950:
2006-10-12 Chris Lattnersimplify trivial function
2006-10-09 Nick LewyckyFix usage example.
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-09-28 Chris Lattnernew helper class to provide more explicit management...
2006-09-18 Chris LattnerAdd support for pattern matching cast operations
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-08-27 Chris LattnerRemove a dead class.
2006-08-27 Chris Lattneradd directive to disable inlining
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Chris LattnerAdd external definitions for commonly-used template...
2006-08-27 Chris LattnerNew place to put compiler-specific functionality. ...
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-21 Jim LaskeyAdding new Dwarf constants.
2006-08-11 Chris Lattnerremove IncludeFile turds in MathExtras.h, which bloats...
2006-08-07 Reid SpencerRemove the use of "IncludeFile" from this support facil...
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-26 Reid SpencerFor PR780:
2006-07-18 Chris LattnerAdd an out-of-line virtual method to provide a home...
2006-07-18 Chris LattnerAdd functions to compute ceil(log2(N)) to match functio...
2006-07-07 Chris LattnerThis patch (written by Reid) changes compressor to...
2006-07-06 Chris LattnerModify the SlowOperationInformer interface to not throw...
2006-06-28 Chris LattnerAdd support for hidden visibility
2006-06-27 Reid SpencerFor PR801:
2006-06-21 Reid SpencerWhoops, missed a couple more C-style casts.
2006-06-21 Reid SpencerUse C++ style casts instead of C-style casts to shut...
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-15 Chris LattnerAdd some more matcher classes for shifts.
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-06 Chris LattnerMove toolrunner out of libsupport into the bugpoint...
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2006-06-05 Reid SpencerMake it possible to override the standard version print...
2006-05-31 Vladimir PrusImprove InstVisitor docs.
2006-05-25 Chris LattnerFix breakage on platforms where string/cassert don...
2006-05-24 Reid SpencerFor PR786:
2006-05-14 Chris LattnerImprove documentation on throwing, it is not complete...
2006-05-13 Reid SpencerAdd a #include <cassert> for situations where Casting...
2006-05-12 Reid SpencerDon't use old-style casts. This prevents compiler warni...
2006-04-20 Reid SpencerAdd in missing #defines for _OpenBSD_ systems.
2006-04-08 Chris LattnerAdd a new shufflevector instruction
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...
next