aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merging r213966:Bill Wendling1-1/+1
2014-08-04Merging r214519:Bill Wendling1-9/+1
2014-07-30Merging r214129:Hans Wennborg1-6/+102
2014-07-21Match semantics of PointerMayBeCapturedBefore to its name by defaultHal Finkel1-2/+3
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-12/+0
2014-07-21Correct the ownership passing semantics of object::createBinary and make them...David Blaikie1-4/+2
2014-07-21Move the CapturesBefore tracker from AA into CaptureTrackingHal Finkel1-0/+15
2014-07-21This declaration has no definition, which is causing MSVC to emit several "no...Aaron Ballman1-4/+0
2014-07-21Move isIdentifiedFunctionLocal from BasicAA to AAHal Finkel1-0/+7
2014-07-21[DAG] Refactor some logic. No functional change.Andrea Di Biagio1-0/+6
2014-07-20[PowerPC] ELFv2 dynamic loader supportUlrich Weigand2-0/+28
2014-07-20[MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand1-1/+3
2014-07-20[PowerPC] ELFv2 MC support for .localentry directiveUlrich Weigand1-0/+22
2014-07-20[PowerPC] ELFv2 MC support for .abiversion directiveUlrich Weigand1-0/+9
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-0/+12
2014-07-19Sure up ownership passing of the PBQPBuilder by passing unique_ptrs by value ...David Blaikie1-1/+1
2014-07-19MC: permit emitting a symbol value as section relativeSaleem Abdulrasool1-1/+2
2014-07-19Fix build with GCC.Matt Arsenault1-3/+7
2014-07-19Templatify RegionInfo so it works on MachineBasicBlocksMatt Arsenault5-217/+1487
2014-07-18[PowerPC] 32-bit ELF PIC supportHal Finkel1-0/+1
2014-07-18Rename DiagnosticInfoOptimizationWarning to DiagnosticInfoOptimizationFailureTyler Nowicki1-6/+6
2014-07-18MergedLoadStoreMotion passGerolf Hoflehner4-0/+12
2014-07-18Fix build failure on windowsDavid Peixotto1-0/+2
2014-07-18MC: support different sized constants in constant poolsDavid Peixotto2-4/+14
2014-07-18Add a dereferenceable attributeHal Finkel7-5/+70
2014-07-18Add MIPS Technologies to the vendors in llvm::Triple.Daniel Sanders1-0/+1
2014-07-18CodeGen: soften f16 type by default instead of marking legal.Tim Northover1-1/+1
2014-07-18Refactor ARM subarchitecture parsingRenato Golin1-0/+21
2014-07-18extracting swapStruct into include/llvm/Support/MachO.h (no functional change)Artyom Skrobov1-0/+207
2014-07-18Rename AlignAttribute to IntAttributeHal Finkel1-2/+2
2014-07-17Add printing of Mach-O stabs in llvm-nm.Kevin Enderby1-1/+3
2014-07-17ms inline asm: Don't add x86 segment registers to the clobber list.Nico Weber1-0/+3
2014-07-17Drop the udis86 wrapper from llvm::sysAlp Toker3-47/+0
2014-07-17Fix typosMatt Arsenault1-1/+1
2014-07-17[NVPTX] Add more surface/texture intrinsics, including CUDA unified texture f...Justin Holewinski1-51/+1740
2014-07-17CodeGen: generate single libcall for fptrunc -> f16 operations.Tim Northover1-0/+4
2014-07-17CodeGen: extend f16 conversions to permit types > float.Tim Northover3-11/+9
2014-07-17Port memory barriers intrinsics to AArch64Yi Kong1-0/+7
2014-07-17MC: make WinEH opcode an opaque valueSaleem Abdulrasool2-29/+56
2014-07-17Improve BasicAA CS-CS queries (redux)Hal Finkel1-0/+8
2014-07-16[RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the Targ...Chris Bieneman2-9/+12
2014-07-16Roundtrip the inalloca bit on allocas through bitcodeReid Kleckner1-1/+1
2014-07-16Emit warnings if vectorization is forced and fails.Tyler Nowicki1-18/+54
2014-07-16Remove TLI from isInTailCallPosition's arguments. NFC.Juergen Ributzka1-2/+1
2014-07-15Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel3-15/+31
2014-07-15ADT: Add MapVector::remove_ifDuncan P. N. Exon Smith1-0/+28
2014-07-15[RuntimeDyld] Revert r211652 - MachO object GDB registration support.Lang Hames1-4/+2
2014-07-15ADT: Fix MapVector::erase()Duncan P. N. Exon Smith1-3/+17
2014-07-15ADT: Add "end namespace" commentDuncan P. N. Exon Smith1-1/+1
2014-07-15[RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...Chris Bieneman1-0/+10