oota-llvm.git
2011-07-25 Evan ChengMove CBackend and CppBackend MC initialization to Targe...
2011-07-25 Eli FriedmanGet rid of an incorrect optimization for shuffles with...
2011-07-25 Evan ChengFix more MC layering violations.
2011-07-25 Evan ChengMore MC layering violations.
2011-07-25 Chandler CarruthCheck in updated CMake dependencies after Evan's latest...
2011-07-25 Chandler CarruthAdd a missing enumerator to this switch. Currently...
2011-07-25 Rafael EspindolaAdd LLVMAddTargetLibraryInfo to the C API.
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Nick LewyckyAdd missing space (this line is no longer pushing the...
2011-07-25 Nick Lewycky80 columns.
2011-07-25 Nick LewyckyFix typo.
2011-07-25 Jim GrosbachSimply ARM so_reg MIOperandInfo definitions.
2011-07-25 Rafael EspindolaAdd LLVMAddLowerExpectIntrinsicPass to the C API.
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-25 Jim GrosbachARM asm operand renaming. Make things a bit more explicit.
2011-07-25 Jim GrosbachMore simple cleanup of ARM asm operand definitions.
2011-07-25 Bill WendlingFix some typos.
2011-07-25 Bill WendlingAn initial description of the compact unwind encoding.
2011-07-25 Evan ChengCode clean up.
2011-07-25 Evan ChengRefactor MBlaze target to separate MC routines from...
2011-07-25 Oscar FuentesWhile building a LLVM target, put the current source...
2011-07-25 Bill WendlingUpdate the comment. This feature is available only...
2011-07-25 Jim GrosbachMake assembly parser method names more consistent.
2011-07-25 Oscar FuentesUnbreak the build.
2011-07-25 Jakub StaszakFix class description.
2011-07-25 Jakub StaszakFix #include guard directive.
2011-07-25 Jim GrosbachTidy up formatting.
2011-07-25 Jim GrosbachTidy up a bit.
2011-07-25 Evan ChengMissed a file.
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...
2011-07-25 Evan ChengMore refactoring.
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...
2011-07-25 Bill WendlingChanged disabled code into a flag.
2011-07-25 Bill WendlingRemove dead variable.
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.
next