platform/upstream/llvm.git
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...
2015-01-29 Reid KlecknerUpdate comments to use unreachable instead of llvm...
2015-01-29 Rui UeyamaELF: Remove dead code.
2015-01-29 Rui UeyamaPECOFF: Do not use LayoutPass and instead use simpler...
2015-01-29 James Molloy[LoopReroll] Alter the data structures used during...
2015-01-29 Colin LeMahieu[Hexagon] Organizing tests and adding a few missing...
2015-01-29 Alexey Samsonov[CMake] Get rid of TARGET_64_BIT_CFLAGS: explicitly...
2015-01-29 Colin LeMahieu[Hexagon] Adding missing instruction encodings and...
2015-01-29 Colin LeMahieu[Hexagon] Adding alu vector instructions
2015-01-29 Sanjay Patel[GVN] don't propagate equality comparisons of FP zero...
2015-01-29 Aaron BallmanAll signal handlers are required to have C language...
2015-01-29 David BlaikieAdd missing test from r227488
2015-01-29 David BlaikieMatching ARM change for r227481: DebugInfo: Teach Fast...
2015-01-29 David BlaikieRefactor test to be reused across architectures
2015-01-29 David BlaikieRemove erroneous REQUIRES: object-emission for asm...
2015-01-29 David BlaikieMissing test case for r227481
2015-01-29 Matt ArsenaultR600/SI: Implement enableAggressiveFMAFusion
2015-01-29 Matt ArsenaultR600/SI: Add subtarget feature for if f32 fma is fast
2015-01-29 Matt ArsenaultR600/SI: Fix tonga's basic scheduling model
2015-01-29 David BlaikieDebugInfo: Teach Fast ISel to respect the debug locatio...
2015-01-29 Ulrich Weigand[PowerPC] Work around TLS linker bug
2015-01-29 Zachary TurnerDisable compilation of llvm-pdbdump for versions of...
2015-01-29 Kostya Serebryany[fuzzer] fix warning in a test
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Colin LeMahieu[Hexagon] Deleting old variants of intrinsics and addin...
2015-01-29 Evgeniy Stepanov[asan] Add one more wait-for-device in the Android...
2015-01-29 Rafael EspindolaThis reverts commit r227432, r227438 and r227448.
2015-01-29 Michael J.... [lto] Disable dialog boxes on crash on Windows.
2015-01-29 Michael J.... [Support][Windows] Unify dialog box suppression and...
2015-01-29 Andrey ChurbanovPin the libiomp5.dll for the lifetime of application...
2015-01-29 Kostya Serebryany[fuzzer] minor cleanup based on reviews: remove redunda...
2015-01-29 Andrey Churbanovenable environment variable KMP_PLACE_THREADS also...
2015-01-29 Kostya Serebryany[fuzzer] add FAQ section to the README.txt
2015-01-29 Aaron BallmanReverting r227453, which adds back the fuzzer library...
2015-01-29 Aaron BallmanReverting r227452, which adds back the fuzzer library...
2015-01-29 Colin LeMahieu[Hexagon] Adding CR intrinsic tests.
2015-01-29 Tom StellardR600/SI: Remove stray debug statements
2015-01-29 Tom StellardR600/SI: Define a schedule model and enable the generic...
2015-01-29 Colin LeMahieu[Hexagon] Deleting unused classes.
2015-01-29 Aaron BallmanOops -- accidentally commit some debug code! Removing...
2015-01-29 Robert Lougher[X86] Use single add/sub for large stack offsets
2015-01-29 Colin LeMahieu[Hexagon] Adding XTYPE/PRED intrinsic tests. Convertin...
2015-01-29 Aaron BallmanAttempting to fix a build issue with MSVC 2012; NFC
2015-01-29 Bill Schmidt[PowerPC] Complete setting the baseline for ppc64le
2015-01-29 Andrey Churbanovfix that sets proc-bind-var to proc_bind_false if affin...
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-29 Andrey Churbanovfixing typo in error message
2015-01-29 Andrey Churbanovfixing mistake in kmp_get_affinity_max_proc() api function
2015-01-29 Andrey Churbanovfixing the Fortran modules dependencies
2015-01-29 Francois PichetRemove unnecessary default.
2015-01-29 Andrey Churbanovadding the jobs variable for parallel build
2015-01-29 Alex RosenbergMake the test actually test what it's supposed to test...
2015-01-29 Aaron BallmanAdding missing #includes to try to get this to compile...
2015-01-29 Alexander Kornienko[clang-tidy] Fix some false positives in google-readabi...
2015-01-29 Filipe Cabecinhas[xcore] Make the exceptions test actually check for...
2015-01-29 Sean SilvaRemove unused tokens in the ll lexer.
2015-01-29 Rafael EspindolaUse isMergeableConst now that it is sane.
2015-01-29 Rafael EspindolaRemove MergeableConst.
2015-01-29 James Molloy[LoopReroll] Refactor most of reroll() into a helper...
2015-01-29 Francois PichetFix Index/print-type.cpp test following r227432.
2015-01-29 Alex RosenbergCleanup a few tests on sse4a machines and FileCheckize...
2015-01-29 Benjamin KramerEHPrepare: Remove leftover initialization code for...
next