summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-24
* Never extend live ranges for <undef> uses.Jakob Stoklund Olesen2011-07-24
* Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen2011-07-24
* Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.Roman Divacky2011-07-24
* Add RAGreedy::calcCompactRegion.Jakob Stoklund Olesen2011-07-23
* Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.Jakob Stoklund Olesen2011-07-23
* Prepare RAGreedy::growRegion for compact regions.Jakob Stoklund Olesen2011-07-23
* Add a simple method for marking blocks with interference in and out.Jakob Stoklund Olesen2011-07-23
* Allow null interference cursors to be queried.Jakob Stoklund Olesen2011-07-23
* ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable.NAKAMURA Takumi2011-07-23
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick2011-07-23
* whitespaceAndrew Trick2011-07-23
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-23
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* ARM SSAT instruction 5-bit immediate handling.Jim Grosbach2011-07-22
* Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.Dan Gohman2011-07-22
* ARM assembly parsing and encoding updates.Jim Grosbach2011-07-22
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Emit the __compact_unwind section first. If there are any frames which weren'tBill Wendling2011-07-22
* Fix PR10422 by adding the necessary AVX UCOMISD memory versions toBruno Cardoso Lopes2011-07-22
* ARM assembly parsing and encoding of SMLAL instruction.Jim Grosbach2011-07-22
* ARM encoding and assembly parsing of SMLAD{X} instructions.Jim Grosbach2011-07-22
* Add v8f32->v8i32 bitcast. Fixes PR10440Bruno Cardoso Lopes2011-07-22
* Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64Rafael Espindola2011-07-22
* Fix x86's XALUO lowering to return its replacement values insteadDan Gohman2011-07-22
* Fix test failures caused by my so_reg refactoring.Owen Anderson2011-07-22
* ARM assembly parsing and encoding for SMC instruction.Jim Grosbach2011-07-22
* Clean up a few more comments.Jim Grosbach2011-07-22
* Tidy up.Jim Grosbach2011-07-22
* Thumb assembly support for SETEND instruction.Jim Grosbach2011-07-22
* Tidy up.Jim Grosbach2011-07-22
* ARM assembly parsing and encoding for SETEND instruction.Jim Grosbach2011-07-22
* Tidy up.Jim Grosbach2011-07-22
* Fix more MSVC warnings caused by a cases I missed when convertingJay Foad2011-07-22
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-22
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-22
* Fix an MSVC warning, caused by a case I missed when convertingJay Foad2011-07-22
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-22
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-22
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-22
* lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi2011-07-22
* Allow getBlockFreq to return 0.Jakub Staszak2011-07-22
* GCC complains about the angle of this line.Benjamin Kramer2011-07-22
* Revert patch which broke some IfConversion tests.Jakub Staszak2011-07-22
* Fix typo in #include which revealed in the case-sensitive filesystem.Jakub Staszak2011-07-22
* Remove the 128-bit special handling from SCALAR_TO_VECTOR. This isn'tBruno Cardoso Lopes2011-07-22
* -Inspected a AVX code block added by someone in early Feb. This was never usedBruno Cardoso Lopes2011-07-22
* Add a DAGCombine for transforming 128->256 casts into a simpleBruno Cardoso Lopes2011-07-22
* Introduce a new function to lower 256-bit vectors which are notBruno Cardoso Lopes2011-07-22