summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Fix wrong iterator typeRui Ueyama2014-04-21
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Use unique_ptr to manage ownership of GCOVFunctions, Blocks, and Edges.David Blaikie2014-04-21
* Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie2014-04-21
* ARM64: Combine shifts and uses from different basic block to bit-extract inst...Yi Jiang2014-04-21
* blockfreq: Some cleanup of UnsignedFloatDuncan P. N. Exon Smith2014-04-21
* Tidy up. Remove extraneous typedef.Jim Grosbach2014-04-21
* Object: iterator_range accessors for ObjectImage symbols and sections.Jim Grosbach2014-04-21
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-21
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-21
* Reapply r206732. This time without optimization of branches.Michael Zolotukhin2014-04-21
* [PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth2014-04-21
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-21
* Revert r206732 which is causing llc to crash on most of the build bots.Chandler Carruth2014-04-21
* Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,Michael Zolotukhin2014-04-21
* Protect the ArgList dtorDavid Blaikie2014-04-20
* Add missing #include found by modules build.Richard Smith2014-04-20
* Remove comment that hasn't been true for 5 yearsDavid Blaikie2014-04-20
* Use unique_ptr to handle ownership of synthesized args in DerivedArgListDavid Blaikie2014-04-20
* [Mips] Add more special values for the st_other field in the symbolSimon Atanasyan2014-04-20
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-19
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-19
* Patch by Vadim ChugunovYaron Keren2014-04-19
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-19
* OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner2014-04-19
* ProfileData: Avoid UB when readingJustin Bogner2014-04-19
* OnDiskHashTable: Fix a think-o with offset_typeJustin Bogner2014-04-18
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-18
* ProfileData: Don't forward declare ComputeHash and make it static inlineJustin Bogner2014-04-18
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-18
* OnDiskHashTable: Expect the Info type to declare the offset typeJustin Bogner2014-04-18
* OnDiskHashTable: Expect the Info type to declare the hash sizeJustin Bogner2014-04-18
* Remove a couple of redundant copies of SmallVector::operator==.Benjamin Kramer2014-04-18
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-18
* Update comment in LLVMBitCodes.h to reflect the actual bitcode recordReid Kleckner2014-04-18
* Fix uint -> size_t conversion warning.Matt Arsenault2014-04-18
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-18
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-18
* LineIterator: Add DataTypes.h for int64_t on MSVC.Benjamin Kramer2014-04-18
* Add some missing includes for various standard library implementations.Benjamin Kramer2014-04-18
* Make the copy member of StringRef/ArrayRef generic wrt allocators.Benjamin Kramer2014-04-18
* Allocator: Remove ReferenceAdder hack.Benjamin Kramer2014-04-18
* [LCG] Remove all of the complexity stemming from supporting copying.Chandler Carruth2014-04-18
* [Allocator] Fix an obvious think-o with the move assignmentChandler Carruth2014-04-18
* [LCG] Add support for building persistent and connected SCCs to theChandler Carruth2014-04-18
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-18
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-18
* OnDiskHashTable: Provide iterator_range for keys and dataJustin Bogner2014-04-18