platform/upstream/llvm.git
2013-04-08 Eli BenderskyRewrite test/Integer tests to use FileCheck instead...
2013-04-08 DeLesley HutchinsThread safety analysis: turn on checking within lock...
2013-04-08 Eli BenderskyRewrite test/ExecutionEngine tests to use FileCheck...
2013-04-08 Fariborz Jahanianfixes a typo in my last patch.
2013-04-08 Howard HinnantChange <cwchar> and <cstring> to look out for flags...
2013-04-08 Chris LattnerIn the comparison, both clang and GCC are popular and...
2013-04-08 Fariborz Jahaniandoce parsing: adding few more headerdoc tags.
2013-04-08 Matt ArsenaultUpdate documentation.
2013-04-08 Douglas Gregor<rdar://problem/13540921> Cope with instantiations...
2013-04-08 Eli BenderskyRewrite test/Verifier tests to use FileCheck instead...
2013-04-08 Douglas Gregor<rdar://problem/13540921> Cope with deduced 'auto'...
2013-04-08 Ted KremenekTweak warning text for nil value in ObjC container...
2013-04-08 Arnold SchwaighoferX86 cost model: Model cost for uitofp and sitofp on...
2013-04-08 Alexander Potapenko[libsymbolized] If we can't find an address in the...
2013-04-08 Chad RosierTest case for r179030.
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
2013-04-08 Douglas Gregor<rdar://problem/12806802> Propagate access specifiers...
2013-04-08 Daniel JasperAdd matcher for NamespaceDecls.
2013-04-08 Hal FinkelGenerate PPC early conditional returns
2013-04-08 Alexey SamsonovDWARF parser: remove duplicated code and fix code style...
2013-04-08 Evgeniy Stepanov[msan] Interceptors for pipe2 and socketpair.
2013-04-08 Rafael EspindolaAdd all 4 MachO object types. Use the stored type to...
2013-04-08 Vincent LejeuneR600: Control Flow support for pre EG gen
2013-04-08 Sebastian PopIndependentBlocks: translate out of SSA all uses escapi...
2013-04-08 Sebastian PopSCEVCodegen should not run createIndVarSimplifyPass
2013-04-08 Daniel JasperRemove outdated part of help message.
2013-04-08 Daniel JasperRevert accidental commit r179015.
2013-04-08 Daniel Jasperx
2013-04-08 Chandler CarruthSimplify the quoting here. Our lit emulator doesn't...
2013-04-08 Evgeniy Stepanov[msan] Intercept glob().
2013-04-08 Chandler CarruthRemove a global 'endl' variable from the other file...
2013-04-08 Chandler CarruthClean up namespaces in obj2yaml.cpp.
2013-04-08 Evgeniy Stepanov[tsan] Fix build.
2013-04-08 Kostya Serebryany[sanitizer] Fix boundary condition in LargeMmapAllocato...
2013-04-08 Tim NorthoverAdd ACLE link to ARM documentation sections
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-04-08 Chandler CarruthCleanup the formatting of obj2yaml.cpp.
2013-04-08 Chandler CarruthDon't define our own global 'endl' variable. While...
2013-04-08 Evgeniy Stepanov[msan] Intercept time().
2013-04-08 Benjamin KramerARM: Remove unused variable.
2013-04-07 Hal FinkelCleanup and improve PPC fsel generation
2013-04-07 Arnold SchwaighoferTargetLowering: Fix getTypeConversion handling of exten...
2013-04-07 Rafael EspindolaMake MachOObjectFile independent from MachOObject.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getData directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::is64Bit directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeaderSize directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Jakob Stoklund... Implement LowerCall_64 for the SPARC v9 64-bit ABI.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeaderSize and MachOObjec...
2013-04-07 Rafael EspindolaRemove LoadCommandInfo now that we always have a pointe...
2013-04-07 Rafael EspindolaAdd MachOObjectFile::LoadCommandInfo.
2013-04-07 Rafael EspindolaUse getLoadCommandInfo instead of MachOObj->getLoadComm...
2013-04-07 Rafael EspindolaConstruct MachOObject in MachOObjectFile's constructor.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-07 Rafael EspindolaRemove MachOObjectFile::getObject.
2013-04-07 Rafael EspindolaRemove two uses of getObject.
2013-04-07 Rafael EspindolaRemove usage of InMemoryStruct in getSymbol.
2013-04-07 Hal FinkelPPC Altivec load/store intrinsics can be marked IntrRea...
2013-04-07 Hal FinkelPPC rotate instructions don't have unmodeled side effcts
2013-04-07 Rafael EspindolaRemove a use of InMemoryStruct in llvm-readobj.
2013-04-07 Rafael EspindolaMake getObject const. Remove a const_cast.
2013-04-07 Rafael EspindolaRemove last use of InMemoryStruct in llvm-objdump.
2013-04-07 Hal FinkelMost PPC M[TF]CR instructions do not have side effects
2013-04-07 Rafael EspindolaRemove dead code.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-07 Benjamin KramerSema: Don't crash when trying to emit a warning for...
2013-04-07 Chandler CarruthFix PR15674 (and PR15603): a SROA think-o.
2013-04-07 Hal FinkelPPC pre-increment load instructions do not have side...
2013-04-07 Hal FinkelPPC pre-increment load instructions do not have side...
2013-04-07 Hal FinkelPPC MCRF instruction does not have side effects
2013-04-07 Hal FinkelPPC FMR instruction does not have side effects
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-04-07 Reid Kleckner[cmake] Avoid rel+asserts warnings when passing -UNDEBUG
2013-04-06 Jakob Stoklund... Implement LowerReturn_64 for SPARC v9.
2013-04-06 Jakob Stoklund... SPARC v9 stack pointer bias.
2013-04-06 Jason MolendaCache the VM page size that we get from task_vm_info...
2013-04-06 Hal FinkelImplement PPCInstrInfo::FoldImmediate
2013-04-06 Hal FinkelPPC ISEL is a select and never has side effects
2013-04-06 Hal FinkelAdd a comment to TargetInstrInfo about FoldImmediate
2013-04-06 Jakob Stoklund... Complete formal arguments for the SPARC v9 64-bit ABI.
2013-04-06 Jason MolendaAdd optional LOG_TASK logging for MachVMMemory::PageSiz...
2013-04-06 Jason MolendaAdd optional LOG_TASK logging for MachVMMemory::PageSiz...
2013-04-06 Jason MolendaUpdate MachVMMemory::PageSize to get the page size...
2013-04-06 Richard SmithRemove nondeterminism introduced in r178950.
2013-04-06 Jason MolendaChange the default of 'platform.plugin.darwin-kernel...
2013-04-06 Richard SmithWhen an internal-linkage function or variable is declar...
2013-04-06 Nadav Rotemtypo
2013-04-06 Rafael EspindolaRemove last use of InMemoryStruct from MachOObjectFile...
2013-04-06 Rafael EspindolaDon't use InMemoryStruct<macho::SymtabLoadCommand>.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbol64TableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbolTableEntry.
2013-04-06 Jordan Rose[analyzer] When creating a trimmed graph, preserve...
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getRelocation.
2013-04-06 Argyrios Kyrtzidis[objcmt] Fix a mishandled conversion to objc directory...
2013-04-06 Manman RenDwarf: use utostr on CUID to append to SmallString.
2013-04-06 Michael J.... Add VTune as an optional external dependency and add...
2013-04-06 Douglas Gregor<rdar://problem/13325066> Destroy std::initializer_list...
2013-04-06 Anna Zaks[analyzer] Shorten the malloc checker’s leak message
2013-04-06 Ted KremenekRework how ObjC method inherit deprecated/availability.
2013-04-06 Jim InghamDon't call DisableBreakpointSite (i.e. don't try to...
next