Age | Commit message (Expand) | Author |
2011-07-24 | switch Triple to take twines instead of stringrefs. | Chris Lattner |
2011-07-24 | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner |
2011-07-24 | Never extend live ranges for <undef> uses. | Jakob Stoklund Olesen |
2011-07-24 | Correctly handle <undef> tied uses when rewriting after a split. | Jakob Stoklund Olesen |
2011-07-24 | Omit explicit length here, now that I've had a chance to test this with gcc. | Frits van Bommel |
2011-07-24 | Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5. | Roman Divacky |
2011-07-23 | clarify that opaque is actually a struct type, PR10430 | Chris Lattner |
2011-07-23 | how about that, StringRef doesn't allow any mutation, thanks to | Chris Lattner |
2011-07-23 | Add RAGreedy::calcCompactRegion. | Jakob Stoklund Olesen |
2011-07-23 | Fix bug in SplitEditor::splitLiveThroughBlock when switching registers. | Jakob Stoklund Olesen |
2011-07-23 | Prepare RAGreedy::growRegion for compact regions. | Jakob Stoklund Olesen |
2011-07-23 | Add a simple method for marking blocks with interference in and out. | Jakob Stoklund Olesen |
2011-07-23 | Allow null interference cursors to be queried. | Jakob Stoklund Olesen |
2011-07-23 | Fix a silly off by one. | Benjamin Kramer |
2011-07-23 | We always bounds check the bit set, there is no need to emit zero bytes at th... | Benjamin Kramer |
2011-07-23 | Add more constness. | Benjamin Kramer |
2011-07-23 | ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable. | NAKAMURA Takumi |
2011-07-23 | Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou... | Benjamin Kramer |
2011-07-23 | Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces... | Benjamin Kramer |
2011-07-23 | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng |
2011-07-23 | CMake: Fix LLVM_NATIVE_TARGETMC in config.h.cmake. | NAKAMURA Takumi |
2011-07-23 | config.h.cmake: Reorder along config.h.in. | NAKAMURA Takumi |
2011-07-23 | Move trip count discovery outside of the generic LoopUnroll helper. This | Andrew Trick |
2011-07-23 | whitespace | Andrew Trick |
2011-07-23 | createXXXMCCodeGenInfo should be static. | Evan Cheng |
2011-07-23 | Sink ARM mc routines into MCTargetDesc. | Evan Cheng |
2011-07-22 | ARM SSAT instruction 5-bit immediate handling. | Jim Grosbach |
2011-07-22 | Move the last uses of RetainFunc etc. over to using getRetainCallee() etc. | Dan Gohman |
2011-07-22 | Teach cmake configured headers about LLVM_NATIVE_TARGETMC | Oscar Fuentes |
2011-07-22 | Add FIXME | Jim Grosbach |
2011-07-22 | ARM encoding and assembly parsing tests for SMULWB, SMULWT, SMUSD and SMUSDX. | Jim Grosbach |
2011-07-22 | ARM assembly parsing and encoding updates. | Jim Grosbach |
2011-07-22 | Use the enum value for RegClassIDs. | Benjamin Kramer |
2011-07-22 | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng |
2011-07-22 | add section to ToC | Chris Lattner |
2011-07-22 | ARM assembly parsing and encoding tests. | Jim Grosbach |
2011-07-22 | write the long-overdue strings section of the data structure guide. | Chris Lattner |
2011-07-22 | Emit the __compact_unwind section first. If there are any frames which weren't | Bill Wendling |
2011-07-22 | Add a method to set the compact unwind info. | Bill Wendling |
2011-07-22 | Add a method to get the list of FrameInfos. | Bill Wendling |
2011-07-22 | Fix test check! | Bruno Cardoso Lopes |
2011-07-22 | Fix PR10422 by adding the necessary AVX UCOMISD memory versions to | Bruno Cardoso Lopes |
2011-07-22 | ARM assembly parsing and encoding tests for SMLAWB/SMLAWT. | Jim Grosbach |
2011-07-22 | move the section for string-like containers to follow the section for sequent... | Chris Lattner |
2011-07-22 | ARM assembly parsing and encoding tests. | Jim Grosbach |
2011-07-22 | ARM assembly parsing and encoding of SMLAL instruction. | Jim Grosbach |
2011-07-22 | ARM encoding and assembly parsing of SMLAD{X} instructions. | Jim Grosbach |
2011-07-22 | ARM testcases for assembly parsing and encoding SMLA* instructions. | Jim Grosbach |
2011-07-22 | Add v8f32->v8i32 bitcast. Fixes PR10440 | Bruno Cardoso Lopes |
2011-07-22 | Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64 | Rafael Espindola |