platform/upstream/llvm.git
2013-02-25 Eric ChristopherAdd forgotten testcase.
2013-02-25 Matt Beaumont-Gay'Hexadecimal' has two 'a's and only one 'i'.
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-25 Daniel JasperRe-add hack that caused regression.
2013-02-25 Howard HinnantAlexey Samsonov: #ifdefs out undefined function in...
2013-02-25 Edwin VaneAdding hasDeclaration overload for TemplateSpecializati...
2013-02-25 Edwin VaneSupport in hasDeclaration for types with getDecl()
2013-02-25 Chandler CarruthFix spelling noticed by Duncan.
2013-02-25 Chandler CarruthFix the root cause of PR15348 by correctly handling...
2013-02-25 Edwin VaneReverting r176019. Corrupt patch.
2013-02-25 Alexey Samsonov[Sanitizer] one more fix for signed/unsigned mismatch...
2013-02-25 Edwin VaneSupport in hasDeclaration for types with getDecl()
2013-02-25 Daniel JasperUpdate generated documentation after recent matcher...
2013-02-25 Daniel JasperAdd matcher for AccessSpecDecls.
2013-02-25 Alexey Samsonov[Sanitizer] fix signed/unsigned compare warnings in...
2013-02-25 Alexey Samsonov[TSan] Add interceptor for malloc_usable_size()
2013-02-25 Alexey Samsonov[TSan] remove temporary build directory in 'make clean...
2013-02-25 Ted Kremenek[analyzer] Relax assumption in FindLastStoreBRVisitor...
2013-02-25 Ted Kremenek[analyzer] add the notion of an "interesting" lvalue...
2013-02-25 Bill WendlingAdd more attributes from the command line to functions.
2013-02-25 Han Ming Ong<rdar://problem/13282582>
2013-02-25 Reed KotlerMake pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into...
2013-02-25 Dmitri GribenkoDocumentation: add an idea for a (weird) clang tool
2013-02-25 David BlaikieDIBuilder: support structs with vtable pointers in...
2013-02-25 David BlaikieUpdate Clang for a minor DIBuilder breaking change.
2013-02-24 Reed Kotler Make psuedo FEXT_T8I816_ins into a custom emitter.
2013-02-24 Aaron BallmanMoving initialization into the initializer list and...
2013-02-24 Dmitri GribenkoDocumentation: add an idea for an automatic refactoring
2013-02-24 Daniel JasperAllow breaking between a type and name in variable...
2013-02-24 Bill SchmidtFix PR14364.
2013-02-24 Shankar Easwaran[ELF][Hexagon] add _SDA_BASE_(absolute symbol pointing...
2013-02-24 Benjamin KramerAdd the testcase from PR13573, this used to crash.
2013-02-24 Benjamin KramerCVP: If we have a PHI with an incoming select, try...
2013-02-24 Benjamin KramerFix invalid IR in test, missing incoming value for...
2013-02-24 Shankar Easwaran[ELF] Change functions to virtual, in ExecutableAtoms
2013-02-24 Shankar Easwaran[ELF]Change name of runtime files, so that targets...
2013-02-24 Francois PichetTypo
2013-02-24 Ted Kremenek[analyzer] tracking stores/constraints now works for...
2013-02-24 Ted KremenekAdd "KnownSVal" to represent SVals that cannot be Unkno...
2013-02-24 Ted KremenekAdd regression test for serialized diagnostics for...
2013-02-24 Nadav RotemRevert r169638 because it broke Mesa llvmpipe tests.
2013-02-24 Reed KotlerMake psuedo FEXT_T8I816_ins a custom inserter. It shoul...
2013-02-24 Shankar Easwaran[ELF][Hexagon]add typeZeroFillFast
2013-02-24 Richard SmithPR15338: Don't assert if -fsanitize=bounds sees array...
2013-02-24 Cameron ZwarichAdd a use of an otherwise unused variable to remove...
2013-02-24 Cameron ZwarichTwoAddressInstructionPass::tryInstructionTransform...
2013-02-24 Cameron ZwarichTwoAddrInstructionPass::tryInstructionTransform() has...
2013-02-24 Argyrios Kyrtzidis[preprocessor] Use MacroDirective in the preprocessor...
2013-02-24 Argyrios KyrtzidisAdd comments for the MacroDirective & MacroInfo classes.
2013-02-24 Argyrios KyrtzidisIn Sema::InstantiateStaticDataMemberDefinition, pass...
2013-02-23 Reed KotlerAdd new base instruction def for cmpi, cmp, slt and...
2013-02-23 Cameron ZwarichTargetInstrInfo::commuteInstruction() doesn't actually...
2013-02-23 Daniel JasperBetter formatting of conditional expressions.
2013-02-23 Michael J.... [ELF][Writer] Add hash table.
2013-02-23 David BlaikieReference the canonical commit (r175462) in the value...
2013-02-23 David BlaikieDocument the value casting API changes.
2013-02-23 David BlaikiePrefer 'and' over '&' in comments.
2013-02-23 Benjamin KramerShrink SmallPtrSet. It gets swapped a lot which copies...
2013-02-23 Benjamin KramerAdd streamed versions of getQualifiedNameAsString.
2013-02-23 Renato GolinAdd global structure vectorization to docs
2013-02-23 Renato GolinSome more tests for the global structure vectorizer
2013-02-23 Enea ZaffanellaRemove data member MSAsmStmt::AsmLoc, wrongly hiding...
2013-02-23 Benjamin KramerX86: Disable cmov-memory patterns on subtargets without...
2013-02-23 Cameron ZwarichMake some fixes for LiveInterval repair with debug...
2013-02-23 Daniel JasperDon't recognize unnamed pointer parameters as casts.
2013-02-23 Daniel JasperAllow splitting between string literals and identifiers.
2013-02-23 Cameron ZwarichFix a bug with the LiveIntervals updating in the two...
2013-02-23 Cameron ZwarichMake TwoAddressInstructionPass::sink3AddrInstruction...
2013-02-23 Cameron ZwarichMake rescheduleMIBelowKill() and rescheduleKillAboveMI...
2013-02-23 Logan ChienImplement __builtin_eh_return_data_regno() for ARM...
2013-02-23 Greg Clayton<rdar://problem/13265297>
2013-02-23 NAKAMURA Takumiclang/AST/Decl.h: Add "raw_ostream.h" to appease msvc.
2013-02-23 Michael J.... [ELF][Writer] Add a PHDR program table entry for dynami...
2013-02-23 Reed KotlerExpand pseudos/macros for Selt. This is the last of...
2013-02-23 Richard Smithubsan: Emit bounds checks for array indexing, vector...
2013-02-23 Richard Smithubsan: Runtime handlers for array indexing checks.
2013-02-23 Jason MolendaFix a handful of remaining assumptions that thread...
2013-02-23 Enrico GranataThis should get clang/gcc decorators working
2013-02-23 Enrico GranataFixing issues in previous checkin - still figuring...
2013-02-23 Dmitri GribenkoRemove no-op code (since r175842)
2013-02-23 John McCallTest that attribute(availability) doesn't override...
2013-02-23 Enrico Granata<rdar://problem/12362092>
2013-02-23 Michael J.... [ELF][Writer] Add dynamic string and symbol table.
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2013-02-23 Michael GottesmanFixed a careless mistake.
2013-02-23 David BlaikieRemove the CFGElement "Invalid" state.
2013-02-23 Rafael EspindolaRemove the hack that avoided mangling static functions...
2013-02-23 Peter CollingbourneRevert r175912, "Add support for coldcc to clang" at...
2013-02-22 Eric ChristopherPropagate the split dwarf file information through...
2013-02-22 Eric ChristopherUse getSplitDebugFilename when constructing the skeleto...
2013-02-22 Eric ChristopherAdd a field to the compile unit of where we plan on...
2013-02-22 Eric ChristopherAdd a TODO and explain when we can get rid of the isMai...
2013-02-22 Eric ChristopherFormatting.
2013-02-22 Daniel Dunbar[docs] Rename Makefile.
2013-02-22 Nadav RotemSelectionDAG compile time improvement.
2013-02-22 Han Ming Ong<rdar://problem/13277100>
2013-02-22 Jim InghamCorrect the logic in DumpCommandHistory when the end...
2013-02-22 Jim InghamCall el_resize when the window size changes.
2013-02-22 Argyrios Kyrtzidis[libclang] Fix assertion hit when code-completing insid...
2013-02-22 Greg Clayton<rdar://problem/13190981>
next