oota-llvm.git
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.
2009-06-30 Owen AndersonAdd a global context, for easing backwards compatibility.
2009-06-30 Daniel Dunbarllvm-mc: Introduce method to match a parsed x86 instruc...
2009-06-30 Daniel DunbarFill in some methods for the MCValue field of an MCOperand.
2009-06-30 Daniel Dunbarllvm-mc: Accept relocatable expressions when parsing...
2009-06-30 David GoodwinThumb-2 load and store double description. But nothing...
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 David GoodwinAdd thumb-2 store word, halfword, and byte.
2009-06-30 Andreas BolkaDrop redundant print impl.
2009-06-30 Dan GohmanMinor code cleanups.
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 David GoodwinImprove Thumb-2 jump table support.
2009-06-30 David GreeneAdd 256-bit memory operand support.
2009-06-30 David GoodwinAdd conditional and unconditional thumb-2 branch. Add...
2009-06-30 Owen AndersonAdd wrappers for type construction to LLVMContext.
2009-06-30 Chris Lattneradd a FAQ.
2009-06-30 Owen AndersonFix up header comments to make Chris happy.
2009-06-30 Rafael EspindolaFix PR4485.
2009-06-30 Daniel DunbarRevert my intentional breakage.
2009-06-30 Daniel DunbarIntentionally break a unittest to test my buildbot...
2009-06-30 Daniel DunbarSuppress may-be-used-uninitialized warning.
2009-06-30 Douglas GregorFix CMake build
2009-06-30 Oscar FuentesFixed assert that checks return value of TlsSetValue.
2009-06-30 Rafael EspindolaFix PR4484.
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 Chris Lattnergot confused again
2009-06-30 Chris Lattnerfix some issues Jeff Yasskin noticed
2009-06-30 Chris Lattneradd a note about re-evaluating end() every time through...
2009-06-30 Owen AndersonFix the build on Cygwin. Patch by Aaron Gray.
2009-06-30 Chris Lattnerremove a bogus note.
2009-06-30 Chris Lattneradd a note
2009-06-30 Bill Wendling#include <iostream> is forbidden. Remove it in favor...
2009-06-30 Evan ChengA few more load instructions.
2009-06-30 Andreas BolkaArray accesses are independent if the underlying arrays...
2009-06-30 Daniel Dunbarllvm-mc: Accept relocatable expressions for .org, assig...
2009-06-30 Daniel Dunbarllvm-mc: Rewrite binary subtraction for relocatable...
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 Dan GohmanMinor formatting, whitespace, and 80-column fixes.
2009-06-30 Dan GohmanMinor code simplification.
2009-06-30 David GoodwinEnhance tests to include shifted-register operand testing.
next