aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some debug output to help diagnose PR7689.Dan Gohman2010-07-211-0/+3
* Fix a couple issues with Win64 ABINate Begeman2010-07-212-6/+3
* Add the INITIALIZE_PASS macro.Owen Anderson2010-07-211-0/+2
* Avoid AVX instructions to be selected instead of its SSE formBruno Cardoso Lopes2010-07-211-1/+1
* NamedMDNode is never an operand.Dan Gohman2010-07-211-1/+1
* Disallow null as a named metadata operand.Dan Gohman2010-07-2111-40/+20
* Use System/DataTypes.h instead of stdint.h, which isn't portable.Daniel Dunbar2010-07-211-1/+1
* Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodesDan Gohman2010-07-212-8/+8
* Tidy.Dan Gohman2010-07-211-4/+1
* Move the smarts of AnalysisGroup registration into PassRegistry.Owen Anderson2010-07-213-40/+38
* Delete an obsolete comment.Dan Gohman2010-07-211-2/+1
* strip out the 2.7 release notes, this really is the 2.8 release notesChris Lattner2010-07-211-507/+27
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-212-6/+28
* appease ValidatorGabor Greif2010-07-211-1/+1
* add info on operand rotationGabor Greif2010-07-211-0/+9
* Pulling out previous patch, must've run the tests inEric Christopher2010-07-213-40/+3
* Lower MEMBARRIER on x86 and support processors without SSE2.Eric Christopher2010-07-213-3/+40
* Changed OStream templates to functions on raw_ostream, removed the unused "re...Lang Hames2010-07-212-51/+25
* Add AVX only vzeroall and vzeroupper instructionsBruno Cardoso Lopes2010-07-213-2/+18
* restore aestheticsGabor Greif2010-07-211-24/+24
* Teach bottom up pre-ra scheduler to track register pressure. Work in progress.Evan Cheng2010-07-217-42/+306
* Turn this test on again after the llvm-gcc change in r108986.Eric Christopher2010-07-211-2/+1
* Update this to use a "valid" alignment.Eric Christopher2010-07-211-2/+2
* Add new AVX vpermilps, vpermilpd and vperm2f128 instructionsBruno Cardoso Lopes2010-07-213-0/+179
* Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp...Bruno Cardoso Lopes2010-07-214-11/+109
* Give MDNode printing has access to the current Module in moreDan Gohman2010-07-201-39/+62
* Change the createSpiller interface to take a MachineFunctionPass argument.Jakob Stoklund Olesen2010-07-206-60/+64
* Make this code a little more readable.Dan Gohman2010-07-201-2/+4
* Use DebugLocs instead of MDNodes.Dan Gohman2010-07-201-32/+27
* Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson2010-07-204-45/+39
* Add new AVX vextractf128 instructionsBruno Cardoso Lopes2010-07-203-0/+26
* Fix a typo.Dan Gohman2010-07-201-1/+1
* Don't look up the "dbg" metadata kind by name.Dan Gohman2010-07-203-15/+14
* make asmprinter optional, even though passing in null will cause things to ex...Chris Lattner2010-07-202-13/+14
* Added support to MachO.h for many defines and structures that are neededGreg Clayton2010-07-201-0/+638
* continue pushing dependencies around.Chris Lattner2010-07-202-8/+9
* reduce X86MCInstLower dependencies on asmprinter.Chris Lattner2010-07-202-8/+14
* pass around MF, not MMI.Chris Lattner2010-07-202-5/+5
* Rename removeAllMetadata to clearMetadataHashEntries and simplifyDan Gohman2010-07-203-11/+9
* cleanups.Chris Lattner2010-07-202-14/+10
* move two asmprinter methods into the asmprinter .cpp file.Chris Lattner2010-07-202-38/+39
* Implement loop splitting analysis.Jakob Stoklund Olesen2010-07-203-19/+189
* Remove an obsolete comment.Dan Gohman2010-07-201-2/+1
* Add support for remapping metadata kind IDs when reading in aDan Gohman2010-07-205-16/+19
* Include some tests for the recently committed ELF section directiveMatt Fleming2010-07-208-0/+48
* Fix test for switch statements and increaseDale Johannesen2010-07-201-2/+3
* there is now no reason to link in TARGETS_TO_BUILD since we listChris Lattner2010-07-201-1/+1
* fix edis to only try to link in the x86 parts if the x86 backend isChris Lattner2010-07-201-1/+11
* Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...Owen Anderson2010-07-203-48/+51
* Fix edis makefileDouglas Gregor2010-07-201-0/+1