aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-22tidy upGabor Greif
2010-07-22add dyn_cast tests and beef up others a bitGabor Greif
2010-07-22fit in 80 columnsGabor Greif
2010-07-22use cascading operator-> featureGabor Greif
2010-07-22mass elimination of reliance on automatic iterator dereferencingGabor Greif
2010-07-22Increase the max physreg size. Patch by Pekka Jääskeläinen.Duncan Sands
2010-07-22simplifyGabor Greif
2010-07-22do not access arguments via low-level interface, do not multiply dereference ...Gabor Greif
2010-07-22pass dereferenced iterator to dyn_castGabor Greif
2010-07-22pass dereferenced iterator to dyn_castGabor Greif
2010-07-22use -> instead of (*).Gabor Greif
2010-07-22cache dereferenced iteratorGabor Greif
2010-07-22undo 80 column trespassing I causedGabor Greif
2010-07-22Mark an assert-only variable as used.Chandler Carruth
2010-07-22Fix the generated file name for CMake.Chandler Carruth
2010-07-22Add new RegionInfo pass.Tobias Grosser
2010-07-22Attempt to fix linking issues with CMake. Please review other CMake users,Chandler Carruth
2010-07-22Re-apply r109079 with fix.Evan Cheng
2010-07-22Revert r109079, which broke a lot of CodeGen tests.Owen Anderson
2010-07-22Update CMake files.Owen Anderson
2010-07-22Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner
2010-07-22Initialize RegLimit only when register pressure is being tracked.Evan Cheng
2010-07-22Custom lower the memory barrier instructions and add supportEric Christopher
2010-07-22Fix constant island pass's handling of tBR_JTr. The offset of the instruction...Evan Cheng
2010-07-22If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi...Lang Hames
2010-07-22lit: Add some example tests for previous commit.Daniel Dunbar
2010-07-2280-columns.Eric Christopher
2010-07-22Make fast isel win64-aware w.r.t. call-clobbered regsNate Begeman
2010-07-21More register pressure aware scheduling work.Evan Cheng
2010-07-21Add more 256-bit forms for a bunch of regular AVX instructionsBruno Cardoso Lopes
2010-07-21lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in theDaniel Dunbar
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-07-21Fixes win64. It was broken by a previous patch where I missed the !isWin64Rafael Espindola
2010-07-21Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson
2010-07-21For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach
2010-07-21add some rough support for making mcinst lowering work without anChris Lattner
2010-07-21First stab at updating the documentation for INITIALIZE_PASS().Owen Anderson
2010-07-21Baby steps towards ARM fast-isel.Eric Christopher
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-07-21Hack around extracts that aren't easy to process.Eric Christopher
2010-07-21tidy upJim Grosbach
2010-07-21Add missing AVX convert instructions. Those instructions are not described in...Bruno Cardoso Lopes
2010-07-21tidy up.Jim Grosbach
2010-07-2180 column and trailing whitespace cleanupJim Grosbach
2010-07-21Add some debug output to help diagnose PR7689.Dan Gohman
2010-07-21Fix a couple issues with Win64 ABINate Begeman
2010-07-21Add the INITIALIZE_PASS macro.Owen Anderson
2010-07-21Avoid AVX instructions to be selected instead of its SSE formBruno Cardoso Lopes
2010-07-21NamedMDNode is never an operand.Dan Gohman
2010-07-21Disallow null as a named metadata operand.Dan Gohman