Small cleanups.
[oota-llvm.git] / include /
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...
2009-10-31 Dan GohmanMerge the enhancements from LoopUnroll's FoldBlockIntoP...
2009-10-31 Dan GohmanRename forgetLoopBackedgeTakenCount to forgetLoop,...
2009-10-31 Dan GohmanRemove CodeGenLICM. It's largely obsoleted by MachineLI...
2009-10-30 Chris Lattnermake hasAddressTaken() constant time by storing a refco...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Evan ChengAdd option to createGVNPass to disable PRE.
2009-10-30 Evan ChengRather than having llvm-gcc changing the meaning of...
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-30 Devang PatelRemove dead code.
2009-10-30 Dan GohmanAdd a BlockAddress MachineOperand kind.
2009-10-30 Dan GohmanRemove a redundant copy constructor.
2009-10-29 Dan GohmanMove some code from being emitted as boilerplate duplic...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-29 Zhongxing Xuadd newline to make cl.exe happy.
2009-10-29 Bill WendlingDon't put in these EH changes.
2009-10-29 Douglas GregorA switch-on-string-literal construct that is a nice...
2009-10-29 Bill WendlingReverting r85338 for now. It's causing a bootstrap...
2009-10-29 Dan GohmanAdd a hasAddressTaken for BasicBlock.
2009-10-28 Chris Lattneradd IRBuilder support for IndirectBr
2009-10-28 Bob WilsonRevert r85346 change to control tail merging by CodeGen...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-28 David GoodwinMake AntiDepReg.h internal.
2009-10-28 Chris Lattneradd a new 'SetCurrentDebugType' API (requested by Andre...
2009-10-28 Nick LewyckyAdd ABCD, a generalized implementation of the Eliminati...
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-28 Chris Lattnerbasic blocks can now have non-instruction users.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-28 Chris LattnerIR support for the new BlockAddress constant kind....
2009-10-27 Bob WilsonRecord CodeGen optimization level in the BranchFolding...
next