oota-llvm.git
2014-04-30 Matheus Almeida[mips] Add support for .cpload.
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-30 Tim NorthoverARM64: use hex immediates for movz/movk instructions
2014-04-30 Tim NorthoverARM64: hexify printing various immediate operands
2014-04-30 Tim NorthoverARM64: print canonical syntax for add/sub (imm) instruc...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 Evgeniy StepanovFix multiline comment warning.
2014-04-30 James Molloy[ARM64] Simplify if condition.
2014-04-30 James Molloy[ARM64] Fix stupid copy-pasto in ARM64MCAsmInfo.cpp...
2014-04-30 James Molloy[ARM64] Try and make the ELF MCJIT *slightly* less...
2014-04-30 James Molloy[ARM64] Ensure arm64_be is dealt with when emitting...
2014-04-30 NAKAMURA Takumiraw_ostream::operator<<(StringRef): Avoid potential...
2014-04-30 Tim NorthoverARM64: make sure FastISel uses a GPR64 source in 64...
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-30 Benjamin KramerAdd a <tuple> include to more files that aren't getting...
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-30 Saleem AbdulrasoolARM: support stack probe emission for Windows on ARM
2014-04-30 NAKAMURA TakumiConstantHoisting.cpp: Add <tuple> for std::tie, since...
2014-04-30 Saleem AbdulrasoolARM: print COFF function header for Windows on ARM
2014-04-30 Craig Topper[C++11] Use 'nullptr' in tablegen output files.
2014-04-30 Craig TopperDe-virtualize or remove some methods that have no overr...
2014-04-30 Saleem AbdulrasoolARM: move llvm_unreachable use
2014-04-30 Saleem AbdulrasoolARM: partially handle 32-bit relocations for WoA
2014-04-30 Rafael EspindolaSimplify getSymbolOffset.
2014-04-30 Chandler Carruth[ADT] Provide some helpful static_asserts for using...
2014-04-30 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Reid KlecknerImplement X86 code generation for musttail
2014-04-29 Reid KlecknerFix the build with MSVC 2013 by explicitly requesting...
2014-04-29 Benjamin KramerAnother missing include for MSVC.
2014-04-29 David BlaikieFix some 80 cols violations committed in r207539
2014-04-29 Benjamin KramerTry to fix the msvc build.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Tom StellardR600: Remove duplicate setting of SELECT expansion.
2014-04-29 Tom StellardR600/SI: Custom lower SI_IF and SI_ELSE to avoid machin...
2014-04-29 Tom StellardR600/SI: Only select SALU instructions in the entry...
2014-04-29 Tom StellardR600: optimize the UDIVREM 64 algorithm
2014-04-29 Tom StellardR600: Implement iterative algorithm for udivrem
2014-04-29 Tom StellardR600: Change UDIV/UREM to UDIVREM when legalizing types
2014-04-29 Tom StellardR600: remove unused variable
2014-04-29 Jim GrosbachTidy up.
2014-04-29 Jim GrosbachSpelling.
2014-04-29 Jim GrosbachTidy up whitespace.
2014-04-29 Rafael EspindolaAlso handle ConstantAggregateZero when optimizing vperm...
2014-04-29 David BlaikieFix MSVC build broken by r207580
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-29 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Rafael EspindolaRemove tabs.
2014-04-29 Rafael EspindolaTwo fixes to the vpermilvar optimization.
2014-04-29 Andrea Di Biagio[Windows] Fix assertion failure when passing 'nul'...
2014-04-29 Diego NovilloFix vectorization remarks.
2014-04-29 Yi JiangContinue slp vectorization even the BB already has...
2014-04-29 Yi JiangAdd slp vectorization to LTO passes
2014-04-29 Adam NemetReapply r207271 without the testcase
2014-04-29 Reed KotlerAdd Simple return instruction to Mips fast-isel
2014-04-29 Alexey Samsonov[DWARF parser] Compress DIEMinimal even further, simpli...
2014-04-29 Duncan P. N... SupportTest: Fix test names harder
2014-04-29 Duncan P. N... BranchProb: Simplify printing code
2014-04-29 Daniel Sanders[mips] Remove two more redundant 'let Predicates =...
2014-04-29 Duncan P. N... Support: Remove out-of-date comments
2014-04-29 Duncan P. N... Support: More BlockFrequencyTest => BranchProbabilityTest
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...
next