aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Add a loop rerolling passHal Finkel2013-11-164-0/+11
| * ScalarEvolution: Warn if the result of setFlags/clearFlags is unused.Benjamin Kramer2013-11-161-5/+6
| * Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-162-35/+41
| * Fix filename in header commentDuncan P. N. Exon Smith2013-11-161-1/+1
| * X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-161-1/+2
| * Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-151-2/+3
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-1512-7/+29
| * [AArch64] Fix the scalar NEON ACLE functions so that they return float/doubleChad Rosier2013-11-151-8/+8
| * Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
| * Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-0/+2
| * Avoid illegal integer promotion in fastiselBob Wilson2013-11-151-0/+9
| * Add AVX512 unmasked FMA intrinsics and support.Cameron McInally2013-11-151-0/+48
| * Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-151-0/+7
| * Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-151-0/+11
| * [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-151-3/+3
| * [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-151-1/+1
| * Add addrspacecast instruction.Matt Arsenault2013-11-1512-18/+111
| * Include raw_ostream.h.Rui Ueyama2013-11-151-2/+2
| * Fix the header comment of the new pass manager stuff to not claim to beChandler Carruth2013-11-141-1/+1
| * [AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin2013-11-141-0/+3
| * Implement aarch64 neon instruction class SIMD misc.Kevin Qin2013-11-141-0/+33
| * Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-3/+8
| * Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman2013-11-141-0/+2
| * Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-141-0/+45
| * Add simple support for tags in YAML I/ONick Kledzik2013-11-141-2/+4
| * llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-141-2/+2
| * llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-141-16/+6
| * llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-141-14/+22
| * [AArch64] Add support for legacy AArch32 NEON scalar shift by immediateChad Rosier2013-11-131-13/+0
| * Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-131-1/+0
| * Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-21/+0
| * SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-132-0/+10
| * Add another (perhaps better) video for Sean's talk. (Thanks Marshall!)Chandler Carruth2013-11-131-0/+1
| * Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-131-1/+1
| * Give folks a reference to some material on the fundamental designChandler Carruth2013-11-131-0/+7
| * Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-131-12/+294
| * Removing llvm::huge_vald and llvm::huge_vall because they are not currently u...Aaron Ballman2013-11-131-4/+0
| * Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-132-3/+15
| * Remove always true flag.Rafael Espindola2013-11-121-7/+0
| * delinearization of arraysSebastian Pop2013-11-124-1/+19
| * remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriterSebastian Pop2013-11-121-46/+94
| * Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-121-0/+3
| * Export intrinsics:__builtin_arm_{dmb,dsb} to frontendWeiming Zhao2013-11-121-2/+2
| * GraphViz CFGPrinter: wrap long lines.Andrew Trick2013-11-121-2/+19
| * whitespaceAndrew Trick2013-11-121-5/+5
| * Revert "Remove unused variable."Rafael Espindola2013-11-121-0/+1
| * Remove unused variable.Rafael Espindola2013-11-121-1/+0
| * Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei2013-11-121-3/+3
| * CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison2013-11-111-3/+12
| * [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-111-2/+2