| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -5/+5 |
* | Add a global context, for easing backwards compatibility. | Owen Anderson | 2009-06-30 | 1 | -0/+3 |
* | Fill in some methods for the MCValue field of an MCOperand. | Daniel Dunbar | 2009-06-30 | 1 | -2/+16 |
* | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar | 2009-06-30 | 1 | -4/+3 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 2 | -0/+14 |
* | Drop redundant print impl. | Andreas Bolka | 2009-06-30 | 1 | -3/+0 |
* | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman | 2009-06-30 | 1 | -0/+2 |
* | Add wrappers for type construction to LLVMContext. | Owen Anderson | 2009-06-30 | 1 | -0/+30 |
* | Fix up header comments to make Chris happy. | Owen Anderson | 2009-06-30 | 1 | -0/+10 |
* | Temporarily restore the scavenger implicit_def checking code. MachineOperand ... | Evan Cheng | 2009-06-30 | 1 | -2/+13 |
* | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 3 | -19/+31 |
* | Temporarily revert r74494. It was causing failures in the unit tests. | Bill Wendling | 2009-06-30 | 1 | -2/+0 |
* | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson | 2009-06-30 | 1 | -2/+2 |
* | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar | 2009-06-30 | 2 | -1/+20 |
* | Delete a spurious blank line at the top of the file. | Dan Gohman | 2009-06-30 | 1 | -1/+0 |
* | Define an operator<< for APInt to be used with std::ostream. | Dan Gohman | 2009-06-30 | 1 | -0/+2 |
* | Normalize SourceMgr messages. | Daniel Dunbar | 2009-06-30 | 1 | -1/+4 |
* | Add LLVMContext, which will eventually be used as a container for privatizing... | Owen Anderson | 2009-06-30 | 1 | -0/+162 |
* | Move the driver entry point out of Main.inc. | Mikhail Glushenkov | 2009-06-30 | 1 | -105/+6 |
* | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar | 2009-06-29 | 1 | -1/+1 |
* | llvm-mc: Diagnose misuse (mix) of defined symbols and labels. | Daniel Dunbar | 2009-06-29 | 2 | -1/+7 |
* | Add SMLoc::isValid method. | Daniel Dunbar | 2009-06-29 | 1 | -0/+2 |
* | Rename MCValue::getCst to getConstant and add MCValue::isConstant. | Daniel Dunbar | 2009-06-29 | 1 | -2/+3 |
* | Fix three MSVC 2008 warnings that completely clutter the build output. | Sebastian Redl | 2009-06-29 | 2 | -3/+3 |
* | Add more vector ValueTypes for AVX and other extended vector instruction | David Greene | 2009-06-29 | 3 | -53/+106 |
* | Add triple for OpenBSD. | Duncan Sands | 2009-06-29 | 1 | -1/+2 |
* | Make dynamic LLVMC plugins work on Windows (finally!). | Mikhail Glushenkov | 2009-06-29 | 1 | -38/+0 |
* | Minimal LDA interface, maximally conservative tester. | Andreas Bolka | 2009-06-28 | 1 | -0/+5 |
* | LDA analysis output scaffolding. | Andreas Bolka | 2009-06-28 | 1 | -1/+8 |
* | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 1 | -0/+7 |
* | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 2 | -50/+50 |
* | Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead | Dan Gohman | 2009-06-27 | 2 | -26/+22 |
* | Remove a redundant #include. | Dan Gohman | 2009-06-27 | 1 | -1/+0 |
* | Change SCEVExpander to use an IRBuilder to emit instructions. | Dan Gohman | 2009-06-27 | 1 | -19/+13 |
* | Add a 'const' in a comment. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman | 2009-06-26 | 1 | -32/+16 |
* | Remove unused routines. | Devang Patel | 2009-06-26 | 1 | -7/+0 |
* | Add missing argument for vtbx intrinsic. | Bob Wilson | 2009-06-26 | 1 | -2/+2 |
* | Add intrinsics for ARM NEON vtbl and vtbx operations. | Bob Wilson | 2009-06-26 | 1 | -0/+9 |
* | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner | 2009-06-26 | 1 | -1/+1 |
* | Delete LoopPass::runOnFunctionBody. It was never used or implemented. | Jeffrey Yasskin | 2009-06-26 | 1 | -3/+0 |
* | Get rid of these cache variables, which are a holdover from the days when | Owen Anderson | 2009-06-26 | 1 | -35/+2 |
* | Swap order of arguments to vst[34]* intrinsics. This matches the order | Bob Wilson | 2009-06-26 | 1 | -4/+4 |
* | CMake: add configure checks for pthread_rwlock_init and pthread_getspecific | Douglas Gregor | 2009-06-26 | 1 | -0/+6 |
* | Remove unnecessary includes. | Devang Patel | 2009-06-26 | 1 | -2/+0 |
* | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -23/+10 |
* | Add support for const thread locals. | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
* | Add a configure test for pthread_getspecific, and use it when building Thread... | Owen Anderson | 2009-06-25 | 1 | -0/+3 |
* | Add a class for supporting platform independent thread-local storage. | Owen Anderson | 2009-06-25 | 1 | -0/+41 |
* | add targetflags to jump tables and constant pool entries. | Chris Lattner | 2009-06-25 | 2 | -31/+25 |