NFC.
[oota-llvm.git] / include /
2015-08-05 Cong HouNFC.
2015-08-05 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-08-05 Pete CooperMove BB succ_iterator to be inside TerminatorInst....
2015-08-05 Rafael EspindolaDrop unnecessary static_cast.
2015-08-05 Eric ChristopherTemporarily revert r244012 while we see if it's really...
2015-08-05 Eric ChristopherRemove autoconf checks for sigsetjmp and siglongjmp...
2015-08-05 Eric ChristopherRemove the apparently unused rand48 configure checks...
2015-08-05 Eric ChristopherRemove obsolete configure check for libole32 as we...
2015-08-05 Eric ChristopherRemove the unused header check for utime.h.
2015-08-04 Benjamin Kramer[ArrayRef] Make copy use std::uninitialized_copy.
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-08-04 Justin BognerRemove the configure and cmake checks for sys/wait.h
2015-08-04 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-08-04 Chandler Carruth[UB] Fix another place where we would pass a null point...
2015-08-04 Chandler Carruth[UB] Fix a nasty place where we would pass null pointer...
2015-08-03 Adam Nemet[LAA] Remove unused needsAnyChecking(), NFC
2015-08-03 Adam Nemet[LoopVer] Remove unused needsRuntimeChecks(), NFC
2015-08-03 David BlaikieUpdate/correct comment.
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-03 Duncan P. N. Exon... Linker: Move distinct MDNodes instead of cloning
2015-08-03 Tobias GrosserAllow derived DOTViewers to choose the functions to...
2015-08-03 JF BastienRefactor AtomicExpand::expandAtomicRMWToCmpXchg into...
2015-08-03 Silviu Baranga[TTI] Fix default costs for interleaved accesses
2015-08-03 John Brawn[GlobalMerge] Allow targets to enable merging of extern...
2015-08-02 Duncan P. N. Exon... AsmPrinter: Stop inheriting from DIE
2015-08-02 Duncan P. N. Exon... AsmPrinter: Change DIEValueList to a subclass of DIE...
2015-08-02 Duncan P. N. Exon... Remove dead code, NFC
2015-08-02 Andrew WilkinsAdd support to set/get ordering for load/store from...
2015-08-01 Craig TopperMark CompositeType::getTypeAtIndex as const. NFC
2015-08-01 Craig TopperMark Type::getPointerTo as const. Unfortunately, this...
2015-08-01 Craig TopperMerge the const and non-const Type::getScalarType to...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-08-01 Yaron KerenProvide move constructor to appease Visual C++.
2015-08-01 Simon Atanasyan[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
2015-08-01 David BlaikieWorkaround some compilers that give a stricter throw...
2015-08-01 David BlaikieMissing formatting
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-31 Alex LorenzAMDGPU/SI: Add implicit register operands in the correc...
2015-07-31 Alex LorenzMIR Parser: Report an error when a jump table entry...
2015-07-31 David BlaikieFix an MSVC build break since it can't synthesize move...
2015-07-31 David BlaikieFix a GCC buildbot that seemed to be having trouble...
2015-07-31 David BlaikieFix some formatting from a recent commit.
2015-07-31 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-31 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerAttempt to appease the MSVC build bots
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-31 Sanjay Pateldon't repeat function names in comments; NFC
2015-07-31 Bruno Cardoso Lopes[CaptureTracker] Provide an ordered basic block to...
2015-07-30 Alex LorenzMIR Parser: Report an error when a constant pool item...
2015-07-30 Alex LorenzMIR Parser: Report an error when a virtual register...
2015-07-30 Mehdi AminiAdd a TargetMachine hook that verifies DataLayout compa...
2015-07-30 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-30 David Majnemer[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
2015-07-30 Matt ArsenaultAdd amdopencl environment to triple
2015-07-30 Adam Nemet[LDist] Filter the checks locally rather than in LAA...
2015-07-30 Pete CooperPrefix make_reverse_iterator with llvm namespace.
2015-07-29 Matthias BraunIR: Implement Value::mergeUseLists() iteratively
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Pete CooperReapply "Add reverse(ContainerTy) range adapter."
2015-07-29 Eric ChristopherRename hasCompatibleFunctionAttributes->areInlineCompat...
2015-07-29 Alex LorenzMIR Serialization: Serialize the frame info's save...
2015-07-29 Pete CooperRevert "Add reverse(ContainerTy) range adapter."
2015-07-29 Pete CooperAdd reverse(ContainerTy) range adapter.
2015-07-29 Sanjay Patelmove DAGCombiner's allowableAlignment() helper function...
2015-07-29 Peter CollingbourneLowerBitSets: Add debugging output.
2015-07-29 Lang HamesFix typos in comments. NFC.
2015-07-29 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-29 Douglas KatzmanAdd an ArgList::AddAllArgs that accepts a vector of...
2015-07-29 Aaron BallmanReverting r243386 because it has serious post-commit...
2015-07-29 Bjarke Hammersholt... Make function comments consistently imperative.
2015-07-28 Sanjay Patelfix TLI's combineRepeatedFPDivisors interface to return...
2015-07-28 Alex LorenzMIR Serialization: Serialize the target index machine...
2015-07-28 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-28 Jingyue Wu[SCEV] Apply NSW and NUW flags via poison value analysis
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Martell MaloneSummary:
2015-07-28 Bruno Cardoso Lopes[LVI] Cleanup whitespaces. NFC
2015-07-28 Adhemerval ZanellaImplement __builtin_thread_pointer
2015-07-28 Igor BregerAVX512: Implemented encoding and intrinsics for VGETEXP...
2015-07-28 Puyan LotfiChanges for MachineBasicBlock to use SortedVector for...
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-28 Puyan LotfiAdding ADT SortedVector; client patch will follow.
2015-07-28 Adam Nemet[LDist][LVer] Explicitly pass the set of memchecks...
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-28 David Blaikie[opaque pointer type] Avoid using pointee types to...
2015-07-27 Adam Nemet[LAA] Split out a helper to print a collection of memchecks
2015-07-27 Sanjay Patelfix typo; NFC
2015-07-27 Sanjoy Das[TargetTransformInfo][NFCI] Add TargetTransformInfo...
2015-07-27 Alex LorenzMIR Serialization: Serialize the unnamed basic block...
2015-07-27 Colin LeMahieu[llvm-mc] Add --no-warn flag with -W alias to disable...
2015-07-27 Reid KlecknerFix -Wmicrosoft-enum warning
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-07-27 Alexandros Lamprineas- Added support for parsing HWDiv features using Target...
next