summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-18
* PMBuilder: Expose an option to disable tail callsDuncan P. N. Exon Smith2014-04-18
* Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo2014-04-17
* ARM64: add acquire/release versions of the existing atomic intrinsics.Tim Northover2014-04-17
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-17
* Inliner::OptimizationRemark: Fix crash in clang/test/Frontend/optimization-re...NAKAMURA Takumi2014-04-17
* [LCG] Remove a dead declaration. This stopped being used when I switchedChandler Carruth2014-04-17
* [LCG] Move the call graph node class into the graph class's definition.Chandler Carruth2014-04-17
* Make the User::value_op_iterator a random access iterator. I had writtenChandler Carruth2014-04-17
* [LCG] Just move the allocator (now that we can) when moving a callChandler Carruth2014-04-17
* [LCG] Remove the Module reference member which we weren't using forChandler Carruth2014-04-17
* [Allocator] Make SpecificBumpPtrAllocator also movable and moveChandler Carruth2014-04-17
* Support: Move OnDiskHashTable from clang to llvmJustin Bogner2014-04-17
* [c++11] Tidy up AsmPrinter.cpp.Jim Grosbach2014-04-16
* iterator_range for machine block terminators.Jim Grosbach2014-04-16
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-16
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* [LCG] Stop playing fast and loose with reference members and assignment.Chandler Carruth2014-04-16
* [Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth2014-04-16
* [Allocator] Nuke to useless functions. The implicit ones are sufficientChandler Carruth2014-04-16
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-16