oota-llvm.git
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.
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-30 Owen AndersonAdd LLVMContext, which will eventually be used as a...
2009-06-30 Daniel Dunbarllvm-mc: Parse symbol attribute directives.
2009-06-30 Mikhail GlushenkovRegenerate.
2009-06-30 Mikhail GlushenkovClang is now production quality (at least for C).
2009-06-30 Mikhail GlushenkovAdd a way to access argv[0] in hooks.
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 Devang PatelStruct types are described using field types only.
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 DunbarFix install of libCompilerDriver dynamic library to...
2009-06-29 David GreeneRemove commented code.
2009-06-29 David GreeneAdd a 256-bit register class and YMM registers.
2009-06-29 David GoodwinAdd Thumb-2 support for TEQ amd TST.
2009-06-29 David GoodwinThumb-2 tests
2009-06-29 Daniel Dunbarllvm-mc: Recognize C++ style comments.
2009-06-29 Daniel Dunbarllvm-mc: Recognize C++ style comments.
2009-06-29 Dan GohmanUse getSCEV instead of getUnknown to create a SCEV...
2009-06-29 Daniel DunbarFix uninitialized variable warning.
2009-06-29 Daniel DunbarDon't build LLVMC when configured with --disable-pic...
2009-06-29 Torok EdwinSet wasRun to false here on Dan's suggestion.
2009-06-29 Devang Patels/MainCU/ModuleCU/g
next