summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Implement host CPU detection for AArch64Yi Kong2017-04-041-4/+32
* [APInt] Make use of whichWord and maskBit to simplify some code. NFCCraig Topper2017-04-021-5/+3
* [APInt] Add a public typedef for the internal type of APInt use it instead of...Craig Topper2017-04-022-81/+85
* [X86] Use tcAdd/tcSubtract to implement the slow case of operator+=/operator-=.Craig Topper2017-04-021-33/+3
* [APInt] Combine declaration and initialization. NFCCraig Topper2017-04-021-6/+2
* [APInt] Simplify some code by using operator+=(uint64_t) instead of doing a m...Craig Topper2017-04-021-7/+2
* [APInt] Fix typo in comment. NFCCraig Topper2017-04-021-1/+1
* [APInt] Use conditional operator to simplify some code. NFCCraig Topper2017-04-011-4/+1
* [APInt] Implement flipAllBitsSlowCase with tcComplement. NFCICraig Topper2017-04-011-2/+1
* [APInt] Fix indentation. NFCCraig Topper2017-04-011-8/+8
* [APInt] Implement AndAssignSlowCase using tcAnd. Do the same for Or and Xor. ...Craig Topper2017-04-011-9/+3
* [APInt] Allow GreatestCommonDivisor to take rvalue inputs efficiently. Use mo...Craig Topper2017-04-011-6/+4
* [APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namesp...Craig Topper2017-04-011-1/+1
* Fix APFloat mod (committing for simonbyrne)Stephen Canon2017-03-311-33/+9
* [APInt] Rewrite getLoBits in a way that will do one less memory allocation in...Craig Topper2017-03-311-3/+4
* Remove name space pollution from Signals.cppKristof Beyls2017-03-313-5/+4
* Remove more name space pollution from .inc filesKristof Beyls2017-03-314-20/+16
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-1/+0
* Make naming in Host.h in line with coding standards.Kristof Beyls2017-03-312-12/+12
* Update comment for r299098 per feedback from James Henderson.Yaron Keren2017-03-311-2/+1
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-7/+7
* Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...Yaron Keren2017-03-301-1/+8
* Revert "Make naming in Host.h in line with coding standards."Kristof Beyls2017-03-302-12/+12
* Make naming in Host.h in line with coding standards.Kristof Beyls2017-03-302-12/+12
* Refactor getHostCPUName to allow testing on non-native hardware.Kristof Beyls2017-03-301-214/+204
* [APInt] Reformat tc functions to put opening curly braces on the end of the p...Craig Topper2017-03-281-104/+45
* [APInt] Remove an anonymous namespace around static functions. NFCCraig Topper2017-03-281-35/+33
* [APInt] Combine variable declaration and initialization where possible in the...Craig Topper2017-03-281-76/+36
* [APInt] Use 'unsigned' instead of 'unsigned int' in the interface to the APIn...Craig Topper2017-03-281-36/+36
* [APInt] Move the single word cases of the bitwise operators inline.Craig Topper2017-03-281-18/+3
* [APInt] Move operator=(uint64_t) inline as its pretty simple and is often use...Craig Topper2017-03-271-10/+0
* [Support] Avoid concurrency hazard in signal handler registrationBruno Cardoso Lopes2017-03-271-5/+1
* [APInt] Move operator&=(uint64_t) inline and use memset to clear the upper wo...Craig Topper2017-03-271-12/+0
* [APInt] Move the >64 bit case for flipAllBits out of line.Craig Topper2017-03-271-0/+5
* Correct OptionCategoryCompare() in the command line library.Daniel Sanders2017-03-271-2/+3
* Make home_directory look in the password database in addition to $HOME.Zachary Turner2017-03-221-5/+11
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-202-5/+13
* Add a function to MD5 a file's contents.Zachary Turner2017-03-202-7/+42
* Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne2017-03-201-2/+5
* Use MutableArrayRef for APFloat::convertToIntegerSimon Pilgrim2017-03-201-29/+34
* Strip trailing whitespaceSimon Pilgrim2017-03-201-5/+5
* [APInt] Don't initialize VAL to 0 in APInt constructors. Push it down to the ...Craig Topper2017-03-201-2/+5
* [LockFileManager] Reduce lock timeoutBruno Cardoso Lopes2017-03-181-3/+3
* Fix linux build.Zachary Turner2017-03-161-1/+2
* [Support] Support both Windows and Posix paths on both platforms.Zachary Turner2017-03-162-224/+203
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-163-8/+58
* Fix pessimising moves.Peter Collingbourne2017-03-161-2/+2
* Support: Add a cache pruning policy parser.Peter Collingbourne2017-03-161-0/+68
* Support: Simplify the CachePruning API. NFCI.Peter Collingbourne2017-03-151-8/+14
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-151-0/+9
OpenPOWER on IntegriCloud