aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-2331-40/+37
* Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick2011-07-232-14/+9
* whitespaceAndrew Trick2011-07-232-15/+15
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-2312-23/+23
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-2313-68/+78
* ARM SSAT instruction 5-bit immediate handling.Jim Grosbach2011-07-228-23/+37
* Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.Dan Gohman2011-07-221-23/+35
* ARM assembly parsing and encoding updates.Jim Grosbach2011-07-221-1/+1
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-2217-300/+239
* Emit the __compact_unwind section first. If there are any frames which weren'tBill Wendling2011-07-221-14/+27
* Fix PR10422 by adding the necessary AVX UCOMISD memory versions toBruno Cardoso Lopes2011-07-221-2/+8
* ARM assembly parsing and encoding of SMLAL instruction.Jim Grosbach2011-07-221-1/+1
* ARM encoding and assembly parsing of SMLAD{X} instructions.Jim Grosbach2011-07-221-6/+8
* Add v8f32->v8i32 bitcast. Fixes PR10440Bruno Cardoso Lopes2011-07-221-0/+1
* Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64Rafael Espindola2011-07-221-9/+5
* Fix x86's XALUO lowering to return its replacement values insteadDan Gohman2011-07-221-4/+2
* Fix test failures caused by my so_reg refactoring.Owen Anderson2011-07-221-2/+2
* ARM assembly parsing and encoding for SMC instruction.Jim Grosbach2011-07-222-3/+3
* Clean up a few more comments.Jim Grosbach2011-07-221-5/+5
* Tidy up.Jim Grosbach2011-07-221-2/+1
* Thumb assembly support for SETEND instruction.Jim Grosbach2011-07-222-16/+11
* Tidy up.Jim Grosbach2011-07-221-1/+1
* ARM assembly parsing and encoding for SETEND instruction.Jim Grosbach2011-07-222-6/+52
* Tidy up.Jim Grosbach2011-07-221-6/+2
* Fix more MSVC warnings caused by a cases I missed when convertingJay Foad2011-07-222-2/+2
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-227-25/+18
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-223-1/+1
* Fix an MSVC warning, caused by a case I missed when convertingJay Foad2011-07-221-1/+1
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-221-7/+2
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-222-26/+35
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-221-3/+22
* lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi2011-07-221-0/+2
* Allow getBlockFreq to return 0.Jakub Staszak2011-07-222-8/+8
* GCC complains about the angle of this line.Benjamin Kramer2011-07-221-1/+1
* Revert patch which broke some IfConversion tests.Jakub Staszak2011-07-221-10/+29
* Fix typo in #include which revealed in the case-sensitive filesystem.Jakub Staszak2011-07-221-1/+1
* Remove the 128-bit special handling from SCALAR_TO_VECTOR. This isn'tBruno Cardoso Lopes2011-07-221-18/+0
* -Inspected a AVX code block added by someone in early Feb. This was never usedBruno Cardoso Lopes2011-07-222-76/+25
* Add a DAGCombine for transforming 128->256 casts into a simpleBruno Cardoso Lopes2011-07-221-7/+61
* Introduce a new function to lower 256-bit vectors which are notBruno Cardoso Lopes2011-07-221-0/+14
* Rename function to be more specific and be more strict about its usageBruno Cardoso Lopes2011-07-221-6/+9
* Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion.Jakub Staszak2011-07-211-29/+10
* Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson2011-07-2111-98/+258
* Fix MergeInVectorType to check for vector types with the same allocDan Gohman2011-07-211-0/+6
* ARM Asm parser range checking for [0,31] immediates.Jim Grosbach2011-07-212-0/+14
* Add missing getAnalysisUsage in MachineBlockFrequency.Jakub Staszak2011-07-211-0/+1
* ARM assembly parsing support for RSC instruction.Jim Grosbach2011-07-211-0/+13
* ARM assembly parsing support for RSB instruction.Jim Grosbach2011-07-211-0/+14
* Tidy up.Jim Grosbach2011-07-211-2/+0
* Update generated CPP code with the new API on CallInst::Create and ConstantEx...Nicolas Geoffray2011-07-211-5/+2