summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-192-17/+6
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-182-63/+0
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-162-1/+8
* MemoryBuffer: don't force mmap when stat failsAlp Toker2014-05-091-3/+2
* MemoryBuffer: remove unusued definitionsAlp Toker2014-05-091-8/+0
* [Support/MemoryBuffer] Remove the assertion that the file size did not shrink.Argyrios Kyrtzidis2014-05-061-3/+0
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-061-7/+6
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-061-6/+7
* [Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...Argyrios Kyrtzidis2014-05-061-22/+23
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-061-7/+6
* Include intrin.h before windows.h as a workaround for the x64 self-hostReid Kleckner2014-05-061-0/+1
* [Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...Argyrios Kyrtzidis2014-05-061-7/+13
* [Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...Argyrios Kyrtzidis2014-05-051-18/+32
* Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.Kaelyn Takata2014-05-051-1/+2
* Add a description for AMD's bdver4 (aka Excavator).Benjamin Kramer2014-05-021-0/+2
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* BranchProb: Simplify printing codeDuncan P. N. Exon Smith2014-04-291-10/+4
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-291-93/+2
* Support: remove unnecessary namespaceDuncan P. N. Exon Smith2014-04-291-5/+1
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-291-0/+47
* [C++] Use 'nullptr'.Craig Topper2014-04-286-46/+47
* Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth2014-04-281-5/+10
* Update the Windows TimeValue formatting to match the new formatting onChandler Carruth2014-04-281-9/+5
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-271-3/+5
* cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename()...NAKAMURA Takumi2014-04-231-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-222-2/+4
* [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARMChandler Carruth2014-04-211-0/+2
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-212-0/+4
* ManagedStatic is never built with a null constructor, remove support for it.David Blaikie2014-04-171-2/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-159-25/+25
* [ARM64] Add big endian target arm64_be.James Molloy2014-04-141-1/+9
* [Allocator] Hoist the external helper function into a namespace scopeChandler Carruth2014-04-141-0/+4
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-141-12/+0
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-141-22/+5
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-2/+2
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-101-10/+4
* Use range-based for loops. No functionality change.Simon Atanasyan2014-04-101-25/+16
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-091-1/+2
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-091-4/+1
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-091-1/+4
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-0911-33/+31
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-0736-182/+184
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-061-6/+10
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-051-12/+6
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-051-11/+6
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-311-7/+15
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-301-131/+16
* Don't mark the declarations of the TSan annotation functions as weak.Chandler Carruth2014-03-301-3/+11
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-301-2/+2
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-301-2/+12
OpenPOWER on IntegriCloud