aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-10Fix coding styleDmitri Gribenko
2013-01-10Unbreak tests after regression from r172081.Jakub Staszak
2013-01-10Add basic fix-its to SMDiagnostic.Jordan Rose
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose
2013-01-10TableGen: record anonymous instantiations of classes.Jordan Rose
2013-01-10Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen
2013-01-10Fix Alias BugDavid Greene
2013-01-10LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem
2013-01-10Remove locale-dependence of enum mangling and use existing function.Tim Northover
2013-01-10Make TableGen mangle operand method names before putting in enum.Tim Northover
2013-01-10Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly
2013-01-10Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly
2013-01-10docs: fix broken link.Sean Silva
2013-01-10Signal.h: Add <cstdio> for FILE*, since r171989.NAKAMURA Takumi
2013-01-10[ObjCARC Debug Message] Added debug message when we convert an autorelease in...Michael Gottesman
2013-01-10Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor
2013-01-10Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor
2013-01-10Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen
2013-01-10Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren
2013-01-10[Object][Archive] Fix name handling with bsd style long names.Michael J. Spencer
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-10[Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.Michael J. Spencer
2013-01-09Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling
2013-01-09[Object][Archive] Use uint64_t instead of APInt. It is significantly faster.Michael J. Spencer
2013-01-09Fix description of ARMOperandJoel Jones
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09Disable -Wuninitialized for gccDavid Greene
2013-01-09Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis
2013-01-09[ObjCARC Debug Messages] This is a squashed commit of 3x debug message commit...Michael Gottesman
2013-01-09Don't print bundle flags.Jakob Stoklund Olesen
2013-01-09Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen
2013-01-09LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer
2013-01-09Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-09add hexagon flags in ELF.hShankar Easwaran
2013-01-09For some LLVM-as-library uses it is convenient to create aDavid Tweed
2013-01-09Configure: if we compile with clang, check that it is not brokenDmitri Gribenko
2013-01-09Check whether MCInst operand isImm before calling getImm.Tim Northover
2013-01-09Refactor to expose RTLIB calls to targets.Tim Northover
2013-01-09Incrase the number of parameters for AlignedCharArrayUnion.Manuel Klimek
2013-01-09Alter the hasing computation when inserting into the folding set.Bill Wendling
2013-01-09add -march to the testNadav Rotem
2013-01-09tblgen: use an early return to reduce indentation.Sean Silva
2013-01-09Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem
2013-01-09tblgen: Factor out common code.Sean Silva
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-09[Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi
2013-01-09TableGen/LangRef: link bang operators into the productionlistSean Silva