Regenerate autoconf, previous updates to the configury haven't
[oota-llvm.git] / include /
2014-07-28 Eric ChristopherRegenerate autoconf, previous updates to the configury...
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-28 Duncan P. N. Exon... IR: Expose Module::rbegin() and rend()
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-28 Matt ArsenaultUpdate comment
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-27 Chandler Carruth[ADT] Add a remarkbly useful little helper routine...
2014-07-26 Chandler Carruth[SDAG] When performing post-legalize DAG combining...
2014-07-26 Richard Smith[modules] Work around mislayering of MC / Object.
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-07-25 Brad SmithFix arc4random detection.
2014-07-25 Rafael EspindolaRemove dead code.
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-25 Hal FinkelSimplify and improve scoped-noalias metadata semantics
2014-07-25 Duncan P. N. Exon... Try to fix a layering violation introduced by r213945
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-25 Amara Emerson[ARM] Emit ABI_PCS_R9_use build attribute.
2014-07-25 Chandler Carruth[SDAG] Enable the new assert for out-of-range result...
2014-07-25 Chandler Carruth[SDAG] Start plumbing an assert into SDValues that...
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-24 Rafael EspindolaRemove dead code.
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Chandler Carruth[Target] Teach the query interfaces for lowering of...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-24 Duncan P. N. Exon... IR: Fix comment from r213824
2014-07-24 NAKAMURA TakumiRemove a stray semicolon. [-Wpedantic]
2014-07-24 Duncan P. N. Exon... IR: Add Value::sortUseList()
2014-07-23 Alex Lorenztest commit: remove trailing space
2014-07-23 Chad Rosier[AArch64] Lower sdiv x, pow2 using add + select + shift.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-23 NAKAMURA TakumiTrailing whitespace.
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-22 Elena DemikhovskyAVX-512: Fixed intrinsic of VSQRTPS/PD instructions.
2014-07-22 Chandler Carruth[SDAG] Refactor the code for inserting a newly allocate...
2014-07-21 Hal FinkelMatch semantics of PointerMayBeCapturedBefore to its...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-07-21 Hal FinkelMove the CapturesBefore tracker from AA into CaptureTra...
2014-07-21 Aaron BallmanThis declaration has no definition, which is causing...
2014-07-21 Hal FinkelMove isIdentifiedFunctionLocal from BasicAA to AA
2014-07-21 Andrea Di Biagio[DAG] Refactor some logic. No functional change.
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-19 David BlaikieSure up ownership passing of the PBQPBuilder by passing...
2014-07-19 Saleem AbdulrasoolMC: permit emitting a symbol value as section relative
2014-07-19 Matt ArsenaultFix build with GCC.
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-18 Tyler NowickiRename DiagnosticInfoOptimizationWarning to DiagnosticI...
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-18 David PeixottoFix build failure on windows
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Daniel SandersAdd MIPS Technologies to the vendors in llvm::Triple.
2014-07-18 Tim NorthoverCodeGen: soften f16 type by default instead of marking...
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-18 Artyom Skrobovextracting swapStruct into include/llvm/Support/MachO...
2014-07-18 Hal FinkelRename AlignAttribute to IntAttribute
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-17 Matt ArsenaultFix typos
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-17 Yi KongPort memory barriers intrinsics to AArch64
2014-07-17 Saleem AbdulrasoolMC: make WinEH opcode an opaque value
2014-07-17 Hal FinkelImprove BasicAA CS-CS queries (redux)
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-16 Reid KlecknerRoundtrip the inalloca bit on allocas through bitcode
2014-07-16 Tyler NowickiEmit warnings if vectorization is forced and fails.
2014-07-16 Juergen RibutzkaRemove TLI from isInTailCallPosition's arguments. NFC.
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Duncan P. N. Exon... ADT: Add MapVector::remove_if
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-15 Duncan P. N. Exon... ADT: Fix MapVector::erase()
2014-07-15 Duncan P. N. Exon... ADT: Add "end namespace" comment
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-15 Peter CollingbourneGive SplitBlockAndInsertIfThen the ability to update...
2014-07-15 Nick LewyckyRevert r212572 "improve BasicAA CS-CS queries", it...
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-14 David MajnemerCodeGen: Add a getSectionKind method to MachineConstant...
2014-07-14 David MajnemerADT: Surface LowerCase argument for utohexstr
2014-07-14 Sanjay Patelremoved circular definitions in comments
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-07-14 Matt ArsenaultUpdate comments to include addrspacecast
2014-07-14 Matt ArsenaultRemove GCC 3.3 workaround
2014-07-13 Saleem AbdulrasoolMC: make MCWin64EHInstruction a POD-like struct
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-12 Matt ArsenaultTry to fix MSVC warning.
next