The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / Support /
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-07-13 Alexander KornienkoInitializers for some fields were missing in Option...
2012-07-08 Benjamin KramerRemove some trivial copy ctors so the classes become...
2012-07-06 Dmitri GribenkoRevert r159789.
2012-07-06 Dmitri GribenkoEnable new[] on llvm::BumpPtrAllocator.
2012-07-04 Stepan DyatkovskiyReverted r159658:
2012-07-04 Stepan DyatkovskiyReverted r156659, due to probable performance regressio...
2012-07-03 Stepan DyatkovskiyIntegersSubsetMappin: cosmetic changes in diff operation.
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 David BlaikieFix -Wstring-conversion warning.
2012-07-02 Stepan DyatkovskiyFixed switch in IntRange::isSingleNumber method.
2012-07-02 Stepan DyatkovskiyIntRange, fixed warning in isSingleNumber method
2012-07-02 Stepan DyatkovskiyIntRange:
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Nuno Lopesadd ConstantRange::difference (to perform set differenc...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: implemented "diff" operation...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: removed exclude operation, it...
2012-06-25 Nuno Lopesadd CallSite/CallInst/InvokeInst::hasFnAttr()
2012-06-25 Chandler CarruthJust remove generic support for C++11 alignas -- GCC...
2012-06-24 NAKAMURA Takumillvm/Support/IntegersSubset.h: Add a copy constructor...
2012-06-24 NAKAMURA Takumillvm/Support/IntegersSubset.h: Fix whitespace.
2012-06-23 Marshall ClowAdd relocation types for Hexagon processor; patch by...
2012-06-22 Stepan DyatkovskiyFixed r158979.
2012-06-22 Duncan SandsRevert commit 158979 (dyatkovskiy) since it is causing...
2012-06-22 Stepan DyatkovskiyPerformance optimizations:
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-16 Chandler CarruthAdd support to the alignment support header for conjuri...
2012-06-12 David BlaikieRemove use of GNU extension to resolve Clang warning.
2012-06-12 Argyrios KyrtzidisSatisfy C++ aliasing rules, per suggestion by Chandler.
2012-06-12 Argyrios KyrtzidisFor llvm::sys::ThreadLocalImpl instead of malloc'ing...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping: added exclude operation, that...
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping:
2012-06-03 NAKAMURA TakumiIntRange: Restore the copy constuctor explicitly to...
2012-06-02 Stepan DyatkovskiyAdded unittests for IntegersSubset and IntegersSubsetMa...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-02 Stepan DyatkovskiyAdditional change for 157881. Forget to fix another...
2012-06-02 Stepan DyatkovskiySmall fix due to buildbot failures on mingw32. Fixed...
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Benjamin KramerRemove noisy semicolons.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-26 Benjamin KramerAdd support for branch weight metadata to MDBuilder...
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-05-18 Nick Kledzikfix warnings when compiling with -Wshadow
2012-05-17 Evandro Menezes[Hexagon] Clean up Hexagon ELF definition.
2012-05-15 Daniel Dunbar[Support] Add a version of sys::fs::equivalent() that...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-14 Michael J. Spencer[Support/COFF] Make the order of members in symbol...
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-11 Stepan DyatkovskiyPR1255: ConstantRangesSet and CRSBuilder classes moved...
2012-05-11 Eric ChristopherAllow unique_file to take a mode for file permissions...
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-07 John McCallFix trivial typo in llvm_move.
2012-05-05 Chris Lattnerreapply my patch, with a fix for an off-by-one error...
2012-05-05 Chris Lattnerrevert my patches, which are causing problems.
2012-05-05 Chris Lattneradd missing header <shame>
2012-05-05 Daniel Dunbar[Support] Add sys::Process::GetRandomNumber().
2012-05-02 John McCallUpdate SmallVector to support move semantics if the...
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-04-28 Benjamin KramerIf the __is_trivially_copyable type trait is available...
2012-04-23 Sylvestre LedruConflict with st_dev/st_ino identifiers under Debian...
2012-04-20 Eric ChristopherExtraneous semicolon.
2012-04-18 Benjamin KramerSourceMgr: Colorize diagnostics.
2012-04-17 Seth Cantrellplatform support for counting column widths and checkin...
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-17 Manuel KlimekAdding operator== for document_iterator.
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-16 Duncan SandsRemove the methods for attaching metadata to instructio...
2012-04-16 Duncan SandsAdd convenience methods to MDBuilder for attaching...
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-15 Duncan SandsAdd the MDBuilder helper class for conveniently creatin...
2012-04-08 Chandler CarruthMove the TLSModel information into the TargetMachine...
2012-04-08 Bill WendlingAllow subclasses of the ValueHandleBase to store inform...
2012-04-06 Benjamin KramerDenseMap: Perform the pod-like object optimization...
2012-04-05 Kaelyn UhrainFix the build breakage introduced by r154131.
2012-04-05 Kaelyn UhrainReally fix -Wnon-virtual-dtor warnings; gcc needs the...
2012-04-04 Michael J. SpencerFix -Wnon-virtual-dtor warnings.
2012-04-04 Benjamin KramerMove yaml::Stream's dtor out of line so it can see...
2012-04-03 Michael J. SpencerSorry about that. MSVC seems to accept just about any...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-31 Chandler CarruthAdd support to the InstVisitor for visiting a generic...
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-03-28 Jim GrosbachTidy up. Whitespace.
2012-03-26 Eric ChristopherAdd InitializeNativeTargetDisassembler function.
2012-03-18 Chandler CarruthMake the formatting of this file more consistent, and...
next