Remove SpecialCaseList::findCategory.
[oota-llvm.git] / include /
2013-08-19 Peter CollingbourneRemove SpecialCaseList::findCategory.
2013-08-17 Juergen RibutzkaThe vbroadcastsi256 intrinsic does not exactly resemble...
2013-08-16 Daniel Dunbar[typo] An LLVM.
2013-08-16 Chris LattnerI'm told that != is not ==
2013-08-16 Chris Lattnerallow != to compare PointerUnion, we already support ==.
2013-08-16 Benjamin KramerAdd difference_type to ImmutableMap/Set iterators so...
2013-08-16 David BlaikieDebugInfo: Allow the addition of other (such as static...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-16 Aaron BallmanCalling the base class constructor from the derived...
2013-08-15 Aaron BallmanTighten up the yamilizer so it stops eliding empty...
2013-08-15 Bill WendlingMake a few more things const.
2013-08-15 Joey GoulyDrive-by fix for a doxygen comment in MachineInstr.h.
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (madd_q to xori)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (fadd to ftq)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (add_a to dpsub...
2013-08-14 Mark LaceyAuto-compute live intervals on demand.
2013-08-14 Mark LaceyAdd the MachineInstrSpan class.
2013-08-14 Mark LaceyNotify LiveRangeEdit of new virtual registers.
2013-08-14 Mark LaceyTrack new virtual registers by register number.
2013-08-14 Peter CollingbourneDataFlowSanitizer: greylist is now ABI list.
2013-08-14 Jakob Stoklund OlesenRemove unnecessary parameter to RenumberValues.
2013-08-14 Jakob Stoklund OlesenRemove unused function.
2013-08-14 Jakob Stoklund OlesenRemove unused struct/enum
2013-08-14 Alexey SamsonovExpose CRC-32 implementation from zlib
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-08-13 Nick LewyckyRevert r187191, which broke opt -mem2reg on the testcas...
2013-08-13 Jack Carter[Mips][msa] Value types for MSA support.
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-08-13 Carlo KokFor COFF only: dwarf debug info output a label referenc...
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-08-12 Michael J. Spencer[Object/ELF] sh_type is not a bitfield. Fixes RuntimeDy...
2013-08-12 Michael GottesmanAdd editor C++ filetype declaration no functionality...
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Michael Gottesman[stackprotector] Add in the stackprotector libcall.
2013-08-12 Michael Gottesman[stackprotector] Added intrinsic llvm.stackprotectorcheck.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-08-12 Alexey SamsonovRemove unused SpecialCaseList constructors
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-12 Alexey SamsonovIntroduce factory methods for SpecialCaseList
2013-08-09 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-09 David BlaikieDebugInfo: provide the ability to add members to a...
2013-08-09 Benjamin KramerMake directory iterator sentinels free.
2013-08-09 Hans WennborgELFObjectFile.h: Silence warning on Windows
2013-08-09 Alexey SamsonovTry to unbreak Windows build after r188022
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-08 Michael J. Spencerllvm isn't C++11 yet :(
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-08 Ted KremenekForward resetColor() et al to the underlying stream.
2013-08-07 Peter CollingbourneReally unbreak Mac build.
2013-08-07 Peter CollingbourneUnbreak Mac build.
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-08-07 Chandler CarruthCommit a no-op change to StringRef to (hopefully) trigg...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-08-07 Dmitri GribenkoRemove the assertion for now. This breaks lld.
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-08-07 Reid KlecknerCheck for _strtoi64 in the cmake build if strtoll is...
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-08-06 Reid KlecknerUse gnu style builtins in MathExtras.h with clang on...
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-06 Alexey SamsonovAdd LLVM-style RTTI to DIContext/DWARFContext classes
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 Craig TopperPut an llvm_unreachable at the end of getSplatIndex...
2013-08-06 Craig TopperCheck against >= 0 instead of != -1 in getSplatIndex...
2013-08-06 Craig TopperRemove trailing whitespace and fix an 80-column violati...
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-06 Matt ArsenaultFix missing -*- C++ -*-s
2013-08-05 Tom StellardTargetLowering: Add getVectorIdxTy() function v2
2013-08-05 Peter CollingbourneIntroduce an optimisation for special case lists with...
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2013-08-05 Benjamin KramerDon't leak passes if added outside of the area determin...
2013-08-05 Elena DemikhovskyAVX-512 set: added mask operations, lowering BUILD_VECT...
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Bob WilsonLink with -rdynamic instead of -Wl,-export-dynamic.
2013-08-02 Matt ArsenaultTeach EmitGEPOffset about address spaces
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Rafael EspindolaExpose that the unique file ID has a device and a file...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-01 Robert Lyttonremove executable permission from IntrinsicsXCore.td
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-08-01 Robert LyttonXCore target: add GCCBuiltin to four intrinsics
2013-08-01 Eric ChristopherFormatting.
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-30 Eric ChristopherMake these just inline, not static inline.
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-07-30 Andrew TrickDown-scale slot index distance to save bits.
next