summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make un-named values legible in certain vim configurations.Owen Anderson2010-07-29
* Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the...Nate Begeman2010-07-29
* Switch to using the LLVM CommandLine library so that our helpJohn McCall2010-07-29
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Comment typo.Dale Johannesen2010-07-29
* Revert r109652, and remove the offending assert in loadRegFromStackSlot instead.Jakob Stoklund Olesen2010-07-29
* CrashRecovery: Use ThreadLocal::erase() instead of set(0).Daniel Dunbar2010-07-29
* Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola2010-07-29
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-29
* COFFObjectWriter: Don't leak COFFSymbols and COFFSections.Benjamin Kramer2010-07-29
* Centralize the logic to permanently unify two instructions and make sureJohn McCall2010-07-29
* Diagnose non-structural differences in the case where blocks wereJohn McCall2010-07-29
* When unifying instructions during a block diff, actually complain aboutJohn McCall2010-07-29
* Somehow I was getting reasonable results for the test cases I was interestedJohn McCall2010-07-29
* Cache the result of errs() and implement formatted logging.John McCall2010-07-29
* Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall2010-07-29
* Make sure to include config.h, to pickup LLVM_ON_WIN32.Daniel Dunbar2010-07-29
* MC: Destroy Macro instances.Daniel Dunbar2010-07-29
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-29
* CrashRecoveryContext: Add a simple POSIX implementation.Daniel Dunbar2010-07-29
* Fix a bug in the -regalloc=fast handling of exotic two-address instruction withJakob Stoklund Olesen2010-07-29
* Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen2010-07-29
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-29
* Pass the queried value by argument rather than in a member, in preparation fo...Owen Anderson2010-07-28
* ARM mode version of r109693. Remove incorrect substitution pattern for UXTB16...Jim Grosbach2010-07-28
* Remove incorrect substitution pattern for UXTB16. It wrongly assumed the inpu...Jim Grosbach2010-07-28
* Remove dead prototypeJim Grosbach2010-07-28
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-28
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-28
* Add more doxygen comments for llvm::ThreadLocal.Owen Anderson2010-07-28
* Get rid of LVIQuery as a distinct data structure, so that we don't have to in...Owen Anderson2010-07-28
* Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.Dan Gohman2010-07-28
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-28
* Create a fixed stack object for varargs that is as large as any register.Jakob Stoklund Olesen2010-07-28
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* RegionInfo: Make sure to free cached nodes; Tobias, please check!Daniel Dunbar2010-07-28
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-28
* Regenerate.Eric Christopher2010-07-28
* Use a C++ compiler for the atomic builtin check since we'llEric Christopher2010-07-28
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-28
* Print out the regclass of any virtual registers used by a machine instruction.Jakob Stoklund Olesen2010-07-28
* Fix a warning from gcc-4.0 (from the ppc buildbot).Bob Wilson2010-07-28
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-28
* Unbreak my CMake build, say you'll compile for me again...Douglas Gregor2010-07-28
* Fix this code to avoid decrementing an iterator past the beginningDan Gohman2010-07-28
* When user code intentionally dereferences null, the alignment of theDan Gohman2010-07-28
* Do GEP offset calculations with unsigned math rather than signed mathDan Gohman2010-07-28
* Add some extra friend declarations to fix a gcc-4.0 compile error.Dan Gohman2010-07-28
* simplifyGabor Greif2010-07-28
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-28