platform/upstream/llvm.git
2013-02-11 Nico WeberFormatter: Detect ObjC message expressions after 'in...
2013-02-11 Evgeniy Stepanov[sanitizer] clang-format pass over scanf code.
2013-02-11 Evgeniy Stepanov[sanitizer] scanf: don't report stores that did not...
2013-02-11 Kostya Serebryany[asan] added a flag -mllvm asan-short-64bit-mapping...
2013-02-11 Tim NorthoverAArch64: fix build on some MSVC versions
2013-02-11 Bill SchmidtRestore the resurrected doc link previously deleted
2013-02-11 Evgeniy Stepanov[sanitizer] Remove an extra va_copy.
2013-02-11 Evgeniy Stepanov[sanitizer] Scanf parser improvements.
2013-02-11 Bill SchmidtRemove a dead PowerPC doc link
2013-02-11 Manuel KlimekGet rid of manual debug output, now that the test runne...
2013-02-11 Daniel JasperFix invalid formatting with spaces before trailing...
2013-02-11 Manuel KlimekFixes handling of empty lines in macros.
2013-02-11 Tim NorthoverAArch64: Simplify logic in deciding whether bfi is...
2013-02-11 Evgeniy Stepanov[msan] Lit tests for MemorySanitizer.
2013-02-11 Kostya Serebryany[tsan] added tsan-vs-gvn test
2013-02-11 Tim NorthoverAArch64: Add basic relocation processing for llvm-dwarf...
2013-02-11 Tim NorthoverAArch64: Undo change to how test was run
2013-02-11 Tobias Grosser[cmake] Make CLooG optional
2013-02-11 Tim NorthoverMake use of DiagnosticType to provide better AArch64...
2013-02-11 Cameron ZwarichAdd support for updating LiveIntervals to MachineBasicB...
2013-02-11 Cameron ZwarichUpdate SlotIndexes after updateTerminator() possibly...
2013-02-11 Cameron ZwarichFix some problems with the updating of SlotIndexes...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 Bill WendlingUpdate test to not fail with attribute groups.
2013-02-11 Bill WendlingFileCheck-ize the tests.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-11 Daniel JasperFix formatting of overloaded operator definitions.
2013-02-11 Manuel KlimekDo not use VariadicDynCastAllOfMatcher where VariadicAl...
2013-02-11 Evgeniy Stepanov[sanitizer] Fix line numbers in a sanitizer lit test.
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-11 Hal FinkelBBVectorize: Remove the linear searches from pair conne...
2013-02-11 Hal FinkelBBVectorize: Avoid linear searches within the load...
2013-02-11 Hal FinkelBBVectorize: isa/cast cleanup in getInstructionTypes
2013-02-11 Hal FinkelBBVectorize: Make the bookkeeping to support full cycle...
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-02-11 Evan ChengRemove unnecessary code.
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-10 Joel JonesSpelling correction
2013-02-10 Cameron ZwarichFix the unused but nearly correct method SlotIndexes...
2013-02-10 Cameron ZwarichAbstract the liveness checking in PHIElimination::Split...
2013-02-10 Bill WendlingAdd support in the bitcode reader to read the attribute...
2013-02-10 Bill WendlingThe 'Raw' method cannot handle 'string' attributes...
2013-02-10 Bill WendlingUpdate with attribute group IDs.
2013-02-10 Bill WendlingEat the alignment keyword if we're in an attribute...
2013-02-10 Bill WendlingAdd code for emitting the attribute groups.
2013-02-10 Bill WendlingAdd support for attribute groups in the value enumerator.
2013-02-10 Nico WeberFormatter: Remove now-unneeded code for formatting...
2013-02-10 Nico WeberFormatter: Add a test for multi-line ObjC dict literals.
2013-02-10 Nico WeberFormatter: Add another ObjC literal test.
2013-02-10 Nico WeberFormatter: Initial support for ObjC dictionary literals.
2013-02-10 Vincent LejeuneTest Commit - Remove some trailing whitespace in R600In...
2013-02-10 Bob WilsonUse -mno-implicit-float by default for kernel/kext...
2013-02-10 Bob WilsonDelete an extra blank line.
2013-02-10 Bob WilsonRecognize -mno-implicit-float option for x86 as well...
2013-02-10 Dmitri GribenkoUse static functions instead of an unnamed namespace
2013-02-10 Bill WendlingHandle string attributes in the AttrBuilder.
2013-02-10 Bill WendlingUse a 'continue' here to stop from double lexing.
2013-02-10 Bill WendlingAdd 'empty' query methods to the builder and use them...
2013-02-10 Cameron ZwarichAdd support for updating LiveIntervals to PHIEliminatio...
2013-02-10 Cameron ZwarichFix a typo.
2013-02-10 Cameron ZwarichRemove ancient references to 'atomic' phis in PHIElimin...
2013-02-10 Cameron ZwarichMake LiveVariables an instance variable of PHIElimination.
2013-02-10 Chris Lattnerok, ok, stop fighting type punning warnings by just...
2013-02-10 Chris Lattnerhopefully "really" fix a type punning warning by defini...
2013-02-10 Chris Lattnerattempt to defeat a gcc warning that is breaking a...
2013-02-10 Bill WendlingAdd accessor for the LLVMContext.
2013-02-10 Nico WeberReformat formatter code. No functionality change.
2013-02-10 Nico WeberFormatter: Detect ObjC array literals.
2013-02-10 Fariborz Jahanianobjective-C: Fixes a bogus warning due to not setting
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-02-09 Nico WeberFormatter: Add test for default arguments.
2013-02-09 Dmitri GribenkoFileCheck'ize tests
2013-02-09 Dmitri GribenkoFileCheck'ize a test
2013-02-09 Bill WendlingTEMPORARY SYNTAX CHANGE!
2013-02-09 Bill WendlingAdd a DenseMapInfo class for the AttributeSet.
2013-02-09 Dmitri GribenkoRemove unreachable statement
2013-02-09 Dmitri GribenkoComment parsing: use CharInfo.h
2013-02-09 Dmitri Gribenkolibclang: use CXCursor getters to simplify code
2013-02-09 Justin Holewinski[NVPTX] Make address space errors more explicit (llvm_u...
2013-02-09 Jakub StaszakSimplify code.
2013-02-09 Jakub StaszakRemove unneeded #includes.
2013-02-09 Jordan RoseRemove some stray uses of <ctype.h> functions.
2013-02-09 Chris LattnerThis is the correct version of r174802.
2013-02-09 Chris LattnerFix a nasty off-by one error that only manifests with...
2013-02-09 Ted KremenekQoI: -Wreadonly-iboutlet-property should have the warni...
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-09 Chris Lattnerrecommit r173072 (preparing bitstream reader to read...
2013-02-09 Jordan RoseRelease notes: mention support for Unicode and UCNs...
2013-02-09 Enrico GranataQuick fix for the libc++ std::map synthetic children...
2013-02-09 Douglas GregorEnsure that type definitions present in just-loaded...
2013-02-09 Jim InghamReworked the way Process::RunThreadPlan and the ThreadP...
2013-02-09 NAKAMURA Takumiclang/lib/StaticAnalyzer/Core/BugReporter.cpp: Appease...
2013-02-09 Jakub StaszakRemove trailing spaces.
2013-02-09 Jakub StaszakRemove unneeded #includes.
2013-02-09 Andrew TrickLSR IVChain improvement.
2013-02-09 Jordan RoseProperly validate UCNs for C99 and C++03 (both more...
2013-02-09 Anna Zaks[analyzer] Invalidation checker: move the "missing...
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-02-09 Manman RenDwarf: do not use line_table_start in at_stmt_list...
2013-02-09 Enrico GranataThe new progress bar mode was losing us information...
next