summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* llvm-readobj: print COFF delay-load import tableRui Ueyama2014-10-031-0/+41
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-022-219/+129
* Rename data -> DataRui Ueyama2014-10-021-4/+4
* llvm-readobj: print COFF imported symbolsRui Ueyama2014-10-021-4/+39
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-022-129/+219
* InstrProf: Avoid linear search in a hot loopJustin Bogner2014-10-021-5/+35
* This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama2014-10-021-0/+2
* Reapply "InstrProf: Don't keep a large sparse list around just to zero it"Justin Bogner2014-10-021-8/+7
* Revert "InstrProf: Don't keep a large sparse list around just to zero it"Justin Bogner2014-10-021-7/+8
* InstrProf: Don't keep a large sparse list around just to zero itJustin Bogner2014-10-021-8/+7
* [PBQP] Update doxygen comment style to match the rest of the file. NFC.Lang Hames2014-10-021-28/+28
* [PBQP] Add support for graph-level metadata to the PBQP graph. This will be usedLang Hames2014-10-022-0/+9
* Revert "DIBuilder: Remove dead code"Duncan P. N. Exon Smith2014-10-011-0/+8
* DIBuilder: Remove dead codeDuncan P. N. Exon Smith2014-10-011-8/+0
* DIBuilder: Encapsulate DIExpression's element typeDuncan P. N. Exon Smith2014-10-011-1/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-019-84/+103
* LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith2014-10-011-2/+4
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-019-103/+84
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-019-84/+103
* C API: Add LLVMCloneModule()Tom Stellard2014-10-011-0/+4
* [MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames2014-10-011-3/+5
* InstrProf: Make coverage::Counter comparableJustin Bogner2014-10-011-0/+4
* Add an emplace(...) method to llvm::Optional<T>.Jordan Rose2014-10-011-0/+56
* [SimplifyCFG] threshold for folding branches with common destinationJingyue Wu2014-09-302-2/+4
* Split the estimate() interface into separate functions for each type. NFC.Sanjay Patel2014-09-301-10/+26
* Extend C disassembler API to allow specifying target featuresBradley Smith2014-09-301-3/+17
* llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz2014-09-301-2/+6
* [AVX512] Added intrinsics for 128-, 256- and 512-bit versions of VCMPGT{BWDQ}.Robert Khasanov2014-09-301-0/+39
* [AVX512] Added intrinsics for 128- and 256-bit versions of VCMPEQ{BWDQ}Robert Khasanov2014-09-301-0/+28
* [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.Robert Khasanov2014-09-301-7/+17
* WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg2014-09-291-1/+8
* Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...David Blaikie2014-09-291-1/+5
* Fixing the build for compilers which do not yet have support for constexpr fu...Aaron Ballman2014-09-291-1/+1
* Add getValueOr to llvm::Optional<T>.Jordan Rose2014-09-291-0/+10
* Add "typedef T value_type;" to llvm::Optional<T>.Jordan Rose2014-09-291-0/+2
* Fixing missing C++ mode commentMatt Arsenault2014-09-291-1/+1
* Remove dead code from DIBuilderJyoti Allur2014-09-291-29/+4
* Add MachineOperand::ChangeToFPImmediate and setFPImmMatt Arsenault2014-09-281-0/+12
* Fix llvm::huge_valf multiple initializations with Visual C++.Yaron Keren2014-09-271-8/+1
* Refactor reciprocal and reciprocal square root estimate into target-independe...Sanjay Patel2014-09-261-2/+13
* Target: Fix build breakage.David Majnemer2014-09-261-1/+1
* Add a FIXME to TargetMachine to remove the function specificEric Christopher2014-09-261-0/+2
* Have setSubtarget take a const subtarget.Eric Christopher2014-09-261-1/+1
* Move resetTargetOptions from taking a MachineFunction to a FunctionEric Christopher2014-09-261-1/+1
* Add SDAG TableGen definitions for BR_CCHal Finkel2014-09-251-0/+5
* Object: Add range iterators for Archive childrenDavid Majnemer2014-09-251-5/+10
* [Support] Fix Format.h to build on WindowsNick Kledzik2014-09-251-0/+1
* [Support] Add type-safe alternative to llvm::format()Nick Kledzik2014-09-252-0/+70
* Lower idempotent RMWs to fence+loadRobin Morisset2014-09-251-0/+14
* [mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand...Daniel Sanders2014-09-252-10/+26
OpenPOWER on IntegriCloud