Accept lower case to handle windows error messages.
[oota-llvm.git] / include /
2015-07-14 Adam Nemet[LAA] Turn RuntimePointerChecking into a class, start...
2015-07-14 Adam Nemet[LAA] Introduce RuntimePointerChecking::PointerInfo...
2015-07-14 Adam Nemet[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Lang Hames[ExecutionEngine] Re-apply r241962 with fixes for ARM.
2015-07-14 Pete CooperAdd allnodes() iterator range to SelectionDAG. NFC.
2015-07-14 Pete CooperMove SDNode::IROrder in to padding to save space. ...
2015-07-14 Pete CooperConstify parameters in SelectionDAG methods. NFC
2015-07-14 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-14 Richard SmithAdd support for on-disk hash table lookup with a known...
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 David BlaikieAvoid MSVC-incompatible use of init list.
2015-07-14 Matthias BraunRAGreedy: Keep track of allocated PhysRegs internally
2015-07-14 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Rafael Espindolallvm-ar: Don't try to extract from thin archives.
2015-07-14 David BlaikieAdd default value for Args parameter of IRBuilder:...
2015-07-14 Hans WennborgAllocate the IntervalMap in ELF.h on the heap to work...
2015-07-14 Alexandros LamprineasCaused regressions: compile Release+Asserts failed...
2015-07-14 Alexandros Lamprineas-Added API for retrieving the default FPU of a CPU...
2015-07-14 Andrew WilkinsAdd capability to get and set the personalitty function...
2015-07-14 Rafael EspindolaAdd a herper function. NFC.
2015-07-14 Alex LorenzMIR Serialization: Serialize the variable sized stack...
2015-07-13 Nico WeberReduce memory usage of ComputeEditDistance() by (almost...
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-13 Alex LorenzMIR Serialization: Serialize the fixed stack objects.
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-07-13 Rafael EspindolaDon't change the visibility when converting a definitio...
2015-07-13 Elena DemikhovskyAVX-512: Added all AVX-512 forms of Vector Convert...
2015-07-13 Jingyue Wu[LSR] don't attempt to promote ephemeral values to...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-11 Renato GolinRevert "[ExecutionEngine] Use std::function rather...
2015-07-11 Hal FinkelMove getStrideFromPointer and friends from LoopVectoriz...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-11 Yaron KerenFix include guard typo introduced in r239315.
2015-07-11 Owen AndersonDefine a new intrinsic @llvm.canonicalize.
2015-07-11 Chandler Carruth[PM/AA] Completely remove the AliasAnalysis::copyValue...
2015-07-10 Duncan P. N. Exon... MC: Shrink MCDwarfLoc/MCLineEntry
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Adrian PrantlRevert "Clean up the comments in DIBuilder.h to adhere...
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Lang Hames[ExecutionEngine] Use std::function rather than a funct...
2015-07-10 Duncan P. N. Exon... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 David Majnemer[IR] Switch static const to an enum to silence MSVC...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-10 Duncan P. N. Exon... MC: Remove the copy of MCSchedModel in MCSubtargetInfo
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
2015-07-10 Jingyue Wu[TTI] BasicTTIImpl assumes no vector registers
2015-07-10 Michael J. Spencer[Object][ELF] Handle the dynamic string table in files...
2015-07-10 Jan Wen VoungFix enum BitcodeError to not define a zero-valued error...
2015-07-10 Adam Nemet[LoopDist/LoopVer] Move LoopVersioning to a new module...
2015-07-10 Adam Nemet[LoopDist] Move loop-versioning helper functions to...
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-10 NAKAMURA Takumillvm/Object/ELF.h: Appease g++-4.7.2.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Michael J. SpencerFix shadowing.
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 Alex LorenzMIR Serialization: Serialize the virtual register defin...
2015-07-09 Reid KlecknerExpose sjlj preparation through opt for my own debuggin...
2015-07-09 JF BastienWebAssembly: add placeholder intrinsics header
2015-07-09 Alex LorenzMIR Serialization: Serialize the simple MachineFrameInf...
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Juergen Ributzka[StackMap] Use lambdas to specify the sort and erase...
2015-07-09 Juergen Ributzka[StackMap] Rename variables to be more consistent....
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Tamas BerghammerAdd getSizeInBits function to the APFloat class
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-09 Adrian PrantlTemporarily reverting 241765, 241768, and 241772 to...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake getByValTypeAlignment() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-09 Davide ItalianoSilence a warning, trying to unbreak the build after...
2015-07-09 Michael J. SpencerFix typename issues.
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-07-08 Matthias BraunRegisterPressure: Add PressureDiff::dump()
2015-07-08 Juergen RibutzkaRun clang-format before making changes to StackMaps...
2015-07-08 Rafael EspindolaRevert part of "Disallow Archive::child_iterator that...
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-07-08 Alex LorenzMIR Parser: Use source locations for MBB naming errors.
2015-07-08 Rui UeyamaObject/COFF: Fix import library's getNameType method.
2015-07-08 Duncan P. N. Exon... MC: Make MCSubtargetInfo::isCPUStringValid() const...
2015-07-08 Duncan P. N. Exon... MC: Constify MCSubtargetInfo in getDeprecationInfo...
2015-07-08 Silviu Baranga[LAA] Merge memchecks for accesses separated by a const...
2015-07-08 Mehdi AminiRemove IsLittleEndian from TargetLowering and redirect...
2015-07-08 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
next