platform/upstream/llvm.git
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-05 Chris Lattnerallow clients of SmallSet to specify their own comparis...
2012-01-05 Chandler CarruthRemove an unused variable.
2012-01-05 Chandler CarruthPrevent a DAGCombine from firing where there are two...
2012-01-05 Chandler CarruthCleanup and FileCheck-ize a test.
2012-01-05 Craig TopperMark scalar FMA4 instructions as ignoring the VEX.L...
2012-01-05 Victor UmanskyPeephole optimization of ptest-conditioned branch in...
2012-01-05 Eli Benderskytest commit (verifyiing commit access)
2012-01-05 Richard SmithPR10828: Produce a warning when a no-arguments function...
2012-01-05 Greg ClaytonBumped Xcode project versions for lldb-101 and debugser...
2012-01-05 Greg ClaytonAdded code in the Host layer that can report system...
2012-01-05 Eli FriedmanMore lambda work. Tweak the Sema interface slightly...
2012-01-05 Andrew TrickMinor postra scheduler cleanup. It could result in...
2012-01-05 Bill WendlingReplace the uint64_t -> double convertion algorithm...
2012-01-05 Sean CallananFixed a potential hang while trying to execute
2012-01-05 Chad Rosier[driver] Add support for passing -lazy_framework/-lazy_...
2012-01-05 Johnny ChenAdd comment explaining the default constructor (ArchSpe...
2012-01-05 Eli FriedmanChange casting slightly to avoid warnings about casting...
2012-01-05 Douglas GregorWhen we're performing name lookup for a tag, we still...
2012-01-05 Sean CallananFixed a dangling pointer bug associated with the
2012-01-05 Kostya Serebryany[asan] move {linux,mac}-specific code from asan_thread...
2012-01-05 Andrew Trickcomment cleanup
2012-01-05 Devang PatelDo not hard code asm variant number.
2012-01-05 Eli FriedmanMinor cleanup; no functional change.
2012-01-05 Kostya Serebryany[asan] implement our own /proc/self/maps reader and...
2012-01-05 Benjamin KramerFileCheck hygiene.
2012-01-05 Jakob Stoklund... Reapply r146997, "Heed spill slot alignment on ARM."
2012-01-05 Jakob Stoklund... Avoid reserving an ARM base pointer during register...
2012-01-05 Jakob Stoklund... Freeze reserved registers before starting register...
2012-01-05 Argyrios KyrtzidisSanity checks in SourceManager::getFileEntryForID(...
2012-01-05 John McCallThe value of a const weak variable is not an integer...
2012-01-05 Douglas GregorIf we already have a definition for a top-level module...
2012-01-05 Fariborz JahanianFixes a code gen bug for setter code for a property of
2012-01-05 Douglas GregorWhen generating includes for all of the headers we...
2012-01-04 Nick KledzikSupport more Atom attributes. Add more test cases...
2012-01-04 Anna Zaks[analyzer] Add another tests to taint tester.
2012-01-04 Anna Zaks[analyzer] Be less pessimistic about invalidation of...
2012-01-04 Anna Zaks[analyzer] Correct the error message in the testing...
2012-01-04 Ted KremenekRename attribute 'objc_suppress_autosynthesis' to ...
2012-01-04 Ted KremenekFix 80 col violations.
2012-01-04 Eli FriedmanFix test on Release builds.
2012-01-04 Douglas GregorStore the submodules of a module in source order, as...
2012-01-04 Fariborz JahanianTest case for my previous patch.
2012-01-04 Fariborz Jahanianobjc: When issuing warning for missing synthesis for
2012-01-04 Eli FriedmanAdd an APValue representation for the difference betwee...
2012-01-04 Dan GohmanGeneralize isSafeToSpeculativelyExecute to work on...
2012-01-04 Greg Clayton<rdar://problem/10507811>
2012-01-04 Chris Lattnerfix test on -Asserts builds.
2012-01-04 Chris Lattnerimplement rdar://10639962 by keeping track of increased...
2012-01-04 Ted KremenekAdd missing #endif in documentation.
2012-01-04 Fariborz JahanianSupport __has_attribute for objc_suppress_autosynthesis
2012-01-04 Marshall ClowImproved comment to explain why we can use __cxa_get_gl...
2012-01-04 Benjamin KramerSilence warnings of a mysterious compiler that still...
2012-01-04 Daniel DunbarDriver/Darwin: Remove a hack that avoided passing ...
2012-01-04 Sean CallananAdded logging to track when the IR interpreter
2012-01-04 Benjamin KramerSimplify more DenseMap.find users.
2012-01-04 Sean CallananAdded examples of commands that list and delete
2012-01-04 Douglas GregorAdd __has_feature(modules) to indicate when modules...
2012-01-04 Howard HinnantJust getting started on the personality routine. This...
2012-01-04 Benjamin KramerStringMap.find never points to an empty bucket or tombs...
2012-01-04 Eli FriedmanFix test so it doesn't depend on the host's calling...
2012-01-04 Benjamin KramerSimplify code. No functionality change.
2012-01-04 Sebastian Popadd polly.sh script
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2012-01-04 Akira HatanakaEnable -soft-float for MIPS.
2012-01-04 Sean CallananFixed the help text for raw commands like "expr"
2012-01-04 Sean CallananInstead of blindly printing a string when
2012-01-04 Douglas GregorImplement declaration merging for variables in disjoint...
2012-01-04 Douglas GregorImplement declaration merging for non-template function...
2012-01-04 Douglas GregorImplement declaration merging for typedefs loaded from...
2012-01-04 Marshall ClowBetter comment
2012-01-04 Benjamin KramerPenryn doesn't support sse4.2, don't enable it in the...
2012-01-04 David ChisnallRestore r147493 and remove the part of the test that...
2012-01-04 Nick LewyckyRemove pointless asserts.
2012-01-04 Nick LewyckyTeach instcombine all sorts of great stuff about shifts...
2012-01-04 Craig TopperAllow vector shuffle normalizing to use concat vector...
2012-01-04 Ted KremenekExtend ConditionBRVisitor to handle condition variable...
2012-01-04 Craig TopperImplement VECTOR_SHUFFLE canonicalizations during DAG...
2012-01-04 Douglas GregorDon't treat 'import' as a contextual keyword when we...
2012-01-04 Rafael EspindolaProcess attributes in explicit function template instan...
2012-01-04 Eli FriedmanAdd an explicit LambdaExprContext to Declarator, to...
2012-01-04 NAKAMURA Takumitest/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro...
2012-01-04 Akira HatanakaHave functions return structures smaller than 128-bit...
2012-01-04 Akira HatanakaRename immLUiOpnd.
2012-01-04 Akira Hatanaka- Define base classes for Jump-and-link instructions...
2012-01-04 Eli FriedmanFix messed-up indentation in r147515.
2012-01-04 Akira HatanakaHave getRegForInlineAsmConstraint return the correct...
2012-01-04 Eli FriedmanStub out the Sema interface for lambda expressions...
2012-01-04 Kostya Serebryany[asan] remove objdump-based tests in favour of much...
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2012-01-04 Evan ChengFor x86, canonicalize max
2012-01-04 Rafael EspindolaRevert r147493. It broke test/CodeGenObjC/constant...
2012-01-04 Kostya Serebryany[asan] one more test for asan instrumentation: (*a...
2012-01-04 Ted KremenekTeach the static analyzer to not treat XPC types as...
2012-01-04 Ted KremenekMinor code formatting cleanups.
2012-01-04 Fariborz JahanianIn non-gc, non-arc mode, property of 'Class' type
2012-01-03 Eli FriedmanGet rid of an unnecessary check; the AST for init-lists...
2012-01-03 Chris LattnerTurn a few more inline asm errors into "emitErrors...
2012-01-03 Chris Lattnergeneralize LLVMContext::emitError to take a twine inste...
2012-01-03 Ted KremenekEnhance UnixAPIChecker to also warn about zero-sized...
next