platform/upstream/llvm.git
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>
2013-02-22 Fariborz Jahanianobjective-C arg: provide fixit support when
2013-02-22 Jim InghamThe thread plans run before the event is broadcast...
2013-02-22 Bill WendlingUpdate tests so that we don't test for function-only...
2013-02-22 Akira Hatanaka[mips] Emit call16 operator instead of got_disp. The...
2013-02-22 Benjamin KramerDriver: Pass down the -march setting down to -cc1as...
2013-02-22 Bill WendlingMake sure we apply attributes to correct places.
2013-02-22 Daniel MaleaMark last known Linux failure as XFAIL to see if there...
2013-02-22 Eric ChristopherSplit out the command handling for split debug info...
2013-02-22 Enrico GranataIf we crash while making a Python summary, the crash...
2013-02-22 Peter CollingbourneFix test by matching movaps instead of AVX-only vmovaps
2013-02-22 Jordan Rose[analyzer] Don't canonicalize the RecordDecl used in...
2013-02-22 Peter CollingbourneAdd support for coldcc to clang
2013-02-22 Peter Collingbournex86_64: designate most general purpose and SSE register...
2013-02-22 Peter CollingbourneRevert "Test commit"
2013-02-22 Peter CollingbourneTest commit
2013-02-22 Benjamin KramerAn Optional<T> is pod-like if the inner type is.
2013-02-22 Argyrios Kyrtzidis[preprocessing record] Have the MacroDefinitions map...
2013-02-22 Benjamin KramerReplace some typically large vectors with SmallVector.
2013-02-22 Pete CooperRemove unused CHECK lines copied from another test
2013-02-22 Shankar Easwaransort quickdata for the hexagon target
2013-02-22 Rafael EspindolaMake sure pragmas don't attach visibility attributes...
2013-02-22 David BlaikieSuppress -Wswitch to unbreak the build.
2013-02-22 Shankar Easwaranadd changes for typeDataFast
2013-02-22 Michael Han[Sema] Semantic analysis for empty-declaration and...
2013-02-22 Renato GolinMore tests to global struct vectorizer
2013-02-22 Benjamin KramerUse raw_ostream::indent, update comment.
2013-02-22 Benjamin KramerPush the raw_ostream through the template diffing code.
2013-02-22 Benjamin KramerStreamify FormatASTNodeDiagnosticArgument.
2013-02-22 Benjamin KramerStreamify getNameForDiagnostic and remove the string...
2013-02-22 Reid Kleckner[Sanitizer] Add a test for the fast unwinder
2013-02-22 Dmitri GribenkoComment parsing: add CommentOptions to allow specifying...
2013-02-22 Benjamin KramerStmtPrinter: Directly print types to the stream instead...
2013-02-22 Timur IskhodzhanovFix MergeFunctionDecl implicit CC for static methods.
2013-02-22 Benjamin Kramerscan-build: Remove debug print.
2013-02-22 Pekka JaaskelainenMade it more explicit that the self-referential llvm...
2013-02-22 Michel DanzerR600/SI: Add pattern for sign extension of i1 to i32.
2013-02-22 Michel DanzerR600/SI: Add pattern for logical or of i1 values.
2013-02-22 Michel DanzerR600/SI: Add pattern for fceil.
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-22 Evgeniy Stepanov[msan] MSanDR: initial commit.
2013-02-22 Richard SmithC++11 status page:
2013-02-22 Bill WendlingUse attributes references on call/invoke instructions.
2013-02-22 Richard SmithDon't crash if we try to apply 'alignas' to a variable...
2013-02-22 Richard SmithDon't accidentally and silently accept C++11 attributes...
2013-02-22 Bill WendlingUpdate to use references to attribute groups instead...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-22 Richard SmithPer the grammar in [dcl.dcl]p1, a simple-declaration...
2013-02-22 Richard SmithHandle alignas(foo...) pack expansions.
2013-02-22 Tobias GrosserSupport: clang-format
2013-02-22 Jason MolendaRemove unintended comment.
2013-02-22 Tobias GrosserCodeGen: clang-format
2013-02-22 Kostya Serebryany[asan] move the .preinit_array hack into a separate...
next