aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2010-08-10Trailing whitespace.Mikhail Glushenkov
2010-08-07Roll back my last two commits, valgrind complains.Benjamin Kramer
2010-08-07A reference to the Timer's name is safe, it outlives the contents of the vector.Benjamin Kramer
2010-08-07Shrink PassNameParser's binary size with array_pod_sort.Benjamin Kramer
2010-08-07Remove layering violation.Owen Anderson
2010-08-07Add an inverse() method to ConstantRange.Owen Anderson
2010-08-07Delete this explicit assignment operator; it's equivalent toDan Gohman
2010-08-07Add a convenience constructor.Owen Anderson
2010-08-06Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola
2010-08-05remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif
2010-08-05Give ConstantRange an operator=Owen Anderson
2010-08-04Fix build of DataFlow.hTorok Edwin
2010-08-04Don't construct a std::string with a literal "".Dan Gohman
2010-08-04Don't print the filename twice in file-not-found errors.Dan Gohman
2010-08-03Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman
2010-07-29remove a layer of cruftGabor Greif
2010-07-28Support: Add CrashRecoveryContext helper object.Daniel Dunbar
2010-07-28we are supposed to only create proper CallSites from an instruction (esp. Cal...Gabor Greif
2010-07-27reintroduce original (asserting) semantics of CallSite(Instruction *II)Gabor Greif
2010-07-27remove bogus assert, use static_cast for additional checkingGabor Greif
2010-07-26Add a comment.Dan Gohman
2010-07-26Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman
2010-07-26MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer
2010-07-23Fix use-after-free error.Owen Anderson
2010-07-22Add new RegionInfo pass.Tobias Grosser
2010-07-21Use System/DataTypes.h instead of stdint.h, which isn't portable.Daniel Dunbar
2010-07-20Added support to MachO.h for many defines and structures that are neededGreg Clayton
2010-07-20Add the rest of the SHT_* values as defined in the System V ABIMatt Fleming
2010-07-20remove testing cruft, this can be found in unittests/Support/Casting.cpp nowGabor Greif
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-07-16Remove extraneous semicolons after member functionsDouglas Gregor
2010-07-16eliminate CallInst::ArgOffsetGabor Greif
2010-07-16A few more minor additions to ELF.h.Eli Friedman
2010-07-15remove some unneeded overloads that were causing Chris Lattner
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-14Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner
2010-07-13Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"Stephen Wilson
2010-07-12Simple format/style fixes.Stephen Wilson
2010-07-12Test commit.Stephen Wilson
2010-07-12Remove tab characters and 80-col.Eric Christopher
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson
2010-07-09Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman
2010-07-08remove unneeded parensGabor Greif
2010-07-07conditionalize on CallInst::ArgOffsetGabor Greif
2010-07-06Add X86_64 ELF relocation values and ELF64 relocation classes.Matt Fleming
2010-07-06Add some more ELF OSABI values as found in the System V ApplicationMatt Fleming
2010-07-06Provide IRBuilder conveniences for creating integer constants at common widths,John McCall