aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-06typoNadav Rotem
2013-04-06Remove last use of InMemoryStruct from MachOObjectFile.cpp.Rafael Espindola
2013-04-06Don't use InMemoryStruct<macho::SymtabLoadCommand>.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getSymbol64TableEntry.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getSymbolTableEntry.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getRelocation.Rafael Espindola
2013-04-06Dwarf: use utostr on CUID to append to SmallString.Manman Ren
2013-04-05Removed trailing whitespace.Michael Gottesman
2013-04-05R600/SI: Add support for buffer stores v2Tom Stellard
2013-04-05R600/SI: Use same names for corresponding MUBUF operands and encoding fieldsTom Stellard
2013-04-05R600: Add RV670 processorTom Stellard
2013-04-05R600/SI: Add processor types for each SI variantTom Stellard
2013-04-05R600/SI: Avoid generating S_MOVs with 64-bit immediates v2Tom Stellard
2013-04-05Enable early if conversion on PPCHal Finkel
2013-04-05Correct the PPC A2 misprediction penaltyHal Finkel
2013-04-05An objc_retain can serve as a use for a different pointer.Michael Gottesman
2013-04-05Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman
2013-04-05Reapply r178845 with fix - Fix bug in PEI's virtual-register scavengingHal Finkel
2013-04-05Use the target options specified on a function to reset the back-end.Bill Wendling
2013-04-05Revert r178845 - Fix bug in PEI's virtual-register scavengingHal Finkel
2013-04-05Tidy up a bit. No functional change.Jim Grosbach
2013-04-05Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang
2013-04-05[mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builderAkira Hatanaka
2013-04-05<rdar://problem/13551789> Fix a race in the LockFileManager.Douglas Gregor
2013-04-05<rdar://problem/13551789> Fix yet another race in unique_file.Douglas Gregor
2013-04-05[Support][FileSystem] Fix identify_magic for big endian ELF.Michael J. Spencer
2013-04-05Move yaml2obj to tools too.Rafael Espindola
2013-04-05Define versions of Section that are explicitly marked as little endian.Rafael Espindola
2013-04-05Added two debug logging messages to VisitInstructionsTopDown to match VisitIn...Michael Gottesman
2013-04-05Don't use InMemoryStruct in getSection and getSection64.Rafael Espindola
2013-04-05Cleaned up whitespace and made debug logging less verbose.Michael Gottesman
2013-04-05Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov
2013-04-05Reverting 178851 as it broke buildbotsRenato Golin
2013-04-05[ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier
2013-04-05[Support] Disable assertion dialogs from the MSVC debug CRTReid Kleckner
2013-04-05Use ScalarBitSetTraits.Rafael Espindola
2013-04-05Fix include guards to match new location.Rafael Espindola
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola
2013-04-05Enable JIT/MCJIT unit tests for targets with JIT support.Jyotsna Verma
2013-04-05Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov
2013-04-05Add a basic test for llvm-symbolizer toolAlexey Samsonov
2013-04-05Buildbot fix for r178851: mistake was in wrong TargetRegisterInfo::getRegClas...Stepan Dyatkovskiy
2013-04-05Add obj2yaml to test dependenciesAlexey Samsonov
2013-04-05Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy
2013-04-05Add a SchedMachineModel for the PPC G5Hal Finkel
2013-04-05The ppc bots say this is the last broken line, so lets try one more :-(Rafael Espindola
2013-04-05Add a SchedMachineModel for the PPC A2Hal Finkel
2013-04-05One more try before I just delete the macho bits until tomorrow.Rafael Espindola
2013-04-05Fix bug in PEI's virtual-register scavengingHal Finkel