oota-llvm.git
2009-07-02 Bruno Cardoso... shrinking down #includes
2009-07-02 Owen AndersonAdd an accessor to Function so that Passes can easily...
2009-07-02 Sanjiv GuptaPrefix bin dir to executables.
2009-07-02 Devang PatelRemove tabs.
2009-07-02 Sanjiv GuptaFixed handling of -c option.wq
2009-07-02 Owen AndersonUse LLVMContext for generating MDStrings too.
2009-07-02 Owen AndersonUse LLVMContext to generate metadata constants.
2009-07-02 Owen AndersonAdd accessors for metadata constants.
2009-07-02 Devang PatelFix typo.
2009-07-02 Owen AndersonAdd accessor for MDNode.
2009-07-02 Owen AndersonUse LLVMContext for generating UndefValue constants...
2009-07-02 Owen AndersonAdd accessor for getting UndefValue's.
2009-07-02 Owen AndersonDescribe the LLVMContext API change.
2009-07-02 Chris Lattnersimplify some logic by using isWeakForLinker(). Thanks...
2009-07-02 Chris Lattnerdo not try to analyze bitcasts from i64 to <2 x i32...
2009-07-02 Chris Lattnerfix inverted logic pointed out by John McCall, noticed...
2009-07-02 Duncan SandsFix windows build, patch by Howard Su.
2009-07-02 Evan ChengThumb2 pre/post indexed loads.
2009-07-02 Owen AndersonAck, missed one incompatibility.
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-02 Evan Cheng80 col violation.
2009-07-02 Evan ChengChange the meaning of predicate hasThumb2 to mean thumb...
2009-07-02 Chris Lattner@GOTPCREL is also rip-relative. Fix fast-isel to do...
2009-07-02 Chris LattnerFix yet-another bug I introduced into fastisel, this...
2009-07-02 Daniel Dunbarllvm-mc/x86: Test case for x86 operand parsing.
2009-07-02 Daniel Dunbarllvm-mc/x86: Fix various nit-picky bugs in displacement...
2009-07-02 Bruno Cardoso... Remove getFunctionAlignment from TargetELFInfo and...
2009-07-02 Daniel Dunbarllvm-mc/x86: Fix bug in disambiguation of displacement...
2009-07-02 Daniel Dunbarllvm-mc/x86: Factor out ParseX86Register.
2009-07-02 Evan Cheng80 col violation.
2009-07-02 Chris Lattnerclarify: stub emission depends on the version of the...
2009-07-02 Evan ChengFactor out ARM indexed load matching code.
2009-07-02 Devang PatelAdd debug info utility routines.
2009-07-02 Daniel Dunbarllvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg...
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-02 Devang PatelSimplify.
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-02 John Mosbyfix ld error with -no-undefined switch, which is undefi...
2009-07-02 Devang PatelSimplify. No intentional functionality change.
2009-07-01 Owen AndersonTry again at converting the LLParser to use LLVMContext...
2009-07-01 Owen AndersonAdd a few methods that got left out earlier.
2009-07-01 Daniel DunbarTry to clarify a point about getting DominatorTree...
2009-07-01 Dale JohannesenAdd darwin stub removal to wishlist.
2009-07-01 Owen AndersonFix the LTO header for LLVMContext changes.
2009-07-01 Dan GohmanRequest LCSSA after LoopSimplify. This fixes a problem...
2009-07-01 Devang PatelRefactor. No functionality change.
2009-07-01 Bob WilsonAdd a new addressing mode for NEON load/store instructions.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Dan GohmanUse find instead of operator[] to test whether an eleme...
2009-07-01 Bill Wendling--- Reverse-merging (from foreign repository) r74648...
2009-07-01 Devang PatelKeep DIDescriptor methods together.
2009-07-01 Bob WilsonFix a comment typo.
2009-07-01 Owen AndersonFix typo.
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 Dan GohmanFix an instcombine abort on a scalar-to-vector bitcast...
2009-07-01 Daniel DunbarTweak FindExecutable so that relative executable paths...
2009-07-01 Devang PatelAdd getMDNode() to access metadata node.
2009-07-01 Bob WilsonFix up a comment: besides the >80col lines, the operati...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Devang PatelFix metadata unittests
2009-07-01 Devang Patelnew test case
2009-07-01 Devang PatelDo not print stranded metadata.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-07-01 Devang PatelAdd machine operand for MDNodes. This will be used...
2009-07-01 Devang Patelllvm.dbg.declare is always used for local variable...
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 Owen AndersonFix unit tests for LLVMContext+Module.
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 AndersonI give up on trying to use reader/writer locks for...
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-07-01 Chris LattnerFix codegen for references to available_externally...
2009-07-01 Owen AndersonTry again at making this work on OpenBSD.
2009-07-01 Sanjiv GuptaExecutables will be at InstallDir/bin directory. Std...
2009-07-01 Stuart HastingsInsure that __block_holder_tmp is allocated on the...
2009-07-01 Daniel DunbarFix FindExecutable to work if given an absolute executa...
2009-07-01 Daniel Dunbarllvm-mc: Add some more doxyments.
2009-07-01 Daniel DunbarNewNightlyTest: Include minutes/seconds in log file...
2009-07-01 Misha BrukmanAdded step-by-step directions on how to use the script...
2009-07-01 Evan ChengCommuteChangesDestination() should check if to-be-commu...
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-07-01 Daniel DunbarTweak MCSymbol doxyments.
2009-07-01 Daniel Dunbarllvm-mc: Fill in the rest of tokens for 'as-lex' mode.
2009-07-01 Owen AndersonFix the build on OpenBSD.
2009-07-01 Daniel DunbarRename MCValue::isConstant to isAbsolute.
2009-07-01 Chris Lattneradd some of the new tokens, others are still missing.
2009-07-01 Daniel Dunbarllvm-mc: Emit parsed instructions to the MCStreamer.
2009-07-01 Daniel DunbarDump MCInsts in the MC .s printer, for now.
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 Chris LattnerFix some fast-isel problems selecting global variable...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-07-01 David GoodwinAdd PIC load and store patterns for Thumb-2.
next