oota-llvm.git
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
2009-06-29 Daniel DunbarSet some svn:ignore props
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-29 Devang PatelMultiple DW_TAG_compile_unit is not used, afaict, on...
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-29 Dan GohmanDon't cache PHI exit values from exhaustive evaluations...
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 David GreeneAdd some tests of advanced TableGen list functionality.
2009-06-29 David GreeneImplement !cast<string>.
2009-06-29 David GreeneImprove TableGen error reporting.
2009-06-29 Torok EdwinInitialize CurSection in constructor.
2009-06-29 Daniel DunbarFix order of arguments to EXPECT_EQ
2009-06-29 Daniel DunbarRename MCValue::getCst to getConstant and add MCValue...
2009-06-29 Andreas BolkaRelax LDA memory instruction checks.
2009-06-29 Torok EdwinCall doInitialization(), releaseMemory(), and doFinaliz...
2009-06-29 Dan GohmanSimplify this code, and avoid using APInt(). This fixes
2009-06-29 Owen AndersonAdd a target-specific DAG combine on X86 to fold the...
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-06-29 David GreeneAdd processor descriptions for Istanbul and Shanghai.
2009-06-29 David GreeneFix a subtarget feature bug.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-29 Douglas GregorFix CMake checks for pthread_getspecific and pthread_rw...
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-29 Duncan SandsAdd triple for OpenBSD.
2009-06-29 Duncan SandsInclude the new file ThumbRegisterInfo.cpp to CMakeList...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-29 Mikhail GlushenkovMake dynamic LLVMC plugins work on Windows (finally!).
2009-06-29 Andreas BolkaMissed one.
2009-06-29 Andreas BolkaFix case in LDA util function names.
2009-06-28 Andreas BolkaPrint pairwise dependence results, add testcases.
2009-06-28 Andreas BolkaMinimal LDA interface, maximally conservative tester.
2009-06-28 Andreas BolkaLDA analysis output scaffolding.
2009-06-27 Dan GohmanDon't try to split a loop when the controlling icmp...
2009-06-27 Dan GohmanRemove the block from the LoopInfo, rather than just...
next