summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* BranchProb: Simplify printing codeDuncan P. N. Exon Smith2014-04-29
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-29
* Support: remove unnecessary namespaceDuncan P. N. Exon Smith2014-04-29
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth2014-04-28
* Update the Windows TimeValue formatting to match the new formatting onChandler Carruth2014-04-28
* Teach the pass manager's execution dump to print the current time beforeChandler Carruth2014-04-27
* cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename()...NAKAMURA Takumi2014-04-23
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARMChandler Carruth2014-04-21
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* ManagedStatic is never built with a null constructor, remove support for it.David Blaikie2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [ARM64] Add big endian target arm64_be.James Molloy2014-04-14
* [Allocator] Hoist the external helper function into a namespace scopeChandler Carruth2014-04-14
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* Use range-based for loops. No functionality change.Simon Atanasyan2014-04-10
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-09
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-09
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-09
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-09
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-06
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-05
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-05
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-31
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* Don't mark the declarations of the TSan annotation functions as weak.Chandler Carruth2014-03-30
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-30
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-30
* Support: normalize the default triple on UnixSaleem Abdulrasool2014-03-30
* ARM64: initial backend importTim Northover2014-03-29
* Windows: canonicalise the default windows tripleSaleem Abdulrasool2014-03-29
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* [Allocator Cleanup] Move generic pointer alignment helper out of anChandler Carruth2014-03-28
* [Allocator Cleanup] Make the growth of the "slab" size of theChandler Carruth2014-03-28
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren2014-03-25
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [Support] Follow up to r204426, for LockFileManager, make the given path abso...Argyrios Kyrtzidis2014-03-21
* [Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis2014-03-21
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-21
* Remove dead and incorrect code.Rafael Espindola2014-03-20
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-13
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11