oota-llvm.git
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 Hao Liu[LoopVectorize] Induction variables: support arbitrary...
2015-01-30 Hao Liu[AArch64]Fix PR21675, a bug about lowering llvm.ctpop...
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 Adrian PrantlFix PR22386. The inliner moves static allocas to the...
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 Eric ChristopherRemove unused argument.
2015-01-30 Eric ChristopherMigrate NVPTXISelDAGToDAG's getSubtarget to a runOnMach...
2015-01-30 Eric ChristopherRemove calls to bare getSubtarget and clean up the...
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 Chandler Carruth[PM] Remove two very old and dead forward declarations...
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 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 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 Reid KlecknerUpdate comments to use unreachable instead of llvm...
2015-01-29 Reid KlecknerUpdate comments to use unreachable instead of llvm...
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 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 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 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 Kostya Serebryany[fuzzer] minor cleanup based on reviews: remove redunda...
2015-01-29 Kostya Serebryany[fuzzer] add FAQ section to the README.txt
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 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
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 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 Alex RosenbergCleanup a few tests on sse4a machines and FileCheckize...
2015-01-29 Benjamin KramerEHPrepare: Remove leftover initialization code for...
2015-01-29 Rafael EspindolaUse enum values. NFC.
2015-01-29 Rafael EspindolaDon't create multiple mergeable sections with -fdata...
2015-01-29 Vladimir Medic[Mips][Disassembler] When disassembler meets cache...
2015-01-29 Charlie TurnerAdd a missing Tag_DIV_use test for Cortex-M7.
2015-01-29 NAKAMURA TakumiCommandLineParser: Avoid non-static member nitializer(s).
2015-01-29 Owen AndersonFix the preprocessor checks used to determine if backtr...
2015-01-29 Owen AndersonUse the existing build configuration parameter ENABLE_B...
2015-01-29 Simon Atanasyan[ELFYAML] Provide default value 0 for YAML relocation...
2015-01-29 Chandler CarruthRemove an unused private field added r227405 to fix...
2015-01-29 Chandler Carruth[LPM] Try again to appease powerpc64 in its self host...
2015-01-29 Chandler Carruth[LPM] Fix an "obvious" typo from r227411. Really sorry...
2015-01-29 Chandler Carruth[LPM] Clean up the use of TLS in pretty stack trace...
2015-01-29 Reid KlecknerRemove unused variable
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-29 Eric ChristopherRemove getSubtargetImpl from AArch64ISelLowering and...
2015-01-29 Eric ChristopherRemove getSubtargetImpl from ARMISelLowering and cache the
2015-01-29 Eric ChristopherSmall cleanup in ARMFastISel initialization.
2015-01-29 Eric ChristopherMigrate ARM except for TTI, AsmPrinter, and frame lowering
2015-01-28 Manuel JacobAdd nullptr checks for TargetSelectionDAGInfo in Select...
2015-01-28 Kostya Serebryany[fuzzer] add option -save_minimized_corpus
2015-01-28 Chandler Carruth[LPM] Fix the PPC attribute to be spelled 'global-dynam...
next