oota-llvm.git
2013-08-12 Peter CollingbourneReapply r188119 now that the bug it exposed is fixed.
2013-08-12 Peter CollingbourneDataFlowSanitizer: fix a use-after-free. Spotted by...
2013-08-12 Tom StellardR600: Set scheduling preference to Sched::Source
2013-08-12 Michael GottesmanAdd editor C++ filetype declaration no functionality...
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Michael GottesmanFixed SelectionDAGBuilder.h C++ filetype declaration...
2013-08-12 Michael GottesmanFixed another place in CodeGen where we had a typo...
2013-08-12 Michael Gottesman[branchfolding] Fix typo in C++ editor declaration.
2013-08-12 Eric ChristopherFix warning about unused member.
2013-08-12 Eric ChristopherMove the addition of the dwo_id as late as possible...
2013-08-12 Bill WendlingMove stack protector names to the same place.
2013-08-12 Michael Gottesman[stack protector] Fixed typo.
2013-08-12 Michael Gottesman[stackprotector] Add in the stackprotector libcall.
2013-08-12 Michael Gottesman[stackprotector] Added intrinsic llvm.stackprotectorcheck.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-08-12 Nadav RotemFix PR16797 - Support PHINodes with multiple inputs...
2013-08-12 Tareq A. SirajFixes a bug when iterating on paths
2013-08-12 Vladimir MedicThis patch implements ei and di instructions for mips...
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-12 Alexey SamsonovRemove unused SpecialCaseList constructors
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-12 Richard SandifordRevert r188164: Stablize MCK_Reg ordering in AsmMatcher...
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Richard SandifordStablize MCK_Reg ordering in AsmMatcherEmitter
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-12 Richard Sandiford[SystemZ] Add a definition of the CLC instruction
2013-08-12 Richard Sandiford[SystemZ] Add a definition of the IPM instruction
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-12 Tim NorthoverAllow compatible extension attributes for tail calls
2013-08-12 Benjamin KramerRemove global construction. const char* is sufficient...
2013-08-12 Alexey SamsonovRelax conditions of test added in r188156 to fix it...
2013-08-12 Alexey SamsonovIntroduce factory methods for SpecialCaseList
2013-08-12 Richard SandifordFix big-endian handling of integer-to-vector bitcasts...
2013-08-11 Reed KotlerDon't generate floating point stubs for mips16 code...
2013-08-11 Elena DemikhovskyAVX-512: Added more tests for BROADCAST
2013-08-11 Elena DemikhovskyAVX-512: Added VPERM* instructons and MOV* zmm-to-zmm...
2013-08-11 Chandler CarruthRe-instate r187323 which fast-tracks promotable allocas...
2013-08-11 Chandler CarruthFinish fixing the SSAUpdater-based AllocaPromoter strat...
2013-08-11 Chandler CarruthReformat some bits of AllocaPromoter and simplify the...
2013-08-10 Reed KotlerIncorrect JAL instruction attributes caused the optimiz...
2013-08-10 Arnold SchwaighoferRevert r188119 "Kill some duplicated code for removing...
2013-08-10 Venkatraman... [Sparc] Enable xword directive in sparcv9.
2013-08-10 Matt ArsenaultTeach ValueTracking about address spaces
2013-08-10 Niels Ole SalscheiderR600/SI: FMA is faster than fmul and fadd for f64
2013-08-10 Niels Ole SalscheiderR600/SI: Add FMA pattern
2013-08-10 Rafael EspindolaCheck for $PWD in llvm::sys::current_path.
2013-08-09 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-08-09 Peter CollingbourneKill some duplicated code for removing unreachable...
2013-08-09 Peter CollingbourneDataFlowSanitizer: Remove unreachable BBs so IR continu...
2013-08-09 Daniel Dunbar[lit] Remove old ExamplesTests directory.
2013-08-09 Daniel Dunbar[lit] Move ManyTests examples to lit/examples/many...
2013-08-09 Daniel Dunbar[lit] Drop deprecated aliases for lit and old module...
2013-08-09 Daniel Dunbar[lit] Update lit's own tests to use lit_config and...
2013-08-09 Reed KotlerAdd another intrinsic that LLVM gives an incorrect...
2013-08-09 Michael Gottesman[stackprotector] Simplify SP Pass so that we emit diffe...
2013-08-09 Jakub StaszakMark obviously const methods. Also use reference for...
2013-08-09 Daniel Dunbar[docs] Update TestingGuide's note on how to run with...
2013-08-09 Daniel Dunbar[lit] Fix typo.
2013-08-09 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-09 Andrea Di BiagioAdd description of function attribute 'minsize' in...
2013-08-09 Stephen LinCHECK-LABEL-ify tests
2013-08-09 David BlaikieDebugInfo: provide the ability to add members to a...
2013-08-09 Benjamin KramerMake directory iterator sentinels free.
2013-08-09 Hans WennborgELFObjectFile.h: Silence warning on Windows
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Benjamin KramerMake helper static and fix formatting.
2013-08-09 Mihai PopaThis fixes the Thumb2 CPS assembly syntax.
2013-08-09 Mihai PopaFix assembling of Thumb2 branch instructions.
2013-08-09 Benjamin KramerRemove byte order mark from source file.
2013-08-09 Ulrich WeigandAdd back missing PPC relocation types.
2013-08-09 Richard Sandiford[SystemZ] Update README
2013-08-09 Alexey SamsonovTry to unbreak Windows build after r188022
2013-08-09 Craig TopperAdd missing 'v' prefix in front of palignr on one of...
2013-08-09 Craig TopperChange asserts at the top of getVectorShuffle to check...
2013-08-09 Hal FinkelSet ISD::FROUND to Expand by default for all types
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-09 Lang HamesOptimistically ignore scattered relocations in MachO...
2013-08-09 Daniel Dunbar[lit] Rename lit.{TestFormats,Util} to their aliased...
2013-08-09 Daniel Dunbar[lit] Inject the lit specific config object as 'lit_con...
2013-08-09 Daniel Dunbar[lit] Split TestingConfig.frompath() into separate...
2013-08-09 Daniel Dunbar[lit] Eliminate mustExist parameter from TestingConfig...
2013-08-09 Daniel Dunbar[lit] Only create config copies when a local config...
2013-08-09 Daniel Dunbar[lit] Eliminate parent argument from TestingConfig...
2013-08-08 Michael J.... Add missing PPC64 relocation types.
2013-08-08 Eric ChristopherUpdate the CMake build files.
2013-08-08 Bill WendlingRevert r185882. This is causing problems with the gold...
2013-08-08 Eric ChristopherMove hash computation code into a separate class and...
2013-08-08 Jack CarterMips ELF: MicroMips direct object Little endian support.
2013-08-08 Michael J.... llvm isn't C++11 yet :(
2013-08-08 Michael J.... [Object] Split the ELF interface into 3 parts.
2013-08-08 Akira Hatanaka[mips] Rename accumulator register classes and FP regis...
2013-08-08 Akira Hatanaka[mips] Mark pseudo instructions as code-gen only.
2013-08-08 Akira Hatanaka[mips] Delete register class HWRegs64.
2013-08-08 David Fangcast fix to appease buildbot
2013-08-08 Arnold SchwaighoferRevert "Reapply r185872 now that the address sanitizer...
2013-08-08 Daniel Dunbar[tests] Remove dead VALGRIND and CLEANED_TESTSUITE...
2013-08-08 Daniel Dunbar[lit] Change --show-{tests,suites} to exit after printing.
2013-08-08 Daniel Dunbar[lit] Remove --repeat option, which wasn't that useful.
2013-08-08 Daniel Dunbar[lit] Eliminate some nested imports.
2013-08-08 Daniel Dunbar[lit] Remove on_clone member, which is no longer used.
next