| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-05-30 | 3 | -82/+80 |
| * | Add AMD64 elf machine type | Bruno Cardoso Lopes | 2009-05-30 | 1 | -1/+2 |
| * | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 3 | -8/+388 |
| * | Add some documentation. | Mike Stump | 2009-05-30 | 1 | -1/+6 |
| * | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 4 | -14/+20 |
| * | Add support for letting the client choose different flavors of NaNs. Testcas... | Mike Stump | 2009-05-30 | 1 | -4/+5 |
| * | Untabify. | Bill Wendling | 2009-05-30 | 2 | -7/+7 |
| * | Default isNarrowingProfitable to false. | Evan Cheng | 2009-05-29 | 1 | -1/+1 |
| * | Added optimization that narrow load / op / store and the 'op' is a bit twiddl... | Evan Cheng | 2009-05-28 | 1 | -0/+7 |
| * | LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as many | Jeffrey Yasskin | 2009-05-26 | 1 | -1/+2 |
| * | Give SCEVNaryExpr a doxygen comment. | Dan Gohman | 2009-05-26 | 1 | -0/+4 |
| * | Eliminate VarInfo::UsedBlocks. | Evan Cheng | 2009-05-26 | 1 | -4/+0 |
| * | Various comment fixes. | Dan Gohman | 2009-05-24 | 1 | -2/+2 |
| * | Change ScalarEvolution::getSCEVAtScope to always return the original value | Dan Gohman | 2009-05-24 | 1 | -2/+2 |
| * | Generalize SCEVExpander::visitAddRecExpr's GEP persuit, and avoid | Dan Gohman | 2009-05-24 | 1 | -2/+2 |
| * | The rewriter may hold references to instructions that are deleted because the... | Edwin Török | 2009-05-24 | 1 | -1/+1 |
| * | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -2/+5 |
| * | available_externall linkage is not local, this was confusing the codegenerator, | Edwin Török | 2009-05-23 | 1 | -2/+1 |
| * | Add a new step to legalization to legalize vector math operations. This | Eli Friedman | 2009-05-23 | 1 | -0/+13 |
| * | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands | 2009-05-22 | 2 | -0/+7 |
| * | Add llvm::triple constructor from arch, vendor, os strings, and recognize | Daniel Dunbar | 2009-05-22 | 1 | -0/+8 |
| * | Fix broken logic in DominatorTreeBase::Split. Part of PR4238. | Eli Friedman | 2009-05-21 | 1 | -40/+7 |
| * | Fix indentation. | Eli Friedman | 2009-05-21 | 1 | -20/+20 |
| * | Tighten up the asserts in SmallVector::operator[](). | Jay Foad | 2009-05-21 | 1 | -4/+2 |
| * | Add a getAlignOf helper for getting the ABI alignment of a | Duncan Sands | 2009-05-21 | 1 | -0/+6 |
| * | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -8/+4 |
| * | Implement new SmallVector::data() methods. | Jay Foad | 2009-05-21 | 1 | -0/+10 |
| * | Use DataTypes.h instead of stdint.h. | Owen Anderson | 2009-05-21 | 1 | -1/+1 |
| * | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling | 2009-05-21 | 3 | -77/+7 |
| * | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argiris Kirtzidis | 2009-05-20 | 3 | -7/+77 |
| * | Add an accessor method to return the insertion point. | Dan Gohman | 2009-05-20 | 1 | -0/+2 |
| * | Have llvm_start_multithreaded return a bool indicating whether multithreaded | Owen Anderson | 2009-05-20 | 1 | -2/+4 |
| * | Move atomic operations' definitions out of line. While this seems kind of si... | Owen Anderson | 2009-05-20 | 1 | -65/+6 |
| * | When comparing DominanceFrontier's, advance iterators | Duncan Sands | 2009-05-20 | 1 | -3/+4 |
| * | Compile fix for MSVC. | Owen Anderson | 2009-05-20 | 1 | -0/+1 |
| * | Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-... | Owen Anderson | 2009-05-20 | 1 | -11/+33 |
| * | We need to include config.h here so that the #defines are set properly. | Owen Anderson | 2009-05-20 | 1 | -0/+2 |
| * | Forgot this file in my last commit. | Owen Anderson | 2009-05-19 | 1 | -0/+3 |
| * | Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ab... | Owen Anderson | 2009-05-19 | 1 | -9/+3 |
| * | Make SCEVCallbackVH a private nested class inside ScalarEvolution, as | Dan Gohman | 2009-05-19 | 1 | -10/+10 |
| * | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman | 2009-05-19 | 2 | -7/+11 |
| * | Add some comments noting how IndVarSimplify facilitates | Dan Gohman | 2009-05-19 | 1 | -0/+6 |
| * | Make using an unsupported CAS size a hard error on Windows. | Owen Anderson | 2009-05-19 | 1 | -1/+3 |
| * | Fix up the Windows portion of Atomic.h. This is untested, but it is my best ... | Owen Anderson | 2009-05-19 | 1 | -1/+14 |
| * | Template CompareAndSwap function. | Owen Anderson | 2009-05-19 | 1 | -9/+12 |
| * | Now that we have atomics support properly detected by configure, | Owen Anderson | 2009-05-19 | 1 | -156/+23 |
| * | Update a comment to reflect changes in the surrounding code. | Dan Gohman | 2009-05-18 | 1 | -1/+1 |
| * | Add missing file. | Argiris Kirtzidis | 2009-05-18 | 1 | -0/+51 |
| * | Allow the JIT ExecutionEngine to report details about the generated machine c... | Argiris Kirtzidis | 2009-05-18 | 1 | -0/+4 |
| * | Remove getType() overrides for ExtractValueInst and InsertValueInst. | Eric Christopher | 2009-05-18 | 1 | -10/+0 |