| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r109079, which broke a lot of CodeGen tests. | Owen Anderson | 2010-07-22 | 1 | -25/+27 |
* | Update CMake files. | Owen Anderson | 2010-07-22 | 1 | -0/+1 |
* | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner | 2010-07-22 | 4 | -5/+53 |
* | Initialize RegLimit only when register pressure is being tracked. | Evan Cheng | 2010-07-22 | 1 | -27/+25 |
* | Custom lower the memory barrier instructions and add support | Eric Christopher | 2010-07-22 | 7 | -18/+103 |
* | Fix constant island pass's handling of tBR_JTr. The offset of the instruction... | Evan Cheng | 2010-07-22 | 1 | -2/+10 |
* | If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi... | Lang Hames | 2010-07-22 | 1 | -0/+2 |
* | lit: Add some example tests for previous commit. | Daniel Dunbar | 2010-07-22 | 2 | -0/+6 |
* | 80-columns. | Eric Christopher | 2010-07-22 | 1 | -9/+12 |
* | Make fast isel win64-aware w.r.t. call-clobbered regs | Nate Begeman | 2010-07-22 | 1 | -3/+14 |
* | More register pressure aware scheduling work. | Evan Cheng | 2010-07-21 | 3 | -103/+103 |
* | Add more 256-bit forms for a bunch of regular AVX instructions | Bruno Cardoso Lopes | 2010-07-21 | 4 | -76/+420 |
* | lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in the | Daniel Dunbar | 2010-07-21 | 3 | -3/+22 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 19 | -272/+96 |
* | Fixes win64. It was broken by a previous patch where I missed the !isWin64 | Rafael Espindola | 2010-07-21 | 1 | -4/+8 |
* | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson | 2010-07-21 | 12 | -62/+50 |
* | For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb | Jim Grosbach | 2010-07-21 | 3 | -0/+25 |
* | add some rough support for making mcinst lowering work without an | Chris Lattner | 2010-07-21 | 1 | -5/+23 |
* | First stab at updating the documentation for INITIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -7/+7 |
* | Baby steps towards ARM fast-isel. | Eric Christopher | 2010-07-21 | 6 | -1/+104 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 99 | -222/+230 |
* | Hack around extracts that aren't easy to process. | Eric Christopher | 2010-07-21 | 1 | -0/+4 |
* | tidy up | Jim Grosbach | 2010-07-21 | 1 | -1/+1 |
* | Add missing AVX convert instructions. Those instructions are not described in... | Bruno Cardoso Lopes | 2010-07-21 | 3 | -22/+128 |
* | tidy up. | Jim Grosbach | 2010-07-21 | 1 | -26/+27 |
* | 80 column and trailing whitespace cleanup | Jim Grosbach | 2010-07-21 | 1 | -171/+173 |
* | Add some debug output to help diagnose PR7689. | Dan Gohman | 2010-07-21 | 1 | -0/+3 |
* | Fix a couple issues with Win64 ABI | Nate Begeman | 2010-07-21 | 2 | -6/+3 |
* | Add the INITIALIZE_PASS macro. | Owen Anderson | 2010-07-21 | 1 | -0/+2 |
* | Avoid AVX instructions to be selected instead of its SSE form | Bruno Cardoso Lopes | 2010-07-21 | 1 | -1/+1 |
* | NamedMDNode is never an operand. | Dan Gohman | 2010-07-21 | 1 | -1/+1 |
* | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 11 | -40/+20 |
* | Use System/DataTypes.h instead of stdint.h, which isn't portable. | Daniel Dunbar | 2010-07-21 | 1 | -1/+1 |
* | Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodes | Dan Gohman | 2010-07-21 | 2 | -8/+8 |
* | Tidy. | Dan Gohman | 2010-07-21 | 1 | -4/+1 |
* | Move the smarts of AnalysisGroup registration into PassRegistry. | Owen Anderson | 2010-07-21 | 3 | -40/+38 |
* | Delete an obsolete comment. | Dan Gohman | 2010-07-21 | 1 | -2/+1 |
* | strip out the 2.7 release notes, this really is the 2.8 release notes | Chris Lattner | 2010-07-21 | 1 | -507/+27 |
* | Fix calling convention on ARM if vfp2+ is enabled. | Rafael Espindola | 2010-07-21 | 2 | -6/+28 |
* | appease Validator | Gabor Greif | 2010-07-21 | 1 | -1/+1 |
* | add info on operand rotation | Gabor Greif | 2010-07-21 | 1 | -0/+9 |
* | Pulling out previous patch, must've run the tests in | Eric Christopher | 2010-07-21 | 3 | -40/+3 |
* | Lower MEMBARRIER on x86 and support processors without SSE2. | Eric Christopher | 2010-07-21 | 3 | -3/+40 |
* | Changed OStream templates to functions on raw_ostream, removed the unused "re... | Lang Hames | 2010-07-21 | 2 | -51/+25 |
* | Add AVX only vzeroall and vzeroupper instructions | Bruno Cardoso Lopes | 2010-07-21 | 3 | -2/+18 |
* | restore aesthetics | Gabor Greif | 2010-07-21 | 1 | -24/+24 |
* | Teach bottom up pre-ra scheduler to track register pressure. Work in progress. | Evan Cheng | 2010-07-21 | 7 | -42/+306 |
* | Turn this test on again after the llvm-gcc change in r108986. | Eric Christopher | 2010-07-21 | 1 | -2/+1 |
* | Update this to use a "valid" alignment. | Eric Christopher | 2010-07-21 | 1 | -2/+2 |
* | Add new AVX vpermilps, vpermilpd and vperm2f128 instructions | Bruno Cardoso Lopes | 2010-07-21 | 3 | -0/+179 |