Add support for register masks to PBQP.
[oota-llvm.git] / lib / Support /
2012-03-21 Michael J. Spencer[PathV2]: Fix bug in create_directories which caused...
2012-03-14 Benjamin KramerMove APInt::operator[] inline.
2012-03-14 Benjamin KramerMove APInt::operator! inline, it's small and fuses...
2012-03-13 Argyrios KyrtzidisAdd a sanity check in MemoryBuffer::getOpenFile() to...
2012-03-12 Benjamin KramerInline a trivial helper function.
2012-03-12 Duncan SandsDon't cast away constant qualifier.
2012-03-11 Benjamin KramerReplace a hand-coded leading one counting loop with...
2012-03-10 Michael J. SpencerMake StringRef::getAsInteger work with all integer...
2012-03-09 Anton KorobeynikovAdd support for r600 (AMD GPUs HD2XXX - HD6XXX) target...
2012-03-08 Benjamin KramerSilence unused function warning when graphviz is not...
2012-03-08 Duncan SandsRevert commit 152300 (ddunbar) since it still seems...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Daniel DunbarRevert r152288, "[ADT] Change the trivial FoldingSetNod...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-07 Benjamin KramerCopy the right amount of elements.
2012-03-07 Benjamin KramerSmallPtrSet: Copy all the elements when swapping, not...
2012-03-07 Andrew TrickAdded -view-background to avoid waiting for each GraphV...
2012-03-06 Benjamin KramerSmallPtrSet: Provide a more efficient implementation...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-03-04 Chandler CarruthAdd generic support for hashing StringRef objects using...
2012-03-01 Chandler CarruthSwitch FoldingSet over to the new hashing infrastructur...
2012-03-01 Benjamin KramerBumpPtrAllocator: Make sure threshold cannot be initial...
2012-03-01 Argyrios KyrtzidisIf BumpPtrAllocator is requested to allocate a size...
2012-03-01 Chandler CarruthAdd the source file with trivial definitions in it...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-29 Daniel DunbarSupport/PathV2: Fix namespace qualifier in make_absolut...
2012-02-29 Daniel DunbarSupport/PathV2: Fix make_absolute() to match is_absolut...
2012-02-29 Michael J. Spencer[PathV2] Fix bug in relative_path.
2012-02-24 Ahmed CharlesFix undefined behavior.
2012-02-24 Duncan SandsWorkaround a miscompilation by gcc-4.3 that showed...
2012-02-23 Jay FoadUpdate for the removal of Hashing.cpp.
2012-02-23 Jay FoadThe implementation of GeneralHash::addBits broke C...
2012-02-22 Chad RosierRemove extra semi-colons.
2012-02-22 Chandler CarruthSupport was removed from LLVM's MIPS backend for the...
2012-02-21 Duncan SandsMove the implementation of StringRef::split out of...
2012-02-21 Chandler CarruthTiny cosmetic change to use the same style for all...
2012-02-21 Chandler CarruthReplace a hand rolled loop with a lovely StringRef...
2012-02-21 Chandler CarruthPull the parsing helper functions out of the Triple...
2012-02-21 Chandler CarruthClean up comments that I missed when changing the tripl...
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-20 Chandler CarruthMove constructors out-of-line and flesh out their docum...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-19 NAKAMURA TakumiAPFloat::toString(): Fix overrun at scanning.
2012-02-18 Ahmed CharlesFix issue with bitwise and precedence.
2012-02-18 TalinHashing.h - utilities for hashing various data types.
2012-02-18 Chandler CarruthTrivial cleanup to group the generic 'armvN' cases...
2012-02-15 Kaelyn UhrainAdd function for computing the edit distance of two...
2012-02-12 Benjamin KramerStringSwitchify the rest of Triple.cpp.
2012-02-12 Chandler CarruthSwitch a bunch of manual if-chains to use StringSwitch...
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2012-02-09 David BlaikieRemove static initializer from DataStream.cpp
2012-02-08 Benjamin KramerPathV2: Remove static StringRef ctors.
2012-02-07 David BlaikieCorrect use of const in ParseCommandLineOptions
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-07 Derek SchuffFix win32 build breakage from bitcode streaming patch
2012-02-06 Nick LewyckyFix comment-rulers.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-02-06 Sebastian Popfix typo
2012-02-05 Duncan SandsPersuade GCC that there is nothing worth warning about...
2012-02-03 Devang PatelAdd new tag and an attribute to support debug info...
2012-01-31 Bob WilsonAdd Triple::getMacOSXVersion to replace crufty code...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-25 Jim GrosbachTidy up. s/Low Level Virtual Machine/LLVM/.
2012-01-23 David BlaikieRemove dead default.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-18 Rafael EspindolaAdd support for the gnueabihf environment. Patch by...
2012-01-17 Manuel KlimekRemoves template magic to build up containers.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2012-01-15 David BlaikieRemove dead code.
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
2012-01-10 Chandler CarruthTeach the triple library about the androideabi environment.
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Benjamin KramerAdd definitions for AMD's bobcat (aka btver1)
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2012-01-03 Nick LewyckyConform to the style guide; remove 'else' after 'return...
2011-12-27 Benjamin KramerSwitch StringMap from an array of structures to a struc...
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-12-22 Eli FriedmanFix APInt::rotl and APInt::rotr so that they work corre...
2011-12-21 Manuel KlimekChanges the JSON parser to use the SourceMgr.
2011-12-20 Manuel KlimekFixes a potential compilation error.
2011-12-20 Manuel KlimekPulls the implementation of skip() into JSONParser.
2011-12-20 Manuel KlimekAddressing style issues in JSON parser.
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-16 Dylan NoblesmithAPInt: update asserts for base-36
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-13 Michael J. SpencerCleanup whitespace.
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
next