Fix a build error by providing a missing enum value.
[oota-llvm.git] / include / llvm /
2009-11-12 David GreeneFix a build error by providing a missing enum value.
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-11-12 David GreeneAdd hasLoadFromStackSlot and hasStoreToStackSlot to...
2009-11-12 Daniel DunbarAttempt to unbreak LLVM build, David G. please check.
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-12 David GreeneMake FixedStackPseudoSourceValue a first-class PseudoSo...
2009-11-12 David GreeneAdd AsmPrinter comment flags to machine instructions...
2009-11-12 David GreeneAdd comment flags so AsmPrinter can output additional...
2009-11-12 Devang Patel"Attach debug info with llvm instructions" mode was...
2009-11-12 Dan GohmanMark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicabl...
2009-11-12 Benjamin KramerSilence a warning on targets with unsigned chars.
2009-11-12 Nuno Lopesimplement shl, ashr, and lshr methods. shl is not fully...
2009-11-12 Evan Cheng- Teach LSR to avoid changing cmp iv stride if it will...
2009-11-12 Evan ChengisLegalICmpImmediate should take a signed integer;...
2009-11-12 Oscar FuentesCMake: Hopefully unbreak the build by mimicking the...
2009-11-12 Rafael EspindolaAdd the --with-c-include-dirs to llvm's configure.
2009-11-12 Oscar FuentesCMake: Pass -lm to check_symbol_exists for detecting...
2009-11-12 Chris LattnerAdd a new getPredicateOnEdge method which returns more...
2009-11-12 Jim GrosbachMove the utility function UpdateTerminator() from CodeP...
2009-11-12 Nick LewyckyAdd CreateNUWAdd and CreateNUWSub to complement the...
2009-11-12 Chris Lattnerexpose edge information and switch j-t to use it.
2009-11-12 Devang PatelDo not use StringRef in DebugInfo interface.
2009-11-11 Jakob Stoklund OlesenFix liveness calculation when splitting critical edges...
2009-11-11 Devang PatelAdd SetDebugLocation() variant to
2009-11-11 Evan ChengAdd TargetLowering::isLegalICmpImmediate. It tells...
2009-11-11 Dan GohmanFix a copy+pasto in a comment.
2009-11-11 Duncan SandsDon't trivially delete unused calls to llvm.invariant...
2009-11-11 Chris Lattnerremove the now dead condprop pass, PR3906.
2009-11-11 Daniel DunbarAdd StringRef::split(StringRef), to complement StringRe...
2009-11-11 Chris Lattnerstub out some LazyValueInfo interfaces, and have JumpTh...
2009-11-11 Daniel DunbarAdd Triple::str() which returns the contents of the...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-11 Chris Lattnerremove redundant foward declaration. This function...
2009-11-10 Chris Lattnerjump threading does everything that condprop does any...
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-11-10 Chris Lattnerin -dot-cfg and -dot-cfg-only, when rendering switch...
2009-11-10 Chris Lattnermove some generally useful functions out of jump threading
2009-11-10 Devang PatelProcess InlinedAt location info.
2009-11-10 Jakob Stoklund OlesenTeach PHIElimination to split critical edges when ...
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-10 Victor HernandezAdd ComputeMultiple() analysis function that recursivel...
2009-11-10 Chris Lattnerrefactor TryToSimplifyUncondBranchFromEmptyBlock out...
2009-11-10 Chris Lattneradd a new SimplifyInstruction API, which is like Consta...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-10 Chris Lattnerfactor simplification logic for AND and OR out to InstS...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-11-09 Chris Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-11-09 Chris Lattnerfix ConstantFoldCompareInstOperands to take the LHS...
2009-11-09 Daniel DunbarAdd StringSwitch::Cases overloads, for matching multipl...
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-11-09 Dan GohmanPrint "..." instead of all the uninteresting register...
2009-11-09 Dan GohmanFix an 80-column violation.
2009-11-09 Dan GohmanConstify MachineFunctionAnalysis' TargetMachine reference.
2009-11-09 Dan GohmanFix a comment.
2009-11-09 Dan GohmanSuppress implicit copy ctor and copy assignment for...
2009-11-09 Nuno Lopesadd zextOrTrunc and sextOrTrunc methods, that are simil...
2009-11-09 Oscar FuentesCMake: Detect gv, circo, twopi, neato, fdo, dot and...
2009-11-09 Chris Lattnerfix some bogus asserts, PR5049
2009-11-08 Lang HamesMoved some ManagedStatics out of the SlotIndexes header.
2009-11-07 Daniel DunbarFix class -> struct tag.
2009-11-07 Chris Lattnerall targets should be required to declare legal integer...
2009-11-07 Anton KorobeynikovAdd 8 bit libcalls and make use of them for msp430
2009-11-07 Chris Lattneradd the ability for TargetData to return information...
2009-11-07 Chris Lattnermore cleanup.
2009-11-07 Chris Lattnerrewrite TargetData to use StringRef/raw_ostream instead...
2009-11-07 Jeffrey YasskinMake the need-stub variables accurate and consistent...
2009-11-07 Mikhail Glushenkovllvmc: Add a '-time' option.
2009-11-07 Mikhail Glushenkov80-col violation.
2009-11-07 Lang HamesUpdate some globals to use ManagedStatic.
2009-11-07 Evan ChengMissed this.
2009-11-07 Kenneth UildriksAdd code to check at SelectionDAGISel::LowerArguments...
2009-11-07 Jakob Stoklund OlesenFix inverted conflict test in -early-coalesce.
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Chris Lattnerremove some more Context arguments.
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-06 Douglas GregorAdd a bunch of missing "template" keywords to disambigu...
2009-11-06 Eric ChristopherFix PR5315, original patch by Nicolas Capens!
2009-11-06 Dan GohmanMake printImplicitDef and printKill non-virtual, since...
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-11-05 Dan GohmanInstrTypes.h includes Instruction.h, so it's not necess...
2009-11-05 Dan GohmanFactor out the predicate code for loopsimplify form...
2009-11-05 Oscar FuentesCMake: Detect dotty.
2009-11-05 Douglas GregorMove llvm::cl::opt's conversion function into the base...
2009-11-05 Chris LattnerDeclare classes with matched tags, pointed out by a...
2009-11-05 Douglas GregorMake two more LLVM headers standalone
2009-11-05 Douglas GregorMake a few headers standalone. Plus, add a missing...
2009-11-05 Mon P WangReintroduce support for overloading target intrinsics
2009-11-05 Lang HamesTidied some ugliness in the SlotIndex default constructor.
2009-11-05 Lang HamesRemoved an assert which was causing significant slowdow...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-04 Lang HamesHandle empty/tombstone keys for LiveIndex more cleanly...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-11-04 Chris Lattnermake IRBuilder zap "X|0" and "X&-1" when building IR...
next