aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-2518-33/+393
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-252-1/+249
* I will save before I commit.Benjamin Kramer2011-07-252-1/+3
* ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach2011-07-258-6/+55
* Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes2011-07-255-13/+70
* Add remaining 256-bit vector bitcasts. This also fixes PR10451Bruno Cardoso Lopes2011-07-251-4/+18
* - Handle special scalar_to_vector case: splats. Using a native 128-bitBruno Cardoso Lopes2011-07-256-5/+88
* Reintroduce r135730, this is indeed the right approach, there is noBruno Cardoso Lopes2011-07-251-0/+18
* llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2011-07-252-2/+21
* Fix include guards.Evan Cheng2011-07-253-6/+6
* Add a note about efficient codegen for binary log.Benjamin Kramer2011-07-251-0/+48
* Attempt to fix test failure reported on llvm-commits.Eli Friedman2011-07-251-1/+1
* BranchProbability::print returns void now.Jakub Staszak2011-07-252-3/+2
* Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...Eli Friedman2011-07-252-3/+19
* Add BlockFrequency class.Jakub Staszak2011-07-253-0/+185
* ARM assembly parsing and encoding for SSAT instruction.Jim Grosbach2011-07-258-63/+179
* Add clarifying comments for the new arguments to UnrollLoop.Andrew Trick2011-07-251-0/+12
* Refactoring fail.Evan Cheng2011-07-255-49/+47
* Move CBackend and CppBackend MC initialization to TargetInfo.Evan Cheng2011-07-254-4/+4
* Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...Eli Friedman2011-07-252-22/+27
* Fix more MC layering violations.Evan Cheng2011-07-251-2/+9
* More MC layering violations.Evan Cheng2011-07-254-62/+59
* Check in updated CMake dependencies after Evan's latest round ofChandler Carruth2011-07-251-10/+10
* Add a missing enumerator to this switch. Currently its in theChandler Carruth2011-07-251-0/+1
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-252-0/+22
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-2516-77/+81
* Add missing space (this line is no longer pushing the 80-column limit).Nick Lewycky2011-07-251-1/+1
* 80 columns.Nick Lewycky2011-07-251-2/+2
* Fix typo.Nick Lewycky2011-07-251-1/+1
* Simply ARM so_reg MIOperandInfo definitions.Jim Grosbach2011-07-251-4/+4
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-07-252-0/+7
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-258-63/+27
* ARM asm operand renaming. Make things a bit more explicit.Jim Grosbach2011-07-252-32/+32
* More simple cleanup of ARM asm operand definitions.Jim Grosbach2011-07-252-28/+13
* Fix some typos.Bill Wendling2011-07-251-4/+6
* An initial description of the compact unwind encoding.Bill Wendling2011-07-251-1/+109
* Code clean up.Evan Cheng2011-07-255-23/+1
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-2515-190/+216
* While building a LLVM target, put the current source directory on theOscar Fuentes2011-07-251-1/+3
* Update the comment. This feature is available only on Darwin at the moment. T...Bill Wendling2011-07-251-1/+2
* Make assembly parser method names more consistent.Jim Grosbach2011-07-253-28/+28
* Unbreak the build.Oscar Fuentes2011-07-251-0/+1
* Fix class description.Jakub Staszak2011-07-251-2/+2
* Fix #include guard directive.Jakub Staszak2011-07-251-2/+2
* Tidy up formatting.Jim Grosbach2011-07-251-50/+18
* Tidy up a bit.Jim Grosbach2011-07-251-8/+2
* Missed a file.Evan Cheng2011-07-251-0/+70
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-2514-97/+57
* More refactoring.Evan Cheng2011-07-259-53/+53
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-2510-43/+44