aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert r110396 to fix buildbots.Owen Anderson2010-08-0631-104/+120
* Remove unused AVX intrinsicsBruno Cardoso Lopes2010-08-061-52/+0
* Make AA private, since subclasses shouldn't (aren't don't) access it directly.Dan Gohman2010-08-051-0/+3
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-0531-120/+104
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-054-104/+91
* Revert my last commit, apparently it's a runtime issue.Eric Christopher2010-08-051-0/+2
* Remove unnecessary include.Eric Christopher2010-08-051-2/+0
* remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif2010-08-052-27/+4
* Give ConstantRange an operator=Owen Anderson2010-08-051-0/+6
* Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen2010-08-052-5/+2
* Delete obsolete comments.Dan Gohman2010-08-041-6/+0
* Add a missing function.Torok Edwin2010-08-041-0/+1
* Fix build of DataFlow.hTorok Edwin2010-08-041-1/+1
* Don't construct a std::string with a literal "".Dan Gohman2010-08-041-2/+2
* Don't print the filename twice in file-not-found errors.Dan Gohman2010-08-041-4/+2
* Fix a comment typo and add more 256-bit intrinsicsBruno Cardoso Lopes2010-08-041-1/+90
* Remove PointerAccessInfo, which nothing was using.Dan Gohman2010-08-031-17/+2
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-034-40/+50
* Add support for getting & setting the FPSCR application register on ARM when ...Nate Begeman2010-08-031-0/+14
* Add an atomic lowering passPeter Collingbourne2010-08-032-0/+7
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-033-9/+8
* Support x86 AVX 256-bit instruction intrinsics. Right now support all of them...Bruno Cardoso Lopes2010-08-031-0/+344
* Update some comments.Dan Gohman2010-08-031-6/+6
* Introduce a symbolic constant for ~0u for use with AliasAnalysis.Dan Gohman2010-08-031-1/+6
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-031-0/+5
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-022-8/+23
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-022-0/+8
* Add explicit constructors. Patch by Renato Golin.Devang Patel2010-08-021-0/+11
* Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, althoughDaniel Dunbar2010-08-011-0/+24
* doxygenize argument accessorsGabor Greif2010-07-311-0/+10
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-311-1/+2
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-311-1/+1
* Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling2010-07-302-1/+8
* Move MaximumAlignment to be a member of the Value class.Dan Gohman2010-07-301-4/+4
* LibCallAliasAnalysis uses multiple inheritance, so it needs to implementNick Lewycky2010-07-301-0/+10
* Fix the ValueMap copy constructor. The issue is that the map keys are valueDuncan Sands2010-07-301-1/+6
* remove a layer of cruftGabor Greif2010-07-291-9/+3
* Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.Nate Begeman2010-07-291-0/+4
* Grammar.Eric Christopher2010-07-291-2/+2
* Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the...Nate Begeman2010-07-291-0/+11
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-292-3/+7
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-292-5/+6
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-292-23/+3
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-292-3/+23
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-281-0/+4
* Add more doxygen comments for llvm::ThreadLocal.Owen Anderson2010-07-281-0/+9
* Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.Dan Gohman2010-07-282-4/+4
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-281-4/+3
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-282-0/+79
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-281-0/+1