oota-llvm.git
2012-10-12 Andrew KaylorCorrecting enum values mentioned in comments.
2012-10-12 Jakob Stoklund... Use a transposed algorithm for handleMove().
2012-10-12 Jan Wen VoungAdd bitcode instruction encoding documentation for...
2012-10-12 Jakob Stoklund... Fix coalescing with IMPLICIT_DEF values.
2012-10-12 Richard TrieuChange (!list.size() == 0) to (!list.empty()). No...
2012-10-12 Bob WilsonSet default CPU for Darwin targets with LTO. <rdar...
2012-10-12 NAKAMURA Takumillvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try...
2012-10-12 Ulrich WeigandFix big-endian codegen bug in DAGTypeLegalizer::ExpandR...
2012-10-12 NAKAMURA TakumiExceptionDemo.cpp: Use Function::setDoesNotReturn(...
2012-10-12 NAKAMURA TakumiExceptionDemo.cpp: Whitespace.
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-12 Tim NorthoverAdd float-abi and softfloat options to lli
2012-10-12 NAKAMURA TakumiJITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __att...
2012-10-12 Nick LewyckyShuffle the virtual destructor down to the base. This...
2012-10-12 Nick LewyckyGive this class full of virtual functions a virtual...
2012-10-12 Eric ChristopherIndenting.
2012-10-12 Sebastian Popfix warning
2012-10-12 Reed KotlerDiv, Rem int/unsigned int
2012-10-12 Sean Silvadocs: Update example to conform to coding standards.
2012-10-12 Bill WendlingMark function as 'used' so that LTO doesn't try to...
2012-10-12 NAKAMURA TakumiRevert r165777, "Mark function as 'used' so that LTO...
2012-10-12 Sean Silvadocs: Minor clean up of Phabricator documentation.
2012-10-12 Evan ChengLegalizer optimize a pair of div / mod to a call to...
2012-10-12 Bill WendlingMark function as 'used' so that LTO doesn't try to...
2012-10-12 Bill WendlingWe need this symbol after an LTO build.
2012-10-12 Sean Silvadocs: Add SphinxQuickstartTemplate.rst.
2012-10-11 Sean Silvadocs: Improve HowToSetUpLLVMStyleRTTI.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Sean Silvadocs: Update HowToSetUpLLVMStyleRTTI.
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-10-11 Sean SilvaRemove buggy classof().
2012-10-11 Manman RenPGO: create metadata for switch only if it has more...
2012-10-11 Chad RosierRemove extra semicolon.
2012-10-11 Chad RosierRemove extra semicolons.
2012-10-11 Jan Wen VoungFix some typos 165739, spotted by Duncan.
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-10-11 Manuel KlimekAdds Phabricator documentation. This is a first step...
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 Jakob Stoklund... Pass an explicit operand number to addLiveIns.
2012-10-11 Bill SchmidtThis patch addresses PR13947.
2012-10-11 David ChisnallAdd test cases for correct parsing of register names...
2012-10-11 David ChisnallExpose move to/from coprocessor instructions in MIPS64...
2012-10-11 NAKAMURA Takumillvm/Analysis/Passes.h: Fix copypasto in createDependen...
2012-10-11 Sebastian Popdependence analysis
2012-10-11 Michael LiaoFollow the same routine to add target float expansion...
2012-10-11 Andrew Trickmisched: Handle "transient" non-instructions.
2012-10-11 Nick LewyckyDon't crash when !tbaa.struct contents is invalid.
2012-10-11 NAKAMURA TakumiRevert r165661, "Patch by Shuxin Yang <shuxin.llvm...
2012-10-11 NAKAMURA TakumiGettingStarted.rst: s/&amp;/&/g
2012-10-11 NAKAMURA TakumiGettingStarted.rst: Fix the label to DeveloperPolicy...
2012-10-11 Bill WendlingAdd the LLVM context to this c'tor. It will be needed...
2012-10-11 Bill WendlingSupport a common idiom on how to build an Attributes...
2012-10-11 Nick LewyckyDon't crash if a .ll file contains a forward-reference...
2012-10-11 Evan ChengChange MachineInstrBuilder::addDisp to copy over target...
2012-10-10 Evan ChengAdd isel patterns for v2f32 / v4f32 neon.vbsl intrinsic...
2012-10-10 Nadav RotemAdd getters for the MIPS TargetTransform classes
2012-10-10 David BlaikieRemove unused member variable introduced in r165665.
2012-10-10 Eric ChristopherFormatting and 80-col.
2012-10-10 Bill SchmidtAdd -mattr=+altivec and remove XFAIL.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Bill SchmidtXFAIL for all targets pending investigation
2012-10-10 Nadav RotemPatch by Shuxin Yang <shuxin.llvm@gmail.com>.
2012-10-10 Bill SchmidtWhen generating spill and reload code for vector regist...
2012-10-10 Bill SchmidtThe PowerPC VRSAVE register has been somewhat of an...
2012-10-10 Micah VillmowAdd in support for expansion of all of the comparison...
2012-10-10 Sean SilvaRevert r165652: "Remove unnecessary RTTI from the build."
2012-10-10 Sean SilvaRemove unnecessary RTTI from the build.
2012-10-10 Sean Silvatblgen: Compile TableGen without RTTI.
2012-10-10 Sean Silvatblgen: Move mini Type hierarchy to LLVM-style RTTI.
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-10 Sean Silvatblgen: Put dyn_cast<> machinery in place for Init...
2012-10-10 Duncan SandsAdd the testcase from pr13254 (the old scalarreply...
2012-10-10 Bill WendlingRemove dead variable.
2012-10-10 Michael LiaoSpecify CPU model to avoid breaking ATOM builds
2012-10-10 Bill WendlingRemove unused argument.
2012-10-10 Sean Silvadocs: Propagate fix from r165632 to other docs.
2012-10-10 Sean Silvadocs: Attempt to fix PR14053.
2012-10-10 Michael LiaoAdd support for FP_ROUND from v2f64 to v2f32
2012-10-10 Michael LiaoAdd alternative support for FP_ROUND from v2f32 to...
2012-10-10 NAKAMURA Takumi[CMake] check-all: Don't include check-llvm into check...
2012-10-10 NAKAMURA Takumi[CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes...
2012-10-10 Stepan DyatkovskiyFix for LDRB instruction:
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-10 Bill WendlingCleanup. Get rid of now dead code.
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-10 Lang HamesMy earlier "fix" for PBQP (see r165201) was incorrect...
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-10-10 Andrew Trickmisched: fall-back to a target hook for instr bundles.
2012-10-10 Andrew TrickTODO comment
2012-10-10 Andrew TrickTableGen subtarget emitter cleanup.
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-10 Andrew Trickmisched: Generate IsBuffered flag for machine resources.
2012-10-10 Andrew Trickwhitespace
2012-10-10 Bill WendlingPlace temporary LTO files into their own subdirectory.
2012-10-10 Bill WendlingHave 'addFnAttr' take the attribute enum value. Then...
2012-10-10 Craig TopperTest case for r165480.
2012-10-10 Reed KotlerReorder some parts of the td file to by in alphabetical...
2012-10-10 Andrew KaylorAdding comments to clarify the reason for non-standard...
next