Use LLVMContext for generating UndefValue constants too!
[oota-llvm.git] / include /
2009-07-02 Owen AndersonAdd accessor for getting UndefValue's.
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-02 Bruno Cardoso LopesRemove getFunctionAlignment from TargetELFInfo and...
2009-07-02 Devang PatelAdd debug info utility routines.
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-02 Owen AndersonAdd a C wrapper for accessing the global default context.
2009-07-01 Owen AndersonAdd a few methods that got left out earlier.
2009-07-01 Owen AndersonFix the LTO header for LLVMContext changes.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Bill Wendling--- Reverse-merging (from foreign repository) r74648...
2009-07-01 Owen AndersonConvert LLParser to use LLVMContext for creating constants.
2009-07-01 Andreas BolkaUse AA to check objects before LDA.
2009-07-01 Devang PatelAdd getMDNode() to access metadata node.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Devang PatelAdd machine operand for MDNodes. This will be used...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Jeffrey YasskinUpdate configure and config.h.in from r74621.
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-07-01 Misha BrukmanUse correct format for LLVM header #includes.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-07-01 Daniel DunbarTweak MCSymbol doxyments.
2009-07-01 Daniel DunbarRename MCValue::isConstant to isAbsolute.
2009-07-01 Chris Lattneradd comments, privatize interface
2009-07-01 Chris Lattnerdisable some ctors.
2009-07-01 Chris Lattneradd some comments to MCSymbol header, make the ctor...
2009-07-01 Chris Lattnerimprove comments.
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Owen AndersonAdd a global context, for easing backwards compatibility.
2009-06-30 Daniel DunbarFill in some methods for the MCValue field of an MCOperand.
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-30 Andreas BolkaDrop redundant print impl.
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 Owen AndersonAdd wrappers for type construction to LLVMContext.
2009-06-30 Owen AndersonFix up header comments to make Chris happy.
2009-06-30 Evan ChengTemporarily restore the scavenger implicit_def checking...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-30 Bill WendlingTemporarily revert r74494. It was causing failures...
2009-06-30 Owen AndersonFix the build on Cygwin. Patch by Aaron Gray.
2009-06-30 Daniel Dunbarllvm-mc: Evaluation for relocatable expressions.
2009-06-30 Dan GohmanDelete a spurious blank line at the top of the file.
2009-06-30 Dan GohmanDefine an operator<< for APInt to be used with std...
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-30 Owen AndersonAdd LLVMContext, which will eventually be used as a...
2009-06-30 Mikhail GlushenkovMove the driver entry point out of Main.inc.
2009-06-29 Daniel Dunbarllvm-mc: Parse .{,b,p2}align{,w,l} directives.
2009-06-29 Daniel Dunbarllvm-mc: Diagnose misuse (mix) of defined symbols and...
2009-06-29 Daniel DunbarAdd SMLoc::isValid method.
2009-06-29 Daniel DunbarRename MCValue::getCst to getConstant and add MCValue...
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-29 Duncan SandsAdd triple for OpenBSD.
2009-06-29 Mikhail GlushenkovMake dynamic LLVMC plugins work on Windows (finally!).
2009-06-28 Andreas BolkaMinimal LDA interface, maximally conservative tester.
2009-06-28 Andreas BolkaLDA analysis output scaffolding.
2009-06-27 Dan GohmanTeach LoopSimplify how to merge multiple loop exits...
2009-06-27 Dan GohmanEliminate a layer of indirection in LoopInfo and Machin...
2009-06-27 Dan GohmanConvert ScalarEvolution to use BumpPtrAllocator and...
2009-06-27 Dan GohmanRemove a redundant #include.
2009-06-27 Dan GohmanChange SCEVExpander to use an IRBuilder to emit instruc...
2009-06-27 Dan GohmanAdd a 'const' in a comment.
2009-06-26 Dan GohmanIncorporate the insertion point into the key of SCEVExp...
2009-06-26 Devang PatelRemove unused routines.
2009-06-26 Bob WilsonAdd missing argument for vtbx intrinsic.
2009-06-26 Bob WilsonAdd intrinsics for ARM NEON vtbl and vtbx operations.
2009-06-26 Chris Lattnerfix a really subtle bug in the cross section of aliases...
2009-06-26 Jeffrey YasskinDelete LoopPass::runOnFunctionBody. It was never used...
2009-06-26 Owen AndersonGet rid of these cache variables, which are a holdover...
2009-06-26 Bob WilsonSwap order of arguments to vst[34]* intrinsics. This...
2009-06-26 Douglas GregorCMake: add configure checks for pthread_rwlock_init...
2009-06-26 Devang PatelRemove unnecessary includes.
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Owen AndersonAdd support for const thread locals.
2009-06-25 Owen AndersonAdd a configure test for pthread_getspecific, and use...
2009-06-25 Owen AndersonAdd a class for supporting platform independent thread...
2009-06-25 Chris Lattneradd targetflags to jump tables and constant pool entries.
2009-06-25 Chris Lattnerallow setting target operand flags on TargetGlobalAddre...
2009-06-25 Chris Lattnerstart bringing targetoperand flags into isel, first...
2009-06-25 Mikhail GlushenkovMake -save-temps behave like in GCC 4.5.
2009-06-25 Chris Lattnerjust eliminate the code entirely!
2009-06-25 Chris LattnerClone target flags when copying mbb operands.
2009-06-25 Owen AndersonPrivatize some more debug-related static data.
2009-06-25 Sanjiv GuptaIdentify unconditional gotos and generate a page sel...
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-25 Chris Lattnerad MachineInstrBuilder support for target flags on...
2009-06-25 Dan GohmanAdd a getUniqueExitBlock utility function, similar...
2009-06-25 Owen AndersonNow with EVEN FEWER statics!
2009-06-24 Owen AndersonDidn't mean to commit this part.
2009-06-24 Owen AndersonDown with statics!
2009-06-24 Devang PatelAdd constructor to create MDString using std::string
2009-06-24 Owen AndersonMove local statics to per-instance variables.
2009-06-24 David GreeneIncrease limit for OpActions array
2009-06-24 Owen AndersonGet rid of a static boolean.
2009-06-24 Andreas BolkaScaffolding for LDA pass.
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-24 Owen AndersonUpdate for DOTGraphTraits changes.
next