aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-281-0/+4
* Add some extra friend declarations to fix a gcc-4.0 compile error.Dan Gohman2010-07-282-0/+3
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-281-0/+82
* we are supposed to only create proper CallSites from an instruction (esp. Cal...Gabor Greif2010-07-281-2/+2
* Add a comment.Dan Gohman2010-07-281-0/+2
* Fill out the interface of DenseSet a bit.Owen Anderson2010-07-271-0/+6
* reintroduce original (asserting) semantics of CallSite(Instruction *II)Gabor Greif2010-07-271-0/+2
* remove bogus assert, use static_cast for additional checkingGabor Greif2010-07-271-5/+4
* make lookup failures not fatal.Chris Lattner2010-07-271-1/+6
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-273-27/+36
* In commit 91421, isPod was changed from false to true for these value handles.Duncan Sands2010-07-271-6/+0
* RegionInfo: Add getMaxRegionExit()Tobias Grosser2010-07-271-0/+6
* Add function to query RegionInfo about loops.Tobias Grosser2010-07-271-10/+33
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-271-14/+29
* Use AssertingVH for InsertedValues and InsertedPostIncValues, to verifyDan Gohman2010-07-271-3/+8
* Add a comment.Dan Gohman2010-07-261-0/+2
* re-commit r109220, the compile error has already been fixedGabor Greif2010-07-261-24/+0
* Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson2010-07-261-0/+4
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-261-0/+3
* MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer2010-07-261-1/+53
* Factored out a bit of common code to mark VNInfos for deletion.Lang Hames2010-07-261-0/+1
* Hook in GlobalMerge passAnton Korobeynikov2010-07-241-0/+6
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-07-241-4/+9
* add a new NullablePtr class which makes it more obvious in APIChris Lattner2010-07-241-0/+52
* Add an ILP scheduler. This is a register pressure aware scheduler that'sEvan Cheng2010-07-242-4/+12
* Fix use-after-free error.Owen Anderson2010-07-231-2/+2
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-231-0/+8
* Eliminate getCanonicalInductionVariableIncrement's last user andDan Gohman2010-07-231-6/+0
* Revert r109102 for now as it's causing JIT miscompilations.Eric Christopher2010-07-231-1/+1
* Revert 109220.Eric Christopher2010-07-231-0/+24
* Simplifying use_iterators by dereferencingGabor Greif2010-07-231-24/+0
* StringRef'icate.Mikhail Glushenkov2010-07-231-6/+2
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-235-54/+60
* give StringMap a new ctor which allows you to initialize itChris Lattner2010-07-231-0/+4
* modernize stringset interfaceChris Lattner2010-07-231-4/+3