When generating a vector the really slow way, via loads
[oota-llvm.git] / include /
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...
2009-11-04 Evan ChengSilence implicit conversion warnings.
2009-11-04 Lang HamesAnother spurious friend declaration removed.
2009-11-04 Lang HamesRemoved an unnecessary friend declaration and some...
2009-11-03 Lang HamesThe Indexes Patch.
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2009-11-03 Chris Lattnerturn IPSCCP back on by default, try #3 or 4? Woo.
2009-11-03 Kenneth UildriksAdded a comment to a function that had none
2009-11-03 Duncan SandsRun the functionattrs pass after the inliner, and not...
2009-11-03 Daniel DunbarSpeculatively redisable IPSCCP, I think its still break...
2009-11-03 Chris Lattnerturn IPSCCP back on now that the iterator invalidation...
2009-11-03 Nate BegemanAdd a couple more target nodes
2009-11-02 Chris Lattnerrevert r8579[56], which are causing unhappiness in...
2009-11-02 Chris Lattnernow that ip sccp *really* subsumes ipcp, remove ipcp...
2009-11-01 Evan ChengAdd PseudoSourceValue::mayAlias. It returns true if...
2009-11-01 Chris Lattnerfix two strange things in the default passmgr:
2009-11-01 Chris LattnerIPSCCP apparently is not a superset of IPCP, this is...
2009-11-01 Duncan SandsImprove the other instance of the comment.
2009-11-01 Chris Lattneronly run GlobalDCE at -O3 and run it late instead of...
2009-11-01 Chris LattnerWe currently only run ipsccp at LTO time, which is...
2009-11-01 Chris Lattnerremove a bunch of locking from LLVMContextImpl. Since...
2009-11-01 Chris Lattnerthe verifier shouldn't modify the IR.
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanAdd a function to Passes.h to allow clients to create...
2009-11-01 Dan GohmanDon't #include Pass.h from CallGraph.h.
2009-11-01 Dan GohmanRemove the #include of Pass.h from PassManager.h. This...
2009-11-01 Chris Lattnerfix an issue where the verifier would reject a function...
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris Lattnerupdate the comment above llvm::SplitCriticalEdge, and...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-31 Dan GohmanRevert r85667. LoopUnroll currently can't call utility...
next