Use a scheme closer to that of GNU as when deciding the type of a
[oota-llvm.git] / lib /
2013-04-10 Peter CollingbourneUse a scheme closer to that of GNU as when deciding...
2013-04-10 Rafael EspindolaTemplate MachOObjectFile over endianness too.
2013-04-10 Vincent LejeuneR600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when...
2013-04-10 Tim NorthoverARM: Make "SMC" instructions conditional on new TrustZo...
2013-04-10 Joey GoulyChange CloneFunctionInto to always clone Argument attri...
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-04-10 Christian KonigR600/SI: adjust writemask to only the used components
2013-04-10 Christian KonigR600/SI: remove image sample writemask
2013-04-10 Hal FinkelCleanup PPCInstrInfo::DefinesPredicate
2013-04-10 Tobias GrosserRegionInfo: Add helpers to replace entry/exit recursively
2013-04-10 Hal FinkelPPC: Prep for if conversion of bctr[l]
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-10 Evan Cheng__sincosf_stret returns sinf / cosf in bits 0:31 and...
2013-04-10 Andrew TrickGeneralize the PassConfig API and remove addFinalizeReg...
2013-04-09 Jack CarterMips specific inline asm operand modifier 'D'
2013-04-09 Hal FinkelAllow PPC B and BLR to be if-converted into some predic...
2013-04-09 Bob WilsonFix some comment typos.
2013-04-09 Chad RosierCleanup. No functional change intended.
2013-04-09 Chad RosierCleanup. No functional change intended.
2013-04-09 Rafael EspindolaRemove unused method and default values.
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chandler CarruthRationalize the formatting of these case labels. Having...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Eric ChristopherThe .dwo section shouldn't contain the unrelocated...
2013-04-09 Hal FinkelCleanup PPCEarlyReturn
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-09 Benjamin KramerDAGCombiner: Fold a shuffle on CONCAT_VECTORS into...
2013-04-09 Hal FinkelUse virtual base registers on PPC
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-09 Alexey SamsonovDWARF parser: Fix DWARF-2/3 incompatibility: size of...
2013-04-09 Jakob Stoklund OlesenExtract a function.
2013-04-09 Nadav RotemRevert 179071 because it is not the right way to suppor...
2013-04-09 Jakob Stoklund OlesenCompute correct frame sizes for SPARC v9 64-bit frames.
2013-04-09 Rafael EspindolaMore uses for SymbolTableEntryBase.
2013-04-09 Rafael EspindolaAdd a SymbolTableEntryBase.
2013-04-08 Rafael EspindolaAdd a SectionBase struct.
2013-04-08 Nadav Rotemc++ new operators are not malloc-like functions because...
2013-04-08 NAKAMURA TakumiInstructionSimplify.cpp: Fix a ligature, "fi", to get...
2013-04-08 Shuxin YangRedo the fix Benjamin Kramer committed in r178793 about...
2013-04-08 Rafael EspindolaTemplate the MachO types over the word size.
2013-04-08 Rafael EspindolaRemove is64BitLoadCommand.
2013-04-08 Arnold SchwaighoferX86 cost model: Model cost for uitofp and sitofp on...
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
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 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 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-04-08 Benjamin KramerARM: Remove unused variable.
2013-04-07 Hal FinkelCleanup and improve PPC fsel generation
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 OlesenImplement 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 Hal FinkelPPC rotate instructions don't have unmodeled side effcts
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 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-06 Jakob Stoklund OlesenImplement LowerReturn_64 for SPARC v9.
2013-04-06 Jakob Stoklund OlesenSPARC v9 stack pointer bias.
2013-04-06 Hal FinkelImplement PPCInstrInfo::FoldImmediate
2013-04-06 Hal FinkelPPC ISEL is a select and never has side effects
2013-04-06 Jakob Stoklund OlesenComplete formal arguments for the SPARC v9 64-bit ABI.
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 Rafael EspindolaDon't use InMemoryStruct in getRelocation.
2013-04-06 Manman RenDwarf: use utostr on CUID to append to SmallString.
2013-04-05 Michael GottesmanRemoved trailing whitespace.
2013-04-05 Tom StellardR600/SI: Add support for buffer stores v2
2013-04-05 Tom StellardR600/SI: Use same names for corresponding MUBUF operand...
2013-04-05 Tom StellardR600: Add RV670 processor
2013-04-05 Tom StellardR600/SI: Add processor types for each SI variant
2013-04-05 Tom StellardR600/SI: Avoid generating S_MOVs with 64-bit immediates v2
2013-04-05 Hal FinkelEnable early if conversion on PPC
2013-04-05 Hal FinkelCorrect the PPC A2 misprediction penalty
2013-04-05 Michael GottesmanAn objc_retain can serve as a use for a different pointer.
2013-04-05 Michael GottesmanProperly model precise lifetime when given an incomplet...
2013-04-05 Hal FinkelReapply r178845 with fix - Fix bug in PEI's virtual...
2013-04-05 Bill WendlingUse the target options specified on a function to reset...
next