oota-llvm.git
2011-07-26 Duncan SandsAdd helper function for getting true/false constants...
2011-07-26 Bill WendlingClean up the HTML here a bit.
2011-07-26 Jay FoadFix typo in comment.
2011-07-26 Nick LewyckyDon't try to dereference syms[0] on an empty vector...
2011-07-26 Bill WendlingThe compact unwinding offsets are divided by 8 on 64...
2011-07-26 Bill WendlingDescribe the reasoning for compact unwind in better...
2011-07-26 Bruno Cardoso... Add 256-bit isel for movsldup/movshdup
2011-07-26 Bruno Cardoso... More movsldup/movshdup cleanup. Rewrite the mask matchi...
2011-07-26 Bruno Cardoso... More cleanup, subtarget info isn't used here.
2011-07-26 Bruno Cardoso... Add 128-bit AVX versions of movshdup/mosldup
2011-07-26 Bruno Cardoso... Cleanup movsldup/movshdup matching.
2011-07-26 Jakob Stoklund... Revert to RA_Assign when a virtreg separates into compo...
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Chandler CarruthRemove a file from CMakeLists.txt that Evan removed...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-26 Chandler CarruthStill more library dependency updates. This reflects...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAX, SSUB16...
2011-07-25 Evan ChengTargetAsmBackend has been renamed to MCAsmBackend.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-25 Nick LewyckyFinish adding support for lifetime intrinsics to SROA...
2011-07-25 Benjamin KramerI will save before I commit.
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT16 instruction.
2011-07-25 Bruno Cardoso... Codegen allonesvector better while using AVX: vpcmpeqd...
2011-07-25 Bruno Cardoso... Add remaining 256-bit vector bitcasts. This also fixes...
2011-07-25 Bruno Cardoso... - Handle special scalar_to_vector case: splats. Using...
2011-07-25 Bruno Cardoso... Reintroduce r135730, this is indeed the right approach...
2011-07-25 Benjamin Kramerllvm-objdump: Ignore unreachable blocks when printing...
2011-07-25 Evan ChengFix include guards.
2011-07-25 Benjamin KramerAdd a note about efficient codegen for binary log.
2011-07-25 Eli FriedmanAttempt to fix test failure reported on llvm-commits.
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-07-25 Eli FriedmanMake sure this DAGCombine actually returns an UNDEF...
2011-07-25 Jakub StaszakAdd BlockFrequency class.
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT instruction.
2011-07-25 Andrew TrickAdd clarifying comments for the new arguments to Unroll...
2011-07-25 Evan ChengRefactoring fail.
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.
next