summaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Merge LLVM 3.2 branchTom Stellard2-7/+10
2012-11-13Merge master branchtstellar8-201/+126
2012-10-22Merge master branchtstellar1-9/+21
2012-10-16Merge master branchtstellar1-0/+4
2012-10-11Merge master branchtstellar3-17/+15
2012-10-02Merge master branchtstellar1-0/+9
2012-10-02Merge master branchtstellar6-10/+31
2012-10-02Merge TOTtstellar1-1/+1
2012-09-24Add LLVM_OVERRIDE to methods that override their base classes.tstellar5-20/+25
2012-09-24Add an --enable-backtraces option to configure to determinetstellar1-1/+1
2012-09-19This patch adds memory support functions which will later be used to implemen...akaylor3-90/+325
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.ctopper1-2/+3
2012-09-14Fix Doxygen issues:gribozavr1-3/+3
2012-09-12Add support for AMD Geode.Roman Divacky1-0/+1
2012-09-11Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth2-4/+8
2012-09-08Add operator< for FoldingSetNodeID.Ted Kremenek1-0/+18
2012-09-06Whitespace.NAKAMURA Takumi1-2/+2
2012-09-06Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi1-1/+1
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov2-2/+2
2012-09-02Rename ANDROIDEABI to Android.Logan Chien1-2/+2
2012-08-29Add some __builtin_expect magic to StringMap.Benjamin Kramer1-4/+5
2012-08-29Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer1-6/+6
2012-08-28Add the Freescale vendor to Triple.Hal Finkel1-0/+2
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith1-1/+1
2012-08-24Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...Richard Smith1-1/+3
2012-08-22Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith1-3/+3
2012-08-20DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer1-3/+3
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2-2/+2
2012-08-15[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2-0/+311
2012-08-15Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson1-0/+6
2012-08-15Fix typo in comment.Owen Anderson1-1/+1
2012-08-15Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson1-0/+12
2012-08-14Fix the construction of the magic constant for roundToIntegral to be 64-bit s...Owen Anderson1-2/+2
2012-08-13Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson1-0/+26
2012-08-10stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger1-0/+6
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher4-6/+10
2012-08-01Initial commit of new FileOutputBuffer support class. Nick Kledzik2-0/+149
2012-07-27Typos.Chad Rosier1-1/+1
2012-07-26Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier1-5/+5
2012-07-25Don't add null characters to the end of the APFloat string buffer.David Blaikie1-10/+2
2012-07-23make ConstantRange::zeroExtend() optimalNuno Lopes1-2/+6
2012-07-20Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer1-4/+0
2012-07-20Try to unbreak the windows build.Benjamin Kramer1-1/+1
2012-07-20SourceMgr: Use has_colors() instead of just is_displayed() before trying to useDaniel Dunbar1-2/+2
2012-07-20raw_ostream: Add a has_colors() method.Daniel Dunbar1-0/+4
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2-10/+16
2012-07-19Adds the family codes for the Midview Atom processors so that thePreston Gurd1-3/+2
2012-07-19reimplement truncate() to make it optimal.Nuno Lopes1-10/+45
2012-07-19Remove tabs.Bill Wendling1-4/+4
2012-07-19Remove tabs.Bill Wendling2-4/+4