platform/upstream/llvm.git
2014-05-26 David BlaikieDwarfUnit: Remove some misleading no-op code introduced...
2014-05-26 Rafael EspindolaJust check the entire string.
2014-05-26 NAKAMURA TakumiReformat linefeeds.
2014-05-26 NAKAMURA TakumiTrailing whitespace.
2014-05-25 Saleem Abdulrasooltools: avoid use of std::function
2014-05-25 Saleem Abdulrasooltools: split out Win64EHDumper from COFFDumper
2014-05-25 Saleem Abdulrasooltools: inline simple single-use function
2014-05-25 Saleem Abdulrasooltools: refactor COFFDumper symbol resolution logic
2014-05-25 Saleem Abdulrasooltools: use references rather than out pointers in COFFD...
2014-05-25 David BlaikieDebugInfo: Fix inlining with #file directives a little...
2014-05-25 David BlaikieStreamline test case by avoiding a temporary file and...
2014-05-25 Rafael EspindolaEmit data or code export directives based on the type.
2014-05-25 Rafael EspindolaMake these CHECKs a bit more strict.
2014-05-25 Nico RieckSema: Add dll attribute tests for member functions
2014-05-25 Nico RieckSema: Add dll attribute tests for variable templates
2014-05-25 Nico RieckIRGen: Add more tests for dll attributes
2014-05-25 Peter CollingbourneAdd an extension point for peephole optimizers.
2014-05-25 Simon Atanasyan[Mips] Reduce code duplication. Join relocation handlin...
2014-05-25 Simon Atanasyan[Mips] Factor out the code assign a value to the absolu...
2014-05-25 Simon Atanasyan[Mips] Factor out the code create Mips specific runtime...
2014-05-25 Simon Atanasyan[Mips] Remove unused class member declaration.
2014-05-25 Simon Atanasyan[Mips] Reduce code duplication. Join relocation handlin...
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Saleem Abdulrasoolbuild: sort llvm-readobj sources
2014-05-24 Saleem Abdulrasoolllvm-readobj: remove some dead code
2014-05-24 Tim NorthoverAArch64: disable FastISel for large code model.
2014-05-24 Andreas SimbuergerScopDetectionDiagnostic: Update Makefile
2014-05-24 NAKAMURA TakumiClangTidyOptionsTest.cpp: Rewrite literals. Raw string...
2014-05-24 Simon Atanasyan[Mips] Handle R_MIPS_TLS_TPREL_HI16 / R_MIPS_TLS_TPREL_...
2014-05-24 Benjamin KramerMachineVerifier: Clean up some syntactic weirdness...
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-05-24 Tim NorthoverAArch64/ARM64: rename ARM64 components to AArch64
2014-05-24 Tim NorthoverAArch64/ARM64: update Clang after AArch64 removal.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-24 Andreas SimbuergerExpose diagnostic info to users
2014-05-24 Andreas SimbuergerScopDetection: Support keep-going
2014-05-24 Andreas SimbuergerSubstitue LastError & InvalidRegions with RejectLogs
2014-05-24 Andreas SimbuergerStore all RejectReasons that occurred in a log.
2014-05-24 Andreas SimbuergerSplit implementation from ScopDetectionDiagnostic.h
2014-05-24 NAKAMURA Takumillvm/test/Object/ar-error.test: Don't check the message...
2014-05-24 NAKAMURA Takumiclang-tools-extra/test/clang-tidy/line-filter.cpp:...
2014-05-24 Michael ZolotukhinImplement sext(C1 + C2*X) --> sext(C1) + sext(C2*X...
2014-05-24 Yaron KerenCXXInfo memory should be released after calling the...
2014-05-24 Tim NorthoverARM64: extract a 32-bit subreg when selecting an inreg...
2014-05-23 Hans WennborgThis test doesn't need -O2 -disable-llvm-optzns
2014-05-23 Jason MolendaAdd a lock ivar to the Platform so that multiple Targets
2014-05-23 Todd FialaRemove some unnecessary comments from previous check-in.
2014-05-23 Todd FialaAdded gdb remote tests to verify $Hg{thread-id}.
2014-05-23 Akira HatanakaRecommit r209532 with -ffreestanding.
2014-05-23 Akira HatanakaRemove test while I investigate why the test is breakin...
2014-05-23 Richard SmithRecompute the injected class name type for a class...
2014-05-23 Akira HatanakaXFAIL test which is breaking some of the build bots.
2014-05-23 Reid KlecknerUse comdats to avoid double initialization of weak...
2014-05-23 David BlaikieDebugInfo: Generalize some tests to handle variations...
2014-05-23 David BlaikieDebugInfo: Generalize a test case to not depend on...
2014-05-23 Richard Smith[modules] If a referenced-but-not-instantiated class...
2014-05-23 Andrew TrickTest case comments. Fix sloppiness.
2014-05-23 Rafael Espindolaclang-format function.
2014-05-23 Hans WennborgEmit used/dllexport inline method definitions in nested...
2014-05-23 Rafael EspindolaRemove a confusing use of a static method.
2014-05-23 David BlaikieDebugInfo: Put concrete definitions referencing abstrac...
2014-05-23 Hans WennborgDon't suppress warning about dllimport on typedefs...
2014-05-23 Andrew TrickFix and improve SCEV ComputeBackedgeTankCount.
2014-05-23 Nico RieckRevert part of "Fix broken FileCheck prefixes"
2014-05-23 Rafael EspindolaUse alias linkage and visibility to decide tls access...
2014-05-23 Nico RieckSema: Add more tests for dll attributes on inline functions
2014-05-23 Nico RieckFix broken FileCheck prefix
2014-05-23 Nico RieckFix typo
2014-05-23 Nico RieckRemove unused CHECK lines
2014-05-23 Nico RieckFix broken FileCheck prefixes
2014-05-23 Jingyue WuAdd the extracted constant offset using GEP
2014-05-23 Lang Hames[RuntimeDyld] Remove relocation bounds check introduced...
2014-05-23 Ben LangmuirStopgap fix for finding module for a file mapped in...
2014-05-23 Manuel KlimekAdd the hasRangeInit() matcher for range-based for...
2014-05-23 Akira HatanakaTest case for r209489.
2014-05-23 Manuel KlimekMake dead return statement detection more robust agains...
2014-05-23 Manuel KlimekMake the ParentVector default to size 2.
2014-05-23 David BlaikieAdd FIXME comment based on code review feedback by...
2014-05-23 Rafael EspindolaConvert test to use FileCheck.
2014-05-23 Sylvestre Ledrurevert "r209526 List the function/method name in the...
2014-05-23 Sylvestre LedruList the function/method name in the index page of...
2014-05-23 Warren Hunt[MS-ABI] Silence warning from r209523
2014-05-23 Sylvestre LedruReplace system() by native perl calls
2014-05-23 Warren Hunt[MS-ABI] Implements MS-compatible RTTI
2014-05-23 Sergey Matveev[sanitizer] Make stack traces from dlclose()'d modules...
2014-05-23 Aaron BallmanTeach the table generated emitPseudoExpansionLowering...
2014-05-23 Marshall ClowFix bug 19840, where some tests were not testing what...
2014-05-23 Rafael EspindolaAliases are always definition, delete dead code.
2014-05-23 Rafael EspindolaDelete dead code.
2014-05-23 Kostya Serebryany[ubsan] temporary disable testing with -m32 as there...
2014-05-23 Kostya Serebryany[ubsan] handle long double in 32-bit mode; part of...
2014-05-23 Dario Domizioli[test] Force a triple in the pragma optimize test due...
2014-05-23 Daniel Sanders[mips] Work around inconsistency in llvm-mc's placement...
2014-05-23 Daniel Sanders[mips][mips64r6] t(eq|ge|lt|ne)i and t(ge|lt)iu are...
2014-05-23 Daniel Sanders[mips][mips64r6] [ls][dw][lr] are not available in...
2014-05-23 Nikola SmiljanicPR19352 - getLocation() points to the wrong position...
2014-05-23 Dario DomizioliImplemented support for "pragma clang optimize on/off...
2014-05-23 Kostya Serebryany[asan] fix a test following r209508
next