oota-llvm.git
2013-12-12 Chandler Carruth[cleanup] Remove trailing whitespace before I start...
2013-12-12 Tim NorthoverPowerPC: add Linux triple to TLS tests
2013-12-12 Andrea Di BiagioAdded new X86 patterns to select SSE scalar fp arithmet...
2013-12-12 Richard BartonRemove some dead code
2013-12-12 Gabor Greiftypo in comment
2013-12-12 Hao Liu[AArch64]Fix the problem that AArch64 backend fails...
2013-12-12 Alp TokerSwap around EXPECT_EQ() arguments orders for more natur...
2013-12-12 Alp TokerAdd missing escape characters to the new Regex::escape...
2013-12-12 Reed KotlerCheck for null pointer before dereferencing. A careless...
2013-12-12 Kevin QinFix Incorrect CHECK message [0-31]+ in test case.
2013-12-12 Yi JiangResubmit r196544: Apply transformation on OS X 10.9...
2013-12-12 Yi JiangAdd TargetLibraryInfo in LTO passes builder
2013-12-12 Hal FinkelRemove unused multiclass from PPCInstrInfo.td
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-12-12 Hal FinkelAdd isBarrier to SDep
2013-12-12 Quentin ColombetFix an over-constrained assertion in MachineFunction...
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 FinkelFix the PPC subsumes-predicate check
2013-12-11 Hal FinkelAdd two additional hazard recognizer functions
2013-12-11 Roman DivackyMerge all tls tests to two files. One for normal codege...
2013-12-11 Rafael EspindolaOn ELF and COFF treat linker_private like private.
2013-12-11 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-11 Roman DivackyRemove test thats testing the same thing as tls.ll.
2013-12-11 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-11 David BlaikieDwarfUnit: LLVM_OVERRIDE and constify some functions
2013-12-11 Chad Rosier[AArch64] Add NEON scalar floating-point compare LLVM...
2013-12-11 Chad Rosier[AArch64] Refactor the NEON scalar floating-point recip...
2013-12-11 Chad Rosier[AArch64] Refactor the NEON scalar floating-point recip...
2013-12-11 Rafael EspindolaDon't set unused variable.
2013-12-11 Logan Chien[arm] Pass -triple to llvm-mc for ARM ELF test cases.
2013-12-11 Tom StellardR600: Re-format Processors.td
2013-12-11 Tom StellardR600: Register AMDGPUCFGStructurizer pass
2013-12-11 Tom StellardR600: Register R600EmitClauseMarkers pass
2013-12-11 Logan Chien[arm] Implement ARM .arch directive.
2013-12-11 Benjamin KramerSelectionDAG: Fix a typo.
2013-12-11 Tim NorthoverARM: constrain register-class in fast-isel
2013-12-11 Alp TokerBuild fix for Android NDK which has neither futimes...
2013-12-11 Elena DemikhovskyAVX-512: Removed "z" suffix from AVX-512 instructions...
2013-12-11 Richard Sandiford[SystemZ] Optimize fcmp X, 0 in cases where X is also...
2013-12-11 Richard SandifordExtend (truncate (load)) folding
2013-12-11 Manuel KlimekFix XFAIL rules.
2013-12-11 Rafael EspindolaMake this test a bit stricter.
2013-12-11 Andrew TrickAdd TargetRegisterInfo::reverseLocalAssignment hook.
2013-12-11 Reed KotlerDistinguish and choose 16 or 32 bit forms of save/resto...
2013-12-11 Kevin Qin[AArch64 NEON] Get instruction BSL matched to VSELECT.
2013-12-11 Rafael EspindolaMove mips' datalayout computation out of line and add...
2013-12-11 Rafael EspindolaMove Sparc's getDataLayout out of line and add comments.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-11 Rafael EspindolaMove PPC's getDataLayoutString out of line and document...
2013-12-10 Reid KlecknerRevert the backend fatal error from r196939
2013-12-10 Rafael EspindolaRefactor the computation of the x86 datalayout.
2013-12-10 Reid Kleckner[asan] Fix the coverage.cc test broken by r196939
2013-12-10 Matt ArsenaultUse llvm_unreachable instead of assert(0)
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-10 Chad Rosier[AArch64] Refactor the NEON floating-point absolute...
2013-12-10 Chad Rosier[AArch64] Refactor the NEON signed/unsigned floating...
2013-12-10 Chad Rosier[AArch64] Overload NEON signed/unsigned floating-point...
2013-12-10 Chad Rosier[AArch64] Overload NEON signed/unsigned integer convert...
2013-12-10 Matt ArsenaultR600/SI: Add i64 cmp tests
2013-12-10 Matt ArsenaultFix gcc warnings.
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-12-10 Alp TokerSupport: Update documentation for Program functions
2013-12-10 Chad Rosier[AArch64] Refactor the Neon vector/scalar floating...
2013-12-10 Chad Rosier[AArch64] Refactor the Neon vector/scalar floating...
2013-12-10 Andrea Di BiagioEnsure that the backend no longer emits unnecessary...
2013-12-10 Rafael EspindolaUse Field Lists for the types' "Overview", "Syntax...
2013-12-10 Vincent LejeuneR600: Fix an infinite loop when trying to reorganize...
2013-12-10 Vincent LejeuneR600: Fix input modifiers lost for Cayman
2013-12-10 Reed KotlerNext step in Mips16 prologue/epilogue cleanup.
2013-12-10 Elena DemikhovskyAVX-512: changed intrinsics for mask operations
2013-12-10 Elena DemikhovskyAVX-512: Changed intrinsics of VPCONFLICT to match...
2013-12-10 Tim NorthoverDarwin: update default iOS version to 5.0
2013-12-10 NAKAMURA Takumi[CMake] Add MCDisassembler to tools/lto. (has been...
2013-12-10 Daniel Sanders[mips][msa] Correct sld and sldi builtins.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-12-10 NAKAMURA TakumiAdd JIT to LINK_COMPONENTS in MCJITTests/Makefile.
2013-12-10 Richard SandifordAdd TargetLowering::prepareVolatileOrAtomicLoad
2013-12-10 Richard SandifordAdd TargetLowering::prepareVolatileOrAtomicLoad
2013-12-10 NAKAMURA Takumi[CMake] lli/CMakeLists.txt: Move add_subdirectory(Child...
2013-12-10 Kevin Qin[AArch64 NEON] Replace fpimm with fpz32 for floating...
2013-12-10 Kevin Qin[AArch64 NEON] Support poly128_t and implement relevant...
2013-12-10 NAKAMURA TakumiGCOV.cpp: Use PRIu64 instead of %lu.
2013-12-10 NAKAMURA TakumiAdd proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-10 NAKAMURA TakumiWhitespaces.
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-12-10 Andrew TrickFix a crash that occurs when PWD is invalid.
2013-12-10 Andrew Trickwhitespace
2013-12-10 Nadav RotemFix PR18162 - Incorrect assertion assumed that the...
2013-12-10 Eric ChristopherUpdate testcase for previous commit.
2013-12-10 Yuchen Wullvm-cov: Added -a option for block data.
2013-12-10 Eric ChristopherDisable emitting DW_AT_GNU_ranges_base until we actuall...
2013-12-10 Rafael EspindolaAdd comments documenting the ARM datalayout string.
2013-12-10 Eric ChristopherWe never emit info into the macro info section, stop...
2013-12-10 Eric Christopher80-col.
2013-12-10 Rafael EspindolaSimplify further.
2013-12-10 Justin BognerTransforms: Don't create bad branch weights when foldin...
2013-12-09 Eric ChristopherRename CompileUnit->DwarfCompileUnit and TypeUnit-...
next