platform/upstream/llvm.git
2012-12-12 Evgeniy Stepanov[msan] Remove an extra semicolon.
2012-12-12 Kostya Serebryany[asan] add sanitizer_common/sanitizer_common_intercepto...
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-12 NAKAMURA Takumiclang/lib/Driver/Driver.cpp: Split COMPILER_PATH accord...
2012-12-12 Rafael EspindolaRemove some dead code.
2012-12-12 NAKAMURA Takumi[CMake] Fixup R600.
2012-12-12 Enrico GranataOption changes:
2012-12-12 Richard SmithDon't warn about disabled macro expansion if we see...
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Jason MolendaAdd a LOG_TARGET log to Target::SetDefaultArchitecture
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/store_op_load_fold.ll: Add explic...
2012-12-12 Nadav RotemFix the ascii drawing that was ruined when I split...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-12 Nadav Rotemfix a typo.
2012-12-12 Greg Clayton<rdar://problem/12780507>
2012-12-12 Manman RenDAGCombine: clamp hi bit in APInt::getBitsSet to avoid...
2012-12-12 Nadav RotemLoopVectorizer: When -Os is used, vectorize only loops...
2012-12-12 Argyrios Kyrtzidis[libclang] Make sure tokens from preprocessor directive...
2012-12-12 Richard TrieuFix line ending is tests. No functional change.
2012-12-12 NAKAMURA Takumiclang/test: Suppress two tests on win32 for now, since...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-12 Michael IlsemanHave SimplifyBinOp call the new FAdd/FSub/FMul helpers...
2012-12-12 Shuxin Yang- Fix a problematic way in creating all-the-1 APInt.
2012-12-12 Michael IlsemanRemove redunant optimizations from InstCombine, instead...
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...
2012-12-12 Michael IlsemanPattern matchers for floating point values
2012-12-12 Michael IlsemanRemove FIXMEs surrounding Constant[Data]Vectors, instead
2012-12-11 Jim GrosbachTrim unneeded header #include.
2012-12-11 Dmitri GribenkoDocumentation: cleanup: remove useless anchors and...
2012-12-11 Jim GrosbachARM: Remove old testing option.
2012-12-11 Jim GrosbachARM: Remove old testing options.
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-11 Dmitri GribenkoDocumentation: Lexicon.rst: add 'SLP' acronym
2012-12-11 Enrico GranataAdding a validation callback mechanism to OptionValueSt...
2012-12-11 Sean CallananFixed the IRInterpreter's handling of "this" and
2012-12-11 Douglas GregorTry to fix Win32 failures
2012-12-11 Douglas GregorDon't use 'touch' in this test; it may be the cause...
2012-12-11 Douglas GregorUse @import rather than @__experimental_modules_import...
2012-12-11 Guy BenyeiAdd SPIR32/SPIR64 targets to Clang
2012-12-11 Nadav RotemPR14574. Fix a bug in the code that calculates the...
2012-12-11 Tom StellardAdd R600 backend
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-11 Hal FinkelAdd -fslp-vectorize to enable bb-vectorize
2012-12-11 Fariborz Jahanianobjective-C blocks: Check for record type when deciding if
2012-12-11 Eric ChristopherUpdate some comments.
2012-12-11 Nadav RotemLoop Vectorize: optimize the vectorization of trunc...
2012-12-11 Douglas GregorDon't complain about incomplete implementations for...
2012-12-11 Benjamin KramerSpeed up looking up static diagnostic infos.
2012-12-11 Chad Rosier[driver] Add the -ftree-vectorize flag as a alias of...
2012-12-11 Matt Beaumont-GayFix a copypasto bug. Also rename the parameter in quest...
2012-12-11 Eli BenderskyRemove the RelaxAll overrule in MCAssembler::fixupNeeds...
2012-12-11 Chad Rosier[driver] Add the -fvectorize flag to enable the loop...
2012-12-11 Rafael EspindolaUse an ArrayRef instead of a std::vector&.
2012-12-11 Joel JonesAdd comment for load folding
2012-12-11 Dmitri GribenkoDocumentation: convert Passes.html to reST.
2012-12-11 Alexander KornienkoStmtDumper coding style changes
2012-12-11 Alexander KornienkoRename StmtDumper::DumpSubTree() to dumpStmt()
2012-12-11 Kostya Serebryany[asan] more code for asan_allocator2: basic Allocate...
2012-12-11 NAKAMURA Takumillvm/test/TableGen: Remove XFAIL:vg_leak in dozen of...
2012-12-11 Evgeniy StepanovAdd MemorySanitizer runtime to check_lint.sh.
2012-12-11 Evgeniy Stepanov[msan] Add a missing file from r169858.
2012-12-11 Evgeniy Stepanov[msan] Use explicitely aligned stores and loads with...
2012-12-11 Evgeniy Stepanov[msan] MemorySanitizer runtime.
2012-12-11 Timur IskhodzhanovASan: fix lint problems introduced
2012-12-11 Timur IskhodzhanovHopefully fix the Windows build (2)
2012-12-11 Timur IskhodzhanovHopefully fix the Windows build by not including intrin.h
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Chandler CarruthHolding my nose and moving the accumulation routine...
2012-12-11 Chandler CarruthHoist the GEP constant address offset computation to...
2012-12-11 Patrik HagglundChange RegVT in BitTestBlock and RegsForValue, to conta...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-11 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-11 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-11 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassCostFor, getIndexe...
2012-12-11 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-11 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-11 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Kostya Serebryany[asan] more sceleton code for asan_allocator2
2012-12-11 Argyrios KyrtzidisExtend stat query APIs to explicitly specify if the...
2012-12-11 Argyrios Kyrtzidis[PCH] Remove redundant stat call when validating the...
2012-12-11 Argyrios Kyrtzidis[PCH] When writing out the list of input files, avoid...
2012-12-11 Kostya Serebryany[asan] fix the Windows build
2012-12-11 NAKAMURA Takumiclang/test/Driver/linker-opts.c: Fix XFAIL that I remov...
2012-12-11 NAKAMURA Takumiclang/test/Driver/debug-options-as.c: Fixup not to...
2012-12-11 NAKAMURA Takumiclang/test/Driver: Introduce the feature "clang-driver...
2012-12-11 Hao Liurevert the test change
2012-12-11 Kostya Serebryany[asan] make ThreadNamesTest more flexible
2012-12-11 Hao LiuA newbie try a test commit
2012-12-11 NAKAMURA Takumi[CMake] Remove dependencies to intrinsics_gen I introdu...
2012-12-11 NAKAMURA Takumillvm/Target/TargetMachine.h: Remove two dependent headers.
2012-12-11 NAKAMURA Takumillvm/tools: Add #include "llvm/TargetTransformInfo.h"
2012-12-11 NAKAMURA TakumiBackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"
next