oota-llvm.git
2011-07-25 Bill WendlingAfter we've modified the prolog to save volatile regist...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-25 Oscar FuentesBuilds llvmc and its examples with CMake.
2011-07-25 Oscar FuentesFixes VS support for llvmc mcc16 llvmc example.
2011-07-25 Jim GrosbachTidy up. 80 columns.
2011-07-25 Rafael EspindolaAdd uwtable to the langref.
2011-07-25 Jakob Stoklund... Add an RS_Split2 stage used for loop prevention.
2011-07-25 Jakob Stoklund... Rename live range stages to better reflect how they...
2011-07-25 Frits van BommelShorten some expressions by using ArrayRef::slice().
2011-07-25 Oscar FuentesCMake: generalize the system that creates custom target...
2011-07-25 Jay FoadRemove uses of std::vector from TypeBuilder.
2011-07-25 Jay FoadUse ArrayRef in the (protected) constructors of Constan...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-24 Chris Lattnerswitch Triple to take twines instead of stringrefs.
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2011-07-24 Jakob Stoklund... Never extend live ranges for <undef> uses.
2011-07-24 Jakob Stoklund... Correctly handle <undef> tied uses when rewriting after...
2011-07-24 Frits van BommelOmit explicit length here, now that I've had a chance...
2011-07-24 Roman DivackySet PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
2011-07-23 Chris Lattnerclarify that opaque is actually a struct type, PR10430
2011-07-23 Chris Lattnerhow about that, StringRef doesn't allow any mutation...
2011-07-23 Jakob Stoklund... Add RAGreedy::calcCompactRegion.
2011-07-23 Jakob Stoklund... Fix bug in SplitEditor::splitLiveThroughBlock when...
2011-07-23 Jakob Stoklund... Prepare RAGreedy::growRegion for compact regions.
2011-07-23 Jakob Stoklund... Add a simple method for marking blocks with interferenc...
2011-07-23 Jakob Stoklund... Allow null interference cursors to be queried.
2011-07-23 Benjamin KramerFix a silly off by one.
2011-07-23 Benjamin KramerWe always bounds check the bit set, there is no need...
2011-07-23 Benjamin KramerAdd more constness.
2011-07-23 NAKAMURA TakumiARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_...
2011-07-23 Benjamin KramerTurn the DenseSet in MCRegisterClass into a tblgenerate...
2011-07-23 Benjamin KramerGive TargetRegisterClass a pointer to the MCRegisterCla...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 NAKAMURA TakumiCMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake.
2011-07-23 NAKAMURA Takumiconfig.h.cmake: Reorder along config.h.in.
2011-07-23 Andrew TrickMove trip count discovery outside of the generic LoopUn...
2011-07-23 Andrew Trickwhitespace
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-07-22 Jim GrosbachARM SSAT instruction 5-bit immediate handling.
2011-07-22 Dan GohmanMove the last uses of RetainFunc etc. over to using...
2011-07-22 Oscar FuentesTeach cmake configured headers about LLVM_NATIVE_TARGETMC
2011-07-22 Jim GrosbachAdd FIXME
2011-07-22 Jim GrosbachARM encoding and assembly parsing tests for SMULWB...
2011-07-22 Jim GrosbachARM assembly parsing and encoding updates.
2011-07-22 Benjamin KramerUse the enum value for RegClassIDs.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Chris Lattneradd section to ToC
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests.
2011-07-22 Chris Lattnerwrite the long-overdue strings section of the data...
2011-07-22 Bill WendlingEmit the __compact_unwind section first. If there are...
2011-07-22 Bill WendlingAdd a method to set the compact unwind info.
2011-07-22 Bill WendlingAdd a method to get the list of FrameInfos.
2011-07-22 Bruno Cardoso... Fix test check!
2011-07-22 Bruno Cardoso... Fix PR10422 by adding the necessary AVX UCOMISD memory...
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests for SMLAWB...
2011-07-22 Chris Lattnermove the section for string-like containers to follow...
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests.
2011-07-22 Jim GrosbachARM assembly parsing and encoding of SMLAL instruction.
2011-07-22 Jim GrosbachARM encoding and assembly parsing of SMLAD{X} instructions.
2011-07-22 Jim GrosbachARM testcases for assembly parsing and encoding SMLA...
2011-07-22 Bruno Cardoso... Add v8f32->v8i32 bitcast. Fixes PR10440
2011-07-22 Rafael EspindolaTurn shuffles into unpacks for VT == MVT::v2i64 and...
2011-07-22 Dan GohmanFix x86's XALUO lowering to return its replacement...
2011-07-22 Benjamin Kramerllvm-objdump: Don't ignore errors from raw_fd_ostream.
2011-07-22 Benjamin Kramerllvm-objdump: Skip branches that leave the current...
2011-07-22 Owen AndersonFix test failures caused by my so_reg refactoring.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SMC instruction.
2011-07-22 Jim GrosbachClean up a few more comments.
2011-07-22 Jim GrosbachARM encoding and assembly parsing tests.
2011-07-22 Jim GrosbachTidy up.
2011-07-22 Jim GrosbachThumb assembly support for SETEND instruction.
2011-07-22 Jim GrosbachTidy up.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SETEND instruction.
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests for SEL instruc...
2011-07-22 Jim GrosbachTidy up.
2011-07-22 Benjamin KramerRemove unused variables.
2011-07-22 Jay FoadFix more MSVC warnings caused by a cases I missed when...
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-22 Chandler CarruthMove TargetRegistry.cpp from lib/Support to lib/Target...
2011-07-22 Chandler CarruthUpdate the CMake library dependencies. These shifts...
2011-07-22 Jay FoadFix an MSVC warning, caused by a case I missed when...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-22 Chandler CarruthMove the logic for printing the registered targets...
2011-07-22 Chandler CarruthAdd an extension point to the CommandLine library where...
2011-07-22 NAKAMURA Takumilib/Support/Triple.cpp: Recognize "-march=ppc32" to...
2011-07-22 Eli FriedmanSome LangRef tweaks, per Dan's comments.
2011-07-22 Jakub StaszakAllow getBlockFreq to return 0.
2011-07-22 Benjamin KramerGCC complains about the angle of this line.
2011-07-22 Jakub StaszakRevert patch which broke some IfConversion tests.
2011-07-22 Benjamin KramerTeach tblgen to emit MCRegisterClasses.
2011-07-22 Jakub StaszakFix typo in #include which revealed in the case-sensiti...
2011-07-22 Bruno Cardoso... Remove the 128-bit special handling from SCALAR_TO_VECT...
2011-07-22 Bruno Cardoso... -Inspected a AVX code block added by someone in early...
2011-07-22 Bruno Cardoso... Although we already support this, add testcases for...
2011-07-22 Bruno Cardoso... Add a DAGCombine for transforming 128->256 casts into...
2011-07-22 Bruno Cardoso... Introduce a new function to lower 256-bit vectors which...
2011-07-22 Bruno Cardoso... Rename function to be more specific and be more strict...
2011-07-21 Jakub StaszakUse MachineBranchProbabilityInfo instead of MachineLoop...
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
next