summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-181-3/+3
* [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it.Daniel Sanders2014-02-182-0/+19
* Rename some member variables from TD to DL.Rafael Espindola2014-02-1814-31/+31
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-161-1/+3
* Revert "SCEVExpander: Try hard not to create derived induction variables in o...Arnold Schwaighofer2014-02-151-3/+1
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-151-1/+3
* Remove unnecessary typename introduced in r201440.David Blaikie2014-02-151-6/+6
* Hopefully fix the build with gcc.Rafael Espindola2014-02-141-5/+4
* Add extern template instantiations of llvm::Calculate.Rafael Espindola2014-02-141-0/+11
* Remove unused #includeEli Bendersky2014-02-141-1/+0
* Don't build DFSan functionality for Android.Stephen Hines2014-02-131-2/+2
* Check that GlobalAliases don't have section or alignment.Rafael Espindola2014-02-131-2/+6
* SCCIterator: Merge MinVisitNumStack and VisitStackDuncan P. N. Exon Smith2014-02-131-23/+38
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-133-0/+25
* Remove dead code.Rafael Espindola2014-02-131-8/+0
* [Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo calledAndrea Di Biagio2014-02-121-3/+4
* [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the ...Juergen Ributzka2014-02-121-2/+2
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-0/+14
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-16/+0
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-0/+16
* Remove unneeded includeMatt Arsenault2014-02-121-1/+0
* ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.Benjamin Kramer2014-02-111-0/+7
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-111-11/+1
* Changed attributes of all gather intrinsics from IntrReadMem to IntrReadArgMe...Craig Topper2014-02-111-25/+25
* [Stackmaps] Cleanup code. No functional change intended.Juergen Ributzka2014-02-101-1/+1
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-102-4/+16
* Mark the methods in the Mangler const.Rafael Espindola2014-02-101-6/+7
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-104-42/+42
* ARM: use natural LLVM IR for vshll instructionsTim Northover2014-02-101-2/+0
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-101-17/+35
* ARM: use LLVM IR to represent the vshrn operationTim Northover2014-02-101-1/+0
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-101-0/+6
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-092-0/+5
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-092-14/+15
* Pass the Mangler by reference.Rafael Espindola2014-02-082-26/+25
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-081-52/+58
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-071-18/+16
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-071-29/+26
* Remove training whitespace.Rafael Espindola2014-02-071-12/+12
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-072-5/+18
* X86: Resolve a long standing FIXME and properly isel pextr[bw].Jim Grosbach2014-02-071-0/+6
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-061-1/+1
* [PM] Fix horrible typos that somehow didn't cause a failure in a C++11Chandler Carruth2014-02-061-1/+1
* [PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-061-0/+337
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-062-0/+15
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-051-8/+10
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-053-36/+16
* [PM] Don't require analysis results to be const in the new pass manager.Chandler Carruth2014-02-051-11/+11
* Remove support for not using .loc directives.Rafael Espindola2014-02-054-22/+8
* Revert "Fix an invalid check for duplicate option categories."Rafael Espindola2014-02-051-2/+2