Fix braces.
[oota-llvm.git] / lib /
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 Dale JohannesenAdd darwin stub removal to wishlist.
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 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 PatelDo not print stranded metadata.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
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 YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
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 Daniel DunbarFix FindExecutable to work if given an absolute executa...
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 Owen AndersonFix the build on OpenBSD.
2009-07-01 Daniel DunbarDump MCInsts in the MC .s printer, for now.
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 David GoodwinThumb-2 load and store double description. But nothing...
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 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 Owen AndersonFix up header comments to make Chris happy.
2009-06-30 Rafael EspindolaFix PR4485.
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 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 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 Daniel DunbarNormalize SourceMgr messages.
2009-06-30 Owen AndersonAdd LLVMContext, which will eventually be used as a...
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 DunbarFix install of libCompilerDriver dynamic library to...
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 Dan GohmanUse getSCEV instead of getUnknown to create a SCEV...
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 Devang PatelMultiple DW_TAG_compile_unit is not used, afaict, on...
2009-06-29 Dan GohmanDon't cache PHI exit values from exhaustive evaluations...
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 Torok EdwinInitialize CurSection in constructor.
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 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 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.
next