summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif2010-08-05
* Give ConstantRange an operator=Owen Anderson2010-08-05
* Fix build of DataFlow.hTorok Edwin2010-08-04
* Don't construct a std::string with a literal "".Dan Gohman2010-08-04
* Don't print the filename twice in file-not-found errors.Dan Gohman2010-08-04
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* remove a layer of cruftGabor Greif2010-07-29
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-28
* we are supposed to only create proper CallSites from an instruction (esp. Cal...Gabor Greif2010-07-28
* reintroduce original (asserting) semantics of CallSite(Instruction *II)Gabor Greif2010-07-27
* remove bogus assert, use static_cast for additional checkingGabor Greif2010-07-27
* Add a comment.Dan Gohman2010-07-26
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-26
* MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer2010-07-26
* Fix use-after-free error.Owen Anderson2010-07-23
* Add new RegionInfo pass.Tobias Grosser2010-07-22
* Use System/DataTypes.h instead of stdint.h, which isn't portable.Daniel Dunbar2010-07-21
* Added support to MachO.h for many defines and structures that are neededGreg Clayton2010-07-20
* Add the rest of the SHT_* values as defined in the System V ABIMatt Fleming2010-07-20
* remove testing cruft, this can be found in unittests/Support/Casting.cpp nowGabor Greif2010-07-20
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Remove extraneous semicolons after member functionsDouglas Gregor2010-07-16
* eliminate CallInst::ArgOffsetGabor Greif2010-07-16
* A few more minor additions to ELF.h.Eli Friedman2010-07-16
* remove some unneeded overloads that were causing Chris Lattner2010-07-15
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner2010-07-14
* Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"Stephen Wilson2010-07-13
* Simple format/style fixes.Stephen Wilson2010-07-12
* Test commit.Stephen Wilson2010-07-12
* Remove tab characters and 80-col.Eric Christopher2010-07-12
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-09
* remove unneeded parensGabor Greif2010-07-08
* conditionalize on CallInst::ArgOffsetGabor Greif2010-07-07
* Add X86_64 ELF relocation values and ELF64 relocation classes.Matt Fleming2010-07-06
* Add some more ELF OSABI values as found in the System V ApplicationMatt Fleming2010-07-06
* Provide IRBuilder conveniences for creating integer constants at common widths,John McCall2010-07-06
* Provide an abstraction to save and restore the current insertion point ofJohn McCall2010-07-06
* Fix typo 'getter' where 'setter' was intended.Nick Lewycky2010-07-06
* Remove stray comma.Daniel Dunbar2010-07-01
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-01
* reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make...Gabor Greif2010-07-01
* fit in 80 colsChris Lattner2010-06-26
* Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer2010-06-25
* Add overloads for getFile and getFileOrSTDIN which take a const char *Dan Gohman2010-06-24
* Add a comment explaining a non-obvious API.Dan Gohman2010-06-22