Fix a bug in IRBuilder that's been there for who knows how long. It
[oota-llvm.git] / include /
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2014-01-04 Andrew Trickwhitespace
2014-01-03 Reid KlecknerFix MSVC warning about missing return in DataLayout
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-03 Alp TokerMSVC 2010 build fix
2014-01-03 Alp TokerEnable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_...
2014-01-02 David BlaikieRemove StringMapEntryInitializer support.
2014-01-02 Quentin Colombet[RegAlloc] Make tryInstructionSplit less aggressive.
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2014-01-02 Alp TokerSupport LLVM_STATIC_ASSERT() in clang pre-C++11 mode
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-29 Alp TokerMake LLVM_MSC_PREREQ() compatible with all MSVC versions
2013-12-29 Alp TokerFix parens fail in r198142
2013-12-29 Alp TokerEnable deleted functions and explicit conversions in...
2013-12-29 Alp TokerDefine LLVM_MSC_PREREQ() macro to simplify _MSC_VER...
2013-12-28 Andrew TrickMove the PostRA scheduler's fixupKills function for...
2013-12-28 Andrew TrickStub out a PostMachineScheduler pass.
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-12-28 Craig TopperRevert part of r198115 to see if it fixes a buildbot...
2013-12-28 Craig TopperMark some Type and EVT methods as LLVM_READONLY.
2013-12-28 Eric ChristopherRemove AsmPrinter::needsRelocationsForDwarfStringPool...
2013-12-27 Andrea Di BiagioTeach DAGCombiner how to fold a SIGN_EXTEND_INREG of...
2013-12-27 David BlaikieDebugInfo: Remove dead code, DICompositeType::addMember...
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...
2013-12-26 Roman DivackyFix a typo.
2013-12-25 Alp TokerFix the MSVC 2010 build
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-22 Alp TokerDefine LLVM_HAS_STRONG_ENUMS
2013-12-22 Yaron KerenThe count() function for STL datatypes returns unsigned...
2013-12-20 Yuchen WuBlockFrequencyInfo: Readded getEntryFreq.
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-20 Timur IskhodzhanovFix yet another typo
2013-12-20 Dmitri GribenkoRemove the AnyPointerSize and AnyEndianness enumerators...
2013-12-19 David PeixottoAdd a finishParse() callback to the targer asm parser
2013-12-19 Hal FinkelAdd support for positionally-encoded operands to FixedL...
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-12-19 Matt ArsenaultFix missing C++ mode comment
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-19 Anna ZaksFix a buffer overrun detected by AddressSanitizer.
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-18 Adrian PrantlPull in a couple of new constants from the upcoming...
2013-12-18 Adrian Prantlformatting
2013-12-18 Yuchen Wullvm-cov: Print coverage summary to STDOUT.
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Yuchen Wullvm-cov: Marked secondary print functions private.
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-16 Yuchen Wullvm-cov: Added -u option for unconditional branch...
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_INCLUDE_DIR.
2013-12-14 Juergen Ributzka[Stackmap] Refactor operand parsing.
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-14 Juergen RibutzkaConvert register liveness tracking to work on a sub...
2013-12-14 Michael Gottesman[block-freq] Rename getEntryFrequency() -> getEntryFreq...
2013-12-14 Michael Gottesman[block-freq] Teach branch probability how to return...
2013-12-14 Michael Gottesman[block-freq] Add a right shift to BlockFrequency that...
2013-12-14 Michael Gottesman[block-freq] Remove old BlockFrequency entry frequency...
2013-12-14 Michael Gottesman[block-freq] Refactor LiveInterals::getSpillWeight...
2013-12-14 Matt ArsenaultTeach MemoryBuiltins about address spaces
2013-12-14 Matt ArsenaultPrint the address space of a MachineMemOperand
2013-12-14 Michael Gottesman[block-freq] Add the equivalent methods to MachineBlock...
2013-12-14 Michael Gottesman[block-freq] Convert BlockFrequencyImpl to use the...
2013-12-13 Michael Gottesman[block-freq] Add a print method on BlockFrequencyImpl...
2013-12-13 Michael Gottesman[block-freq] Begin move of BlockFrequency::EntryFreq...
2013-12-13 Rafael EspindolaPointer sizes are stored in Bytes. Fix variables names...
2013-12-13 Michael GottesmanRemove APInt::extractBit since it is already implemente...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 Michael Gottesman[block-freq] Add the method APInt::nearestLogBase2().
2013-12-13 Michael Gottesman[block-freq] Add the APInt method extractBit.
2013-12-13 Andrew TrickRevert "Convert liveness tracking to work on a sub...
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickGrow the stackmap/patchpoint format to hold 64-bit...
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-12-13 Andrew TrickConvert liveness tracking to work on a sub-register...
2013-12-13 Rafael EspindolaFix pr18235.
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 Rui UeyamaObject/COFF: ExportAddressTableEntry is a union of...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 Yuchen Wullvm-cov: Added -b option for branch probabilities.
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-12 Rafael EspindolaReturn a StringRef from getHostCPUName.
2013-12-12 Hal FinkelAdd isBarrier to SDep
2013-12-12 Hans WennborgExpose FileCheck's AddFixedStringToRegEx as Regex:...
2013-12-11 Chad Rosier[AArch64] Refactor NEON floating-point Max/Min/Maxnm...
2013-12-11 Hal FinkelAdd two additional hazard recognizer functions
next