platform/upstream/llvm.git
2015-01-30 Colin LeMahieu[Hexagon] Adding XTYPE/COMPLEX instructions and cleanin...
2015-01-30 Chad Rosier[AArch64] Make AArch64A57FPLoadBalancing output stable.
2015-01-30 Adrian PrantlRemove a redundant dyn_cast.
2015-01-30 Adrian PrantlInliner: Use replaceDbgDeclareForAlloca() instead of...
2015-01-30 Saleem AbdulrasoolARM: further correct .fpu directive handling
2015-01-30 Renato GolinRevert "Add missing test from r227488"
2015-01-30 Renato GolinRevert "Revert "Matching ARM change for r227481: DebugI...
2015-01-30 Renato GolinRevert "Matching ARM change for r227481: DebugInfo...
2015-01-30 Alexey SamsonovFixup gold-plugin after r227576.
2015-01-30 Colin LeMahieu[Hexagon] Adding XTYPE/ALU vector instructions. Organi...
2015-01-30 Saleem AbdulrasoolARM: improve caret diagnostics for invalid FPU name
2015-01-30 Zachary TurnerFix lli after the DebugInfo move.
2015-01-30 Filipe CabecinhasSpecial-case the PS4 SDK for a clang test
2015-01-30 Filipe CabecinhasShuffle tests around to more appropriate files
2015-01-30 Eric ChristopherFix regression in r227409 where we were passing -fsynta...
2015-01-30 Rui UeyamaWrap debug output with DEBUG().
2015-01-30 Filipe CabecinhasCheck bit widths before trying to get a type.
2015-01-30 Colin LeMahieu[Hexagon] Adding a number of vector load variants and...
2015-01-30 Zachary TurnerReally really don't build llvm-pdbdump on MSVC < 2013.
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-30 Jan VeselyImplement log10
2015-01-30 Saleem AbdulrasoolARM: correct handling of .fpu directive
2015-01-30 Daniel Sanders[mips] Pass ABI name via -target-abi instead of target...
2015-01-30 Sanjay Pateltidy up; NFC
2015-01-30 Nico WeberFollow-up to r217302 and r227555: Don't crash on inline...
2015-01-30 Ed MasteAdapt test for tid format on non-Darwin platforms
2015-01-30 Ed MasteRestrict SigtrampUnwind test to Darwin only
2015-01-30 Ed MasteSkip Objective-C test on non-Darwin platforms
2015-01-30 Nathan SidwellCode cleanup
2015-01-30 Chandler Carruth[PM] Sink the population of the pass manager with targe...
2015-01-30 Chandler CarruthFix a warning introduced by r227557 due to a default...
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-30 NAKAMURA TakumiRegenerate configure since r227090.
2015-01-30 Viktor Kutuzov[Sanitizers] Intercept gethost functions on FreeBSD
2015-01-30 Viktor Kutuzov[Msan] Fix the shmctl unit tests to pass on FreeBSD
2015-01-30 Viktor Kutuzov[Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE...
2015-01-30 Tobias GrosserCorrect a typo in a comment
2015-01-30 Toma Tabacu[mips] Manually replace JAL pseudo-instructions with...
2015-01-30 Filipe CabecinhasRemove unneeded code
2015-01-30 Filipe Cabecinhas[bitcode reader] Fix an assert on invalid type tables
2015-01-30 Fraser CormackFix OpenCL 1.2 double as an optional core feature behaviour
2015-01-30 NAKAMURA TakumiIntroduce llvm/test/LTO/X86. LTO tests may be assumed...
2015-01-30 NAKAMURA TakumiIntroduce llvm/test/LTO/ARM for arm-specific LTO test(s).
2015-01-30 Owen AndersonChange a very hot piece of code in TableGen's register...
2015-01-30 Hao LiuMove the target specific test case arbitrary-induction...
2015-01-30 Yury Gribov[Sanitizer] Make BlockingMutex really linker initialized.
2015-01-30 Yury GribovReplace code dup with a macro.
2015-01-30 Simon Atanasyan[Core] Fix "variable ‘comp’ has function type" error...
2015-01-30 Hao Liu[LoopVectorize] Induction variables: support arbitrary...
2015-01-30 David MajnemerSema: Disable template instantiation once a fatal error...
2015-01-30 Nico WeberFollow-up to r217302: Don't crash on ~A::A() if A is...
2015-01-30 Nico WeberTypo fixo.
2015-01-30 Nico WeberWrap to 80 cols by removing trailing whitespace. No...
2015-01-30 Jason MolendaSmall tweak to the name of kernel binaries that we...
2015-01-30 Rui UeyamaRemove useless DEBUG_WITH_TYPE.
2015-01-30 Hao Liu[AArch64]Fix PR21675, a bug about lowering llvm.ctpop...
2015-01-30 Rui UeyamaReplace SimpleFileWrapper with a function.
2015-01-30 Eric ChristopherUse the cached subtarget in PPCFrameLowering.
2015-01-30 Eric ChristopherMigrate some of PPC away from the use of bare getSubtar...
2015-01-30 Eric ChristopherMigrage PPCRegisterInfo to use the cached subtarget.
2015-01-30 Richard SmithTeach AST printing to not print whitespace inside ...
2015-01-30 Adrian PrantlFix PR22386. The inliner moves static allocas to the...
2015-01-30 Rui UeyamaExplicitly write type instead of auto.
2015-01-30 Eric ChristopherMigrate a bare getSubtarget call to query the MachineFu...
2015-01-30 Eric ChristopherMigrate NVPTXISelLowering to take the subtarget that...
2015-01-30 Nico WeberWeaken an assertion that isn't true for invalid input.
2015-01-30 Eric ChristopherRemove unused argument.
2015-01-30 Eric ChristopherMigrate NVPTXISelDAGToDAG's getSubtarget to a runOnMach...
2015-01-30 Rui UeyamaRemove unused parameter.
2015-01-30 Eric ChristopherRemove calls to bare getSubtarget and clean up the...
2015-01-30 Rui UeyamaRemove remaining code for PPC ELF target.
2015-01-30 Akira Hatanaka[LTO] Scan all per-function subtargets when collecting...
2015-01-30 Akira Hatanaka[llvm-lto] Add a line for setting LTOCodeGenerator...
2015-01-30 Eric ChristopherRemove a few getSubtarget calls in AArch64 pass manager...
2015-01-30 Eric ChristopherClean up some uses of getSubtarget in AArch64.
2015-01-30 Eric ChristopherThis only needs TargetInstrInfo, not the specialized...
2015-01-30 Reid Klecknerclang-cl: Enable -fexceptions but not -fcxx-exceptions...
2015-01-30 Alexey Samsonov[TSan] Fix -Werror=sign-compare warning. NFC.
2015-01-30 Rui UeyamaRemove unused #includes.
2015-01-30 Chandler Carruth[PM] Remove two very old and dead forward declarations...
2015-01-30 Johannes Doerfert[FIX] Activated a pointer test and removed obsolete...
2015-01-30 Chris BienemanUpdating iOS.cmake to work with the latest Xcode and...
2015-01-30 Chris BienemaniOS doesn't have histedit.h available. We should gate...
2015-01-30 Chris BienemaniOS doesn't have crt_externs.h available, so we fall...
2015-01-30 Reid Klecknerx86: Remove unused variables not caught by MSVC =P
2015-01-29 Reid Klecknerx86: Fix large model calls to __chkstk for dynamic...
2015-01-29 Filipe CabecinhasAdd some more PS4 driver settings related to rtti and...
2015-01-29 Eric ChristopherRemove unnecessary calls to getSubtarget/getSubtargetIm...
2015-01-29 Eric ChristopherRemove unused header.
2015-01-29 Sanjay PatelChange SmallVector param to the more general ArrayRef...
2015-01-29 Eric ChristopherGet rid of a few calls through the subtarget to get...
2015-01-29 Eric ChristopherRemove most of the TargetMachine::getSubtarget/getSubta...
2015-01-29 Chandler Carruth[LPM] Remove a PPC64 hack to try to work around a bad...
2015-01-29 Rui UeyamaELF: Check StringRef::getAsInteger's return value.
2015-01-29 Kuba Brecka[compiler-rt] OS X: Update the CMake and Make builds...
2015-01-29 Reid Klecknerx86: Remove the W64ALLOCA pseudo
2015-01-29 Kostya Serebryany[fuzzer] add -use_full_coverage_set=1 which solves...
2015-01-29 Chad Rosier[AArch64] Add INITIALIZE_PASS macros to AArch64A57FPLoa...
2015-01-29 Rui UeyamaAdd an assert to check atom ordinal.
2015-01-29 Reid KlecknerUpdate comments to use unreachable instead of llvm...
next