summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-06
* [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'Akira Hatanaka2013-08-06
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-06
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-06
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-06
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* [LangRef] Alphabetize function attribute listing.Sean Silva2013-08-06
* Adjust file to the coding standard.Jakub Staszak2013-08-06
* Add PPC64 mulli patternHal Finkel2013-08-06
* Remove extraneous semicolon.Jakub Staszak2013-08-06
* This corrects creation of operands for t2PLDW. It also removes the definition...Mihai Popa2013-08-06
* Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-06
* [NVPTX] Add missing patterns for i1 [s,u]int_to_fpJustin Holewinski2013-08-06
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-06
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-06
* ARM: implement allowTruncateForTailCallTim Northover2013-08-06
* Add a release not about llvm-ar.Rafael Espindola2013-08-06
* Remove oddly named libraries with "make uninstall-local"Tim Northover2013-08-06
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-06
* LLVM Interpreter: fixed bug 16694Elena Demikhovsky2013-08-06
* Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-06
* Refactor isInTailCallPosition handlingTim Northover2013-08-06
* Unbreak Debug build on WindowsSerge Pavlov2013-08-06
* Simplify vector lane handling math a bit. No functional change intended.Craig Topper2013-08-06
* Simplify math a little bit.Craig Topper2013-08-06
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types.Craig Topper2013-08-06
* AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.NAKAMURA Takumi2013-08-06
* Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows depen...NAKAMURA Takumi2013-08-06
* Put an llvm_unreachable at the end of getSplatIndex as its loop should never ...Craig Topper2013-08-06
* Check against >= 0 instead of != -1 in getSplatIndex because it generally com...Craig Topper2013-08-06
* Remove trailing whitespace and fix an 80-column violation. No functional change.Craig Topper2013-08-06
* Simplify code slightly. No functional change.Craig Topper2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Allow 4 as a valid debug info version.Eric Christopher2013-08-06
* Add some comment to LTOCodeGenerator classShuxin Yang2013-08-06
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-06
* FileCheckize some of the testcases.Bill Wendling2013-08-05
* Fix grammar.Bill Wendling2013-08-05
* R600/SI: Add missing test for r187749Tom Stellard2013-08-05
* Recommit previous cleanup with a fix for c++98 ambiguity.Eric Christopher2013-08-05
* R600: Implement TargetLowering::getVectorIdxTy()Tom Stellard2013-08-05
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Revert "Use existing builtin hashing functions to make this routine more"Eric Christopher2013-08-05
* Use existing builtin hashing functions to make this routine moreEric Christopher2013-08-05
* Change parent hashing algorithm to be non-recursive and elaborateEric Christopher2013-08-05
* [bugpoint] Allow the user to specify the path to opt on the commandline.Michael Gottesman2013-08-05
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-05
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05