aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2012-05-05[Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.Daniel Dunbar
2012-05-05[Support] Add sys::Process::GetRandomNumber().Daniel Dunbar
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski
2012-05-02Change the Intel Atom detection code to recognizePreston Gurd
2012-05-01YAMLParser: get rid of global ctors & dtors.Benjamin Kramer
2012-04-27[Support/YAMLParser] Fix ASan found bugs.Michael J. Spencer
2012-04-26[Support/YAML] Properly fix unitialized variable warning by inserting aMichael J. Spencer
2012-04-23Add a missing cpu subtype.Evan Cheng
2012-04-23[Support/Unix] Unconditionally include time.h.Michael J. Spencer
2012-04-23Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru
2012-04-23Don't die with an assertion if the Result bitwidth is already correct. ThisChris Lattner
2012-04-22Remove some potential warnings about variables used uninitialized.Bill Wendling
2012-04-21No need for "else if" after a return. Autosense "0o123" as octal inChris Lattner
2012-04-21move Signals to .rodataNuno Lopes
2012-04-21YAMLParser: silence warning about tautological comparison on unsigned-char pl...Benjamin Kramer
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer
2012-04-18SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer
2012-04-18fix error check in assertSeth Cantrell
2012-04-17C++ has newlines at the end of files (including include files).David Blaikie
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis
2012-04-11Fix the build under Debian GNU/Hurd.Sylvestre Ledru
2012-04-11FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer
2012-04-05In MemoryBuffer::getOpenFile() make sure that the buffer is null-terminated ifArgyrios Kyrtzidis
2012-04-04Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer
2012-04-03Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel
2012-03-29Lowercase the tag name to match the rest of dwarf.Eric Christopher
2012-03-26Fix GetMainExecutable on kFreeBSD.Anton Korobeynikov
2012-03-24Fix null to integer conversion warnings.Jean-Daniel Dupas
2012-03-21[PathV2]: Fix bug in create_directories which caused infinite recursion onMichael J. Spencer
2012-03-14Move APInt::operator[] inline.Benjamin Kramer
2012-03-14Move APInt::operator! inline, it's small and fuses well with surrounding code...Benjamin Kramer
2012-03-13Add a sanity check in MemoryBuffer::getOpenFile() to make sure we don't hangArgyrios Kyrtzidis
2012-03-12Inline a trivial helper function.Benjamin Kramer
2012-03-12Don't cast away constant qualifier.Duncan Sands
2012-03-11Replace a hand-coded leading one counting loop with the magic from MathExtras.h.Benjamin Kramer
2012-03-10Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer
2012-03-09Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.Anton Korobeynikov
2012-03-08Silence unused function warning when graphviz is not available.Benjamin Kramer
2012-03-08Revert commit 152300 (ddunbar) since it still seems to be breakingDuncan Sands
2012-03-08[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline, reappliedDaniel Dunbar
2012-03-08Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to beDaniel Dunbar
2012-03-08[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.Daniel Dunbar
2012-03-07Copy the right amount of elements.Benjamin Kramer
2012-03-07SmallPtrSet: Copy all the elements when swapping, not just numelements.Benjamin Kramer