2009-07-01 |
Owen Anderson | Convert LLParser to use LLVMContext for creating constants. |
tree | commitdiff |
2009-07-01 |
Andreas Bolka | Use AA to check objects before LDA. |
tree | commitdiff |
2009-07-01 |
Devang Patel | Add getMDNode() to access metadata node. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Devang Patel | Add machine operand for MDNodes. This will be used... |
tree | commitdiff |
2009-07-01 |
Bill Wendling | Update comments to make it clear that the function... |
tree | commitdiff |
2009-07-01 |
Jeffrey Yasskin | Update configure and config.h.in from r74621. |
tree | commitdiff |
2009-07-01 |
Jeffrey Yasskin | Add a portable strerror*() wrapper, llvm::sys::StrError... |
tree | commitdiff |
2009-07-01 |
Misha Brukman | Use correct format for LLVM header #includes. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-07-01 |
Evan Cheng | Remove special handling of implicit_def. Fix a couple... |
tree | commitdiff |
2009-07-01 |
Daniel Dunbar | Tweak MCSymbol doxyments. |
tree | commitdiff |
2009-07-01 |
Daniel Dunbar | Rename MCValue::isConstant to isAbsolute. |
tree | commitdiff |
2009-07-01 |
Chris Lattner | add comments, privatize interface |
tree | commitdiff |
2009-07-01 |
Chris Lattner | disable some ctors. |
tree | commitdiff |
2009-07-01 |
Chris Lattner | add some comments to MCSymbol header, make the ctor... |
tree | commitdiff |
2009-07-01 |
Chris Lattner | improve comments. |
tree | commitdiff |
2009-07-01 |
Chris Lattner | improve the APIs for creating struct and function types... |
tree | commitdiff |
2009-07-01 |
Evan Cheng | Handle IMPLICIT_DEF with isUndef operand marker, part... |
tree | commitdiff |
2009-07-01 |
Daniel Dunbar | Remove unused AsmPrinter OptLevel argument, and propogate. |
tree | commitdiff |
2009-06-30 |
Owen Anderson | Add a global context, for easing backwards compatibility. |
tree | commitdiff |
2009-06-30 |
Daniel Dunbar | Fill in some methods for the MCValue field of an MCOperand. |
tree | commitdiff |
2009-06-30 |
Daniel Dunbar | llvm-mc: Symbols in a relocatable expression of the... |
tree | commitdiff |
2009-06-30 |
Bill Wendling | Add an "alignment" field to the MachineFunction object... |
tree | commitdiff |
2009-06-30 |
Andreas Bolka | Drop redundant print impl. |
tree | commitdiff |
2009-06-30 |
Dan Gohman | Reapply 74494, this time removing the conflicting defin... |
tree | commitdiff |
2009-06-30 |
Owen Anderson | Add wrappers for type construction to LLVMContext. |
tree | commitdiff |
2009-06-30 |
Owen Anderson | Fix up header comments to make Chris happy. |
tree | commitdiff |
2009-06-30 |
Evan Cheng | Temporarily restore the scavenger implicit_def checking... |
tree | commitdiff |
2009-06-30 |
Evan Cheng | Add a bit IsUndef to MachineOperand. This indicates... |
tree | commitdiff |
2009-06-30 |
Bill Wendling | Temporarily revert r74494. It was causing failures... |
tree | commitdiff |
2009-06-30 |
Owen Anderson | Fix the build on Cygwin. Patch by Aaron Gray. |
tree | commitdiff |
2009-06-30 |
Daniel Dunbar | llvm-mc: Evaluation for relocatable expressions. |
tree | commitdiff |
2009-06-30 |
Dan Gohman | Delete a spurious blank line at the top of the file. |
tree | commitdiff |
2009-06-30 |
Dan Gohman | Define an operator<< for APInt to be used with std... |
tree | commitdiff |
2009-06-30 |
Daniel Dunbar | Normalize SourceMgr messages. |
tree | commitdiff |
2009-06-30 |
Owen Anderson | Add LLVMContext, which will eventually be used as a... |
tree | commitdiff |
2009-06-30 |
Mikhail Glushenkov | Move the driver entry point out of Main.inc. |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | llvm-mc: Parse .{,b,p2}align{,w,l} directives. |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | llvm-mc: Diagnose misuse (mix) of defined symbols and... |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | Add SMLoc::isValid method. |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | Rename MCValue::getCst to getConstant and add MCValue... |
tree | commitdiff |
2009-06-29 |
Sebastian Redl | Fix three MSVC 2008 warnings that completely clutter... |
tree | commitdiff |
2009-06-29 |
David Greene | Add more vector ValueTypes for AVX and other extended... |
tree | commitdiff |
2009-06-29 |
Duncan Sands | Add triple for OpenBSD. |
tree | commitdiff |
2009-06-29 |
Mikhail Glushenkov | Make dynamic LLVMC plugins work on Windows (finally!). |
tree | commitdiff |
2009-06-28 |
Andreas Bolka | Minimal LDA interface, maximally conservative tester. |
tree | commitdiff |
2009-06-28 |
Andreas Bolka | LDA analysis output scaffolding. |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Teach LoopSimplify how to merge multiple loop exits... |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Eliminate a layer of indirection in LoopInfo and Machin... |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Convert ScalarEvolution to use BumpPtrAllocator and... |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Remove a redundant #include. |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Change SCEVExpander to use an IRBuilder to emit instruc... |
tree | commitdiff |
2009-06-27 |
Dan Gohman | Add a 'const' in a comment. |
tree | commitdiff |
2009-06-26 |
Dan Gohman | Incorporate the insertion point into the key of SCEVExp... |
tree | commitdiff |
2009-06-26 |
Devang Patel | Remove unused routines. |
tree | commitdiff |
2009-06-26 |
Bob Wilson | Add missing argument for vtbx intrinsic. |
tree | commitdiff |
2009-06-26 |
Bob Wilson | Add intrinsics for ARM NEON vtbl and vtbx operations. |
tree | commitdiff |
2009-06-26 |
Chris Lattner | fix a really subtle bug in the cross section of aliases... |
tree | commitdiff |
2009-06-26 |
Jeffrey Yasskin | Delete LoopPass::runOnFunctionBody. It was never used... |
tree | commitdiff |
2009-06-26 |
Owen Anderson | Get rid of these cache variables, which are a holdover... |
tree | commitdiff |
2009-06-26 |
Bob Wilson | Swap order of arguments to vst[34]* intrinsics. This... |
tree | commitdiff |
2009-06-26 |
Douglas Gregor | CMake: add configure checks for pthread_rwlock_init... |
tree | commitdiff |
2009-06-26 |
Devang Patel | Remove unnecessary includes. |
tree | commitdiff |
2009-06-26 |
Devang Patel | Remove debug info anchors - llvm.dbg.compile_units... |
tree | commitdiff |
2009-06-25 |
Owen Anderson | Add support for const thread locals. |
tree | commitdiff |
2009-06-25 |
Owen Anderson | Add a configure test for pthread_getspecific, and use... |
tree | commitdiff |
2009-06-25 |
Owen Anderson | Add a class for supporting platform independent thread... |
tree | commitdiff |
2009-06-25 |
Chris Lattner | add targetflags to jump tables and constant pool entries. |
tree | commitdiff |
2009-06-25 |
Chris Lattner | allow setting target operand flags on TargetGlobalAddre... |
tree | commitdiff |
2009-06-25 |
Chris Lattner | start bringing targetoperand flags into isel, first... |
tree | commitdiff |
2009-06-25 |
Mikhail Glushenkov | Make -save-temps behave like in GCC 4.5. |
tree | commitdiff |
2009-06-25 |
Chris Lattner | just eliminate the code entirely! |
tree | commitdiff |
2009-06-25 |
Chris Lattner | Clone target flags when copying mbb operands. |
tree | commitdiff |
2009-06-25 |
Owen Anderson | Privatize some more debug-related static data. |
tree | commitdiff |
2009-06-25 |
Sanjiv Gupta | Identify unconditional gotos and generate a page sel... |
tree | commitdiff |
2009-06-25 |
Jeffrey Yasskin | Add a JITEventListener interface that gets called back... |
tree | commitdiff |
2009-06-25 |
Chris Lattner | ad MachineInstrBuilder support for target flags on... |
tree | commitdiff |
2009-06-25 |
Dan Gohman | Add a getUniqueExitBlock utility function, similar... |
tree | commitdiff |
2009-06-25 |
Owen Anderson | Now with EVEN FEWER statics! |
tree | commitdiff |
2009-06-24 |
Owen Anderson | Didn't mean to commit this part. |
tree | commitdiff |
2009-06-24 |
Owen Anderson | Down with statics! |
tree | commitdiff |
2009-06-24 |
Devang Patel | Add constructor to create MDString using std::string |
tree | commitdiff |
2009-06-24 |
Owen Anderson | Move local statics to per-instance variables. |
tree | commitdiff |
2009-06-24 |
David Greene | Increase limit for OpActions array |
tree | commitdiff |
2009-06-24 |
Owen Anderson | Get rid of a static boolean. |
tree | commitdiff |
2009-06-24 |
Andreas Bolka | Scaffolding for LDA pass. |
tree | commitdiff |
2009-06-24 |
Bob Wilson | Fix the Ocaml bindings for the ExecutionEngine: with... |
tree | commitdiff |
2009-06-24 |
Owen Anderson | Update for DOTGraphTraits changes. |
tree | commitdiff |
2009-06-24 |
David Greene | This increases the maximum for MVT::LAST_VALUETYPE |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | Sketch streamer support for .align, .org functionality. |
tree | commitdiff |
2009-06-24 |
Chris Lattner | sink management of DwarfWriter & MachineModuleInfo... |
tree | commitdiff |
2009-06-24 |
Chris Lattner | eliminate the ExtWeakSymbols set from AsmPrinter. ... |
tree | commitdiff |
2009-06-24 |
Chris Lattner | Rearrange some stuff in MachineOperand and add a new... |
tree | commitdiff |
2009-06-24 |
Owen Anderson | Get rid of the global CFGOnly flag by threading a Short... |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | We decided to not worry about Atoms for now, it should... |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | MCStreamer: Add a few more "symbol attributes". |
tree | commitdiff |
2009-06-24 |
Dan Gohman | Remove an obsolete comment and fix some 80-column viola... |
tree | commitdiff |
2009-06-24 |
Chris Lattner | add trivial support for passing label definitions throu... |
tree | commitdiff |
2009-06-24 |
Dan Gohman | Extend ScalarEvolution's multiple-exit support to compu... |
tree | commitdiff |
next |