oota-llvm.git
2014-11-14 David MajnemerCalm down build bots
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-14 Rafael EspindolaUse size_type for operator[].
2014-11-14 NAKAMURA TakumiSearchForAddressOfSymbol(): Disable 3 symbols, copysign...
2014-11-14 Matt ArsenaultR600/SI: Make constant array static
2014-11-14 Justin Bognerllvm-cov: Sink some reporting logic into CoverageMapping
2014-11-14 Tim NorthoverX86: use getConstant rather than getTargetConstant...
2014-11-14 Duncan P. N... IR: Rewrite uniquing and creation of MDString
2014-11-14 David BlaikieStringMap: Test and finish off supporting perfectly...
2014-11-14 David BlaikieFix 80 cols caught by the linter...
2014-11-14 Reid KlecknerFix build of Mips code with MSVC by using our macro...
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-11-14 Tim NorthoverCodeGen: assert an instruction is being inserted with...
2014-11-13 Duncan P. N... IR: Make MDString::getName() private
2014-11-13 Reid KlecknerFix the VS 2012 build
2014-11-13 Reed KotlerFirst stage of call lowering for Mips fast-isel
2014-11-13 Reid KlecknerFix symbol resolution of floating point libc builtins...
2014-11-13 Duncan P. N... ADT: Use perfect forwarding in StringMapEntry::Create()
2014-11-13 Reid KlecknerRelax the gcov version.ll test to check '.' instead...
2014-11-13 Reid KlecknerSilence MSVC warning on missing return after fully...
2014-11-13 Matt ArsenaultR600/SI: Fix fmin_legacy / fmax_legacy matching for SI
2014-11-13 Reid KlecknerUse nullptr instead of NULL for variadic sentinels
2014-11-13 Chad RosierRevert "[GVN] Perform Scalar PRE on gep indices that...
2014-11-13 Chandler Carruth[x86] Add some tests for specific patterns of lane...
2014-11-13 Rafael EspindolaMove calls to push_back out of readAbbreviated(Literal...
2014-11-13 Reid KlecknerAvoid usage of char16_t as MSVC "14" doesn't appear...
2014-11-13 David BlaikieFix nested namespace with decltype to hopefully work...
2014-11-13 Rafael EspindolaMake a few helper functions static. NFC.
2014-11-13 David BlaikieUse unique_ptr to handle ownership of TreePatterns...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Chad Rosier[GVN] Perform Scalar PRE on gep indices that feed loads...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Don't bail during simple GEP instru...
2014-11-13 Matt ArsenaultR600/SI: Use s_movk_i32
2014-11-13 Matt ArsenaultR600/SI: Fix definition for s_cselect_b32
2014-11-13 Matt ArsenaultR600: Fix assert on empty function
2014-11-13 Rui UeyamaUn-break the big-endian buildbots
2014-11-13 Matt ArsenaultR600: Error on initializer for LDS.
2014-11-13 Matt ArsenaultR600/SI: Get rid of FCLAMP_SI pseudo
2014-11-13 David MajnemerObject, Mach-O: Refactor and clean code up
2014-11-13 Roman DivackyUse -Wcast-qual in cmake builds, not only autoconfo...
2014-11-13 Matt ArsenaultR600/SI: Allow commuting with src2_modifiers
2014-11-13 Matt ArsenaultR600/SI: Allow commuting some 3 op instructions
2014-11-13 Rafael EspindolaReturn word_t from read.
2014-11-13 Tim NorthoverARM: allow constpool entry to be moved to the user...
2014-11-13 Tim NorthoverARM: avoid duplicating branches during constant islands.
2014-11-13 Tim NorthoverARM: add @llvm.arm.space intrinsic for testing Constant...
2014-11-13 Rafael EspindolaFix the other build system.
2014-11-13 Rafael EspindolaFix a regression on the disassembling C API.
2014-11-13 Colin LeMahieu[Hexagon]
2014-11-13 Chad Rosier[Reassociate] Update comment. NFC.
2014-11-13 Rafael EspindolaSimplify code a bit. NFC.
2014-11-13 Rafael EspindolaSmall optimization: once the size is know, we don't...
2014-11-13 Aaron BallmanFixing -Wtype-limits warnings with the asserts (the...
2014-11-13 Aaron BallmanFixing some sign comparison warnings from MSVC; NFC.
2014-11-13 Duncan P. N... IR: Create the Metadata class
2014-11-13 Elena DemikhovskyAVX-512: SINT_TO_FP cost model and some bugfixes
2014-11-13 David MajnemerObject, COFF: Refactor code to get relocation iterators
2014-11-13 Hal FinkelOCAMLFLAGS can contain =, don't use = with sed
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-13 Hal FinkelRevert r219432 - "Revert "[BasicAA] Revert "Revert...
2014-11-13 David MajnemerObject, COFF: Increase code reuse
2014-11-13 David Majnemerllvm-readobj: relocAddressLess could potentially lie
2014-11-13 David Majnemerllvm-readobj, COFF: Remove an unused variable
2014-11-13 David MajnemerObject, COFF: getRelocationSymbol shouldn't assert
2014-11-13 David MajnemerObject, COFF: Cleanup some code in getSectionName
2014-11-13 David MajnemerObject, COFF: Fix some theoretical bugs
2014-11-13 David MajnemerObject, COFF: Clean up formatting in hasExtendedRelocations
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-13 NAKAMURA TakumiUpdate \param(s) in MemoryObject::readBytes(). [-Wdocum...
2014-11-13 Chandler Carruth[x86] Teach the vector shuffle lowering to make a more...
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-13 Frederic RissAdd an assert and a test that verify r221709's fix.
2014-11-13 Chandler Carruth[x86] Don't form overly fragmented blends when splittin...
2014-11-13 Quentin Colombet[CodeGenPrepare] Handle zero extensions in the TypeProm...
2014-11-13 Hans WennborgCMake: stop setting (well, #undef'ing) HOST_LINK_VERSIO...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Optimize select when one of the...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Fold the cmp into the select when...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Extend 'select' lowering to support...
2014-11-13 Paul RobinsonDrop a few unneeded ctor calls (missed code review...
2014-11-13 Frederic RissRevert "[dwarfdump] Add support for dumping accelerator...
2014-11-13 Paul RobinsonImprove long path name support on Windows.
2014-11-13 Jordan Rose[Bitcode] AtEndOfStream should only check against the...
2014-11-13 Sanjoy DasTeach ScalarEvolution to sharpen range information.
2014-11-12 Frederic RissFix emission of Dwarf accelerator table when there...
2014-11-12 Frederic Riss[dwarfdump] Add support for dumping accelerator tables.
2014-11-12 Frederic RissAllow DWARFFormValue::extractValue to be called with...
2014-11-12 Frederic RissRemove unsused variables.
2014-11-12 Ahmed Bougacha[CodeGenPrepare] Replace other uses of EVT::getEVT...
2014-11-12 Ahmed Bougacha[CodeGenPrepare][AArch64] Fix a TLI legality check...
2014-11-12 Sanjay PatelExpose the number of Newton-Raphson iterations applied...
2014-11-12 Ahmed BougachaAdd fortified (__*_chk) library functions to TLI (NFC)
2014-11-12 Timur IskhodzhanovTemporary fix for PR21528 - use mangled C++ function...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-11-12 Cameron McInally[AVX512] Add integer shift by immediate intrinsics.
2014-11-12 Aaron BallmanChanging a StringRef::begin() call into StringRef:...
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Sanjay PatelCGSCC should not treat intrinsic calls like function...
2014-11-12 Jingyue WuFix broken doxygen annotations, NFC
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Sanjay Patelremove function names from comments; NFC
next