summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-25
* I will save before I commit.Benjamin Kramer2011-07-25
* ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach2011-07-25
* Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes2011-07-25
* Add remaining 256-bit vector bitcasts. This also fixes PR10451Bruno Cardoso Lopes2011-07-25
* - Handle special scalar_to_vector case: splats. Using a native 128-bitBruno Cardoso Lopes2011-07-25
* Reintroduce r135730, this is indeed the right approach, there is noBruno Cardoso Lopes2011-07-25
* llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2011-07-25
* Fix include guards.Evan Cheng2011-07-25
* Add a note about efficient codegen for binary log.Benjamin Kramer2011-07-25
* Attempt to fix test failure reported on llvm-commits.Eli Friedman2011-07-25
* BranchProbability::print returns void now.Jakub Staszak2011-07-25
* Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...Eli Friedman2011-07-25
* Add BlockFrequency class.Jakub Staszak2011-07-25
* ARM assembly parsing and encoding for SSAT instruction.Jim Grosbach2011-07-25
* Add clarifying comments for the new arguments to UnrollLoop.Andrew Trick2011-07-25
* Refactoring fail.Evan Cheng2011-07-25
* Move CBackend and CppBackend MC initialization to TargetInfo.Evan Cheng2011-07-25
* Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...Eli Friedman2011-07-25
* Fix more MC layering violations.Evan Cheng2011-07-25
* More MC layering violations.Evan Cheng2011-07-25
* Check in updated CMake dependencies after Evan's latest round ofChandler Carruth2011-07-25
* Add a missing enumerator to this switch. Currently its in theChandler Carruth2011-07-25
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-25
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Add missing space (this line is no longer pushing the 80-column limit).Nick Lewycky2011-07-25
* 80 columns.Nick Lewycky2011-07-25
* Fix typo.Nick Lewycky2011-07-25
* Simply ARM so_reg MIOperandInfo definitions.Jim Grosbach2011-07-25
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-07-25
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* ARM asm operand renaming. Make things a bit more explicit.Jim Grosbach2011-07-25
* More simple cleanup of ARM asm operand definitions.Jim Grosbach2011-07-25
* Fix some typos.Bill Wendling2011-07-25
* An initial description of the compact unwind encoding.Bill Wendling2011-07-25
* Code clean up.Evan Cheng2011-07-25
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-25
* While building a LLVM target, put the current source directory on theOscar Fuentes2011-07-25
* Update the comment. This feature is available only on Darwin at the moment. T...Bill Wendling2011-07-25
* Make assembly parser method names more consistent.Jim Grosbach2011-07-25
* Unbreak the build.Oscar Fuentes2011-07-25
* Fix class description.Jakub Staszak2011-07-25
* Fix #include guard directive.Jakub Staszak2011-07-25
* Tidy up formatting.Jim Grosbach2011-07-25
* Tidy up a bit.Jim Grosbach2011-07-25
* Missed a file.Evan Cheng2011-07-25
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25
* More refactoring.Evan Cheng2011-07-25