oota-llvm.git
2014-04-29 Duncan P. N... Support: Fix test name
2014-04-29 Duncan P. N... Support: BlockFrequencyTest => BranchProbabilityTest
2014-04-29 Daniel Sanders[mips] Remove more redundant 'let Predicates = [HasStdE...
2014-04-29 Duncan P. N... blockfreq: Defer to BranchProbability::scale() (again)
2014-04-29 Daniel Sanders[mips] Remove redundant 'let Predicates = [HasStdEnc...
2014-04-29 Duncan P. N... blockfreq: Defer to BranchProbability::scale()
2014-04-29 Duncan P. N... blockfreq: Remove BlockMass*BlockMass
2014-04-29 Duncan P. N... Support: remove unnecessary namespace
2014-04-29 Duncan P. N... Support: Add BranchProbability::scale() and ::scaleByIn...
2014-04-29 Dan LiewDocument recently added sphinx documentation options in
2014-04-29 Duncan P. N... Support: Simplify BranchProbability operators
2014-04-29 Duncan P. N... Support: Add unit tests for BranchProbability
2014-04-29 David BlaikieDwarfDebug: Split the initialization of abstract and...
2014-04-29 NAKAMURA TakumiLinkModulesTest.cpp: Reformat.
2014-04-29 NAKAMURA Takumi[CMake] Enable llvm/unittests/LinkerTests. It had not...
2014-04-29 NAKAMURA TakumiLinkModulesTest.cpp: Use test-specific Ctx instead...
2014-04-29 Tilmann Scheller[ARM64] Disable regression tests for the old JIT.
2014-04-29 Daniel Sanders[mips][msa] Use CHECK-LABEL in basic_operations*.ll
2014-04-29 Diego NovilloAdd optimization remarks to the loop unroller and vecto...
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Daniel Sanders[mips][msa] Fix element extraction where the index...
2014-04-29 Yaron KerenUpdated the link to the correct URL.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-29 Tim NorthoverARM: fix test after change to indirect symbol emission.
2014-04-29 Tim NorthoverX86: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Tim NorthoverARM: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Zinovy Nis[BUG] Fix -Wunused-variable warning in Release mode...
2014-04-29 Benjamin KramerAArch64: Mark vector long multiplication as expand.
2014-04-29 Kostya Serebryanyfix -Wunused-variable warning in Release mode
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-29 Zinovy Nis[OPENMP][LV][D3423] Respect Hints.Force meta-data for...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Hao Liu[ARM64]Fix a bug about incorrect operand order in an...
2014-04-29 Michael ZolotukhinFix a typo in comment
2014-04-29 Chandler Carruth[ADT] Make the iterator adaptor utility a touch more...
2014-04-29 Hao Liu[ARM64]Fix a bug when lowering shuffle vector to an...
2014-04-29 Eric ChristopherNone of these targets actually define their own CFI_INS...
2014-04-29 Eric Christopher80-column fixups.
2014-04-29 Eric Christopher80-column, tab characters, comment fixups.
2014-04-29 Eric ChristopherFix 80-columns, tab characters, and comments.
2014-04-29 Chandler Carruth[ADT] Teach PointerUnion to support assignment directly...
2014-04-28 Chandler Carruth[cleanup] Add some actual positive tests for equality...
2014-04-28 Chandler Carruth[cleanup] Make this test use a proper fixture rather...
2014-04-28 Chandler Carruth[cleanup] Fix the whitespace in this test. Notably...
2014-04-28 David BlaikieRemove DwarfUnit::LabelRange since it's unused.
2014-04-28 Chandler CarruthRevert r207271 for now. This commit introduced a test...
2014-04-28 Alexey Samsonov[DWARF parser] DWARFDebugFrame: Make FrameEntry struct...
2014-04-28 David BlaikieAddressPool::HasBeenUsed: Add comment explaining the...
2014-04-28 Alexey Samsonov[DWARF parser] DWARFDebugFrame: use unique_ptr instead...
2014-04-28 David BlaikieDIE: Document some learnings about why the world isn...
2014-04-28 Alexey Samsonov[DWARF parser] Simplify DWARFDebugAranges generation.
2014-04-28 David BlaikieSatisfy sub-optimal GCC warning.
2014-04-28 Eric ChristopherWe already calculate WideVT above, just reuse it.
2014-04-28 Eli BenderskyAdd (...) around && clause to appeace gcc 4.8's warning
2014-04-28 Dan LiewTeach add_sphinx_target() to respect the LLVM_INSTALL_T...
2014-04-28 David BlaikieDebugInfo: Just store the DIE by value in the DwarfUnit
2014-04-28 David BlaikiePass DIEs to DwarfUnit constructors by unique_ptr.
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-28 Eric ChristopherReformat, 80-col, tab characters, etc.
2014-04-28 David BlaikieImprove explicit memory ownership of DIEs
2014-04-28 David BlaikieDwarfDebug: Omit DW_AT_object_pointer on inlined_subrou...
2014-04-28 Duncan P. N... blockfreq: Remove more extra typenames from r207438
2014-04-28 Duncan P. N... blockfreq: Remove extra typename from r207438
2014-04-28 Duncan P. N... Reapply "blockfreq: Approximate irreducible control...
2014-04-28 Quentin Colombet[X86] Add more details in the comments of X86TargetLowe...
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-28 Joerg SonnenbergerFix comment
2014-04-28 Peter CollingbourneModify the assertion in DIBuilder.cpp to cover the...
2014-04-28 Hans WennborgInstCombine: don't drop 'inalloca' in PromoteCastOfAllo...
2014-04-28 Rafael EspindolaSimplify ELFObjectWriter::ExecutePostLayoutBinding.
2014-04-28 Chad Rosier[ARM64] Fix an issue where we were always assuming...
2014-04-28 Rafael EspindolaSimplify isLocal().
2014-04-28 Tim NorthoverARM: stop passing unused values up the TableGen hierarchy.
2014-04-28 Rafael EspindolaDon't include an invalid symbol in the symbol table.
2014-04-28 Rafael EspindolaList the entire symbol table in this test.
2014-04-28 Rafael EspindolaProduce an error instead of a crash in an expr we canno...
2014-04-28 Patrik HagglundFix gcc -Wsign-compare warning in X86DisassemblerTables...
2014-04-28 Tim NorthoverARM64: diagnose use of v16-v31 in certain indexed NEON...
2014-04-28 Chandler Carruth[LCG] Add the most basic of edge insertion to the lazy...
2014-04-28 Chandler Carruth[LCG] Make the return of the IntraSCC removal method...
2014-04-28 Chandler CarruthFix rampant quadratic behavior in UpdatePHINodes. The...
2014-04-28 Chandler CarruthFix very poor compile-time in PR19499 due to excessive...
2014-04-28 Dan LiewIf building with LLVM_ENABLE_DOXYGEN and using CMake...
2014-04-28 Chandler Carruth[inliner] Significantly improve the compile time in...
2014-04-28 Hao Liu[ARM64]Fix a bug cannot select UQSHL/SQSHL with constan...
2014-04-28 Craig TopperConvert more SelectionDAG functions to use ArrayRef.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-28 Saleem AbdulrasoolMC: range-loopify
2014-04-28 Chandler CarruthUse raw_ostream and Format.h on Windows so that we...
2014-04-28 Chandler CarruthUpdate the Windows TimeValue formatting to match the...
next