oota-llvm.git
2014-01-27 Chandler Carruth[vectorizer] Simplify code to use existing helpers...
2014-01-27 Chandler Carruth[vectorizer] Teach the loop vectorizer's unroller to...
2014-01-27 Chandler Carruth[vectorizer] Add some flags which are useful for conduc...
2014-01-27 Chandler Carruth[vectorizer] Fix a trivial oversight where we always...
2014-01-27 Nick LewyckyFix crasher introduced in r200203 and caught by a libc...
2014-01-27 Nick LewyckyTeach SCEV to handle more cases of 'and X, CST', specif...
2014-01-27 Stepan DyatkovskiyAdditional fix for 200201: due to dependence on bitwidt...
2014-01-27 Stepan DyatkovskiyFix for PR18102.
2014-01-27 Chandler Carruth[vectorizer] Clean up the handling of unvectorized...
2014-01-27 Michel DanzerR600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructions
2014-01-27 Michel DanzerR600/SI: Add intrinsic for S_SENDMSG instruction
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Rafael EspindolaPrint .mask and .fmask with the target streamer.
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-27 Alp TokerMove true/false StringRef helper to StringExtras
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-27 Rafael EspindolaPrint .frame via the target streamer.
2014-01-27 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-27 Kevin QinRevert r199791.
2014-01-27 Rafael EspindolaUse SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.
2014-01-27 Rafael EspindolaRemove dead code.
2014-01-27 Rafael EspindolaAdd back spaces I missed in the conversion to emitRawCo...
2014-01-27 Rafael EspindolaUse emitRawComment instead of EmitRawText.
2014-01-27 Rafael EspindolaAdd missing file.
2014-01-26 Rafael EspindolaAdd a XCoreTargetStreamer and port over the simple...
2014-01-26 Saleem AbdulrasoolMC: fix test locations/name
2014-01-26 Saleem AbdulrasoolARM: improve diagnostics for .word directive
2014-01-26 Saleem AbdulrasoolAsmParser: improve diagnostics for invalid variants
2014-01-26 Saleem AbdulrasoolMC: whitespace
2014-01-26 Alp TokerAvoid C++ comment in C sources
2014-01-26 Evan ChengFollow up of r200095. Code clean up.
2014-01-26 NAKAMURA Takumi[CMake] tablegen(): Use -I <dir> according to the list...
2014-01-26 NAKAMURA Takumi[CMake] Functionalize tblgen().
2014-01-26 Jakob Stoklund... Clean up the Legal/Expand logic for SPARC popc.
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 NAKAMURA Takumi[CMake] configure_lit_site_cfg: ${SHLIBDIR} should...
2014-01-26 Jakob Stoklund... Only generate the popc instruction for SPARC CPUs that...
2014-01-26 Jakob Stoklund... Fix swapped CASA operands.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-26 Venkatraman... [Sparc] Add support for parsing DW_CFA_GNU_window_save.
2014-01-26 Rafael EspindolaConvert some easy uses of EmitRawText to TargetStreamer...
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Craig TopperImprove some x86 type constraints.
2014-01-26 Jiangning LiuImprove pattern match from v1i8 to v1i32 for AArch64...
2014-01-26 Rui UeyamaRemove unused typedef.
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-26 Rafael EspindolaRemove -print-hack-directives from a test where we...
2014-01-26 Rafael EspindolaMove tests that just use llc from test/MC/Mips to test...
2014-01-26 Jiangning LiuImplement pattern match from v1xx to v1xx for AArch64...
2014-01-26 Venkatraman... [Sparc] Add support for sparc relocation types in ELF...
2014-01-26 Kevin Qin[AArch64 NEON] Add patterns for concat_vector on v2i32.
2014-01-26 Kevin Qin[AArch64 NEON] Add test case for vector FP_ROUND.
2014-01-26 Kevin Qin[AArch64 NEON] Fix pattern match failed on FP_ROUND...
2014-01-25 Venkatraman... removing duplicate enum value
2014-01-25 Venkatraman... Missing ELF relocations for Sparc.
2014-01-25 Renato GolinRe-enabling MCJIT tests on ARM
2014-01-25 Venkatraman... [Sparc] Add sparc to the list of XFAIL architecture...
2014-01-25 Craig TopperSet displacementSize to 1 for instrucitons with mod...
2014-01-25 Hal FinkelAdd a TBAA CodeGen failure test case
2014-01-25 Evan ChengClean up hack which is no longer needed after r198617...
2014-01-25 Hal FinkelXFAIL test/CodeGen/SystemZ/alias-01.ll which requires...
2014-01-25 Hal FinkelDisable the use of TBAA when using AA in CodeGen
2014-01-25 Craig TopperDon't use EnforceSmallerThan for EnforceVectorSubVector...
2014-01-25 Mark SeabornFix "llvm-objdump -d -r" to show relocations inline...
2014-01-25 Craig TopperFix typo in commment tyep->type.
2014-01-25 Hal FinkelAdd combiner-aa-only-func (debug only)
2014-01-25 Hal FinkelImprove descriptions of combiner-alias-analysis and...
2014-01-25 Artyom SkrobovReverting r199886 (Prevent repetitive warnings for...
2014-01-25 Rafael EspindolaAdded .DS_Store entry in .gitignore for ignoring .DS_St...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Chandler Carruth[LPM] Conclude my immediate work by making the LoopVect...
2014-01-25 Craig TopperUse isConcrete and getConcrete instead of using TypeVec...
2014-01-25 Craig TopperFix EnforceSmallerThan to check !hasVectorTypes on...
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-25 Rafael EspindolaRemove an easy use of EmitRawText from PPC.
2014-01-25 Jack Carter[Mips] Move 2 test cases from MC to CodeGen.
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Reid KlecknerFix llvm-dis to print the inalloca bit on allocas.
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-25 Mark Seabornllvm-objdump: Some style cleanups to follow LLVM coding...
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2014-01-24 Aaron BallmanTypo fix.
2014-01-24 Ana Pazos[AArch64] Removed unused i8 type from FPR8 register...
2014-01-24 Rafael EspindolaFix c++03 build.
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-24 Rui UeyamaSupport/COFF: Fix PEHeader struct, and define PE32Heade...
2014-01-24 Craig TopperRemove TGValueTypes.cpp from CMakeLists.txt which I...
2014-01-24 Craig TopperReplace tablegen uses of EVT with MVT. Add isOverloaded...
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Hal FinkelFix DAGCombiner::GatherAllAliases to account for non...
2014-01-24 Bill WendlingVerify that attributes are not lost during linking.
2014-01-24 Benjamin KramerInstCombine: Don't try to use aggregate elements of...
2014-01-24 Lang HamesAdd a testcase for the changes in r199938.
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Hal FinkelRestrict FindBetterChain DAG combines to unindexed...
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-24 Juergen RibutzkaDoxify comments
2014-01-24 Alp TokerFix known typos
next