aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-072-14/+10
* Remove unused functions introduced in r172685 to unbreak the Clang -Werror buildDavid Blaikie2013-08-071-16/+0
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-074-5/+555
* Replacing /GR with /GR- instead of applying both options to the project. Thi...Aaron Ballman2013-08-061-1/+1
* R600: Add new file from r187831 to CMakeLists.txtTom Stellard2013-08-061-0/+1
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-0622-622/+622
* R600/SI: Use VSrc_* register classes as the default classes for typesTom Stellard2013-08-066-44/+247
* R600/SI: Add more special cases for opcodes to ensureSRegLimit()Tom Stellard2013-08-0610-77/+128
* [NVPTX] We dont have any target specific flags yet for generating symbol refe...Justin Holewinski2013-08-061-7/+2
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-063-54/+41
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-062-6/+9
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-064-19/+25
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-063-8/+117
* [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'Akira Hatanaka2013-08-063-38/+18
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-067-168/+221
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-061-9/+9
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-061-4/+4
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-0617-50/+54
* [LangRef] Alphabetize function attribute listing.Sean Silva2013-08-061-4/+4
* Adjust file to the coding standard.Jakub Staszak2013-08-061-53/+49
* Add PPC64 mulli patternHal Finkel2013-08-062-0/+19
* Remove extraneous semicolon.Jakub Staszak2013-08-061-1/+1
* This corrects creation of operands for t2PLDW. It also removes the definition...Mihai Popa2013-08-064-27/+31
* Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-064-20/+19
* [NVPTX] Add missing patterns for i1 [s,u]int_to_fpJustin Holewinski2013-08-062-11/+56
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-065-53/+86
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-0611-317/+611
* ARM: implement allowTruncateForTailCallTim Northover2013-08-063-0/+129
* Add a release not about llvm-ar.Rafael Espindola2013-08-061-0/+3
* Remove oddly named libraries with "make uninstall-local"Tim Northover2013-08-061-1/+1
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-065-39/+44
* LLVM Interpreter: fixed bug 16694Elena Demikhovsky2013-08-061-52/+137
* Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-062-1/+15
* Refactor isInTailCallPosition handlingTim Northover2013-08-069-134/+484
* Unbreak Debug build on WindowsSerge Pavlov2013-08-061-0/+1
* Simplify vector lane handling math a bit. No functional change intended.Craig Topper2013-08-061-22/+16
* Simplify math a little bit.Craig Topper2013-08-061-16/+17
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-0612-12/+14
* Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types.Craig Topper2013-08-061-1/+1
* AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.NAKAMURA Takumi2013-08-061-0/+2
* Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows depen...NAKAMURA Takumi2013-08-061-2/+0
* Put an llvm_unreachable at the end of getSplatIndex as its loop should never ...Craig Topper2013-08-061-1/+1
* Check against >= 0 instead of != -1 in getSplatIndex because it generally com...Craig Topper2013-08-061-1/+1
* Remove trailing whitespace and fix an 80-column violation. No functional change.Craig Topper2013-08-061-4/+5
* Simplify code slightly. No functional change.Craig Topper2013-08-061-4/+2
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-0621-703/+832
* Allow 4 as a valid debug info version.Eric Christopher2013-08-061-1/+1
* Add some comment to LTOCodeGenerator classShuxin Yang2013-08-061-1/+44
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-062-2/+2
* FileCheckize some of the testcases.Bill Wendling2013-08-0513-26/+39