Reapply r188119 now that the bug it exposed is fixed.
[oota-llvm.git] / lib /
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 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 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[stackprotector] Add in the stackprotector libcall.
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 Alexey SamsonovRemove unused SpecialCaseList constructors
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
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 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 Govind... [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 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 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-09 David BlaikieDebugInfo: provide the ability to add members to a...
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 Ulrich WeigandAdd back missing PPC relocation types.
2013-08-09 Richard Sandiford[SystemZ] Update README
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-08 Michael J. SpencerAdd missing PPC64 relocation types.
2013-08-08 Eric ChristopherUpdate the CMake build files.
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. Spencer[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 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Alexey SamsonovFix off-by-one error in Regex::isValid
2013-08-08 Niels Ole SalscheiderR600/SI: Implement fp32<->fp64 conversions
2013-08-08 Niels Ole SalscheiderR600/SI: Implement sint<->fp64 conversions
2013-08-08 Jakub StaszakUse pop_back() instead of pop_back_val() when the retur...
2013-08-08 Silviu BarangaRemove the now redundant FeatureFP16 from the Cortex...
2013-08-08 Jakub StaszakFix the comment.
2013-08-08 Mihai PopaThe name "tCDP" isn't used anywhere else in the source...
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-08-08 Eric ChristopherFor DW_TAG_template_type_parameter the actual passed...
2013-08-08 Craig TopperRemove AllUndef check from one of the loops in getVecto...
2013-08-08 Eric ChristopherThe conversion to bool is fine here, no need to check...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Eric ChristopherChange variable name and reflow formatting.
2013-08-08 Craig TopperOptimize mask generation for one of the DAG combiner...
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-08-08 David MajnemerRevert "coff also doesn't have a ReadOnlySection yet...
2013-08-08 Eric ChristopherReflow for loop.
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-08 Alexander KornienkoChanged isPrint for U+00AD SOFT HYPHEN to return true.
2013-08-08 Michael GottesmanRevert "[objc-arc] Track if we encountered an additive...
2013-08-08 Peter CollingbourneFix ARM build.
2013-08-07 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-08-07 Michael Gottesman[objc-arc] Change 4 iterator methods which return const...
2013-08-07 Bill WendlingReapply r185872 now that the address sanitizer has...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-08-07 Eric ChristopherFix a FIXME, on darwin all virtual sections have a...
2013-08-07 Reid KlecknerOn Windows, autolink advapi32 from Path.inc for CryptAc...
2013-08-07 Eric ChristopherMove assert above first use of variable that we'd be...
2013-08-07 Andrew TrickConfusing comment typo.
2013-08-07 Elena DemikhovskyAVX-512 set: Added BROADCAST instructions
2013-08-07 Richard Sandiford[SystemZ] Optimize floating-point comparisons with...
2013-08-07 Richard Sandiford[SystemZ] Add floating-point load-and-test instructions
2013-08-07 Benjamin KramerJumpThreading: Turn a select instruction into branching...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
next