summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-20
* It's invalid to take the one-past-the-end address of a non-arrayDan Gohman2008-06-20
* Add an idx_iterator to the insertvalue and extractvalue instructions.Owen Anderson2008-06-19
* The inline keyword goes before the return type. This fixes a compiler warning.Dan Gohman2008-06-19
* Minor spiller tweak to unfavor reload into load/store instructions.Evan Cheng2008-06-19
* Move SCEVExpander::visitAddExpr out-of-line.Dan Gohman2008-06-18
* Move LSR's private isZero function to a public SCEV memberDan Gohman2008-06-18
* Add MachineRegisterInfo::use_empty.Evan Cheng2008-06-18
* Check empty dominance frontier.Devang Patel2008-06-18
* Auto-upgrade code for multiple-value return statements. This codeDan Gohman2008-06-17
* Add an insertBefore method for attaching previously unattached instructions,Owen Anderson2008-06-17
* Fix use of placement new to actually use an address. Owen Anderson2008-06-17
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-17
* Forgot to commit the ValueTracking header file along with r52396.Matthijs Kooijman2008-06-17
* 80 column fixes.Matthijs Kooijman2008-06-17
* add a new -enable-value-prop flag for llcbeta, that enables propagationChris Lattner2008-06-17
* Horizontal-add instructions are not commutative.Evan Cheng2008-06-16
* Move some documentation from the header file into ProgrammersManual. About to...Gabor Greif2008-06-16
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* Add a new flag that disables symbol lookup with dlsym when set. This allowsChris Lattner2008-06-16
* Make the InsertBefore argument to FindInsertedValue optional, so you can find...Matthijs Kooijman2008-06-16
* Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...Matthijs Kooijman2008-06-16
* Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. WhileMatthijs Kooijman2008-06-16
* Add comment.Matthijs Kooijman2008-06-16
* Allow these transforms for types like i256 whileDuncan Sands2008-06-16
* Add option to commuteInstruction() which forces it to create a new (commuted)...Evan Cheng2008-06-16
* add a const version of stripPointerCastsChris Lattner2008-06-16
* Fix PR2434. When scanning for exising binary operator to reuse don't Wojciech Matyjewicz2008-06-15
* add missing atomic intrinsic from gccAndrew Lenharth2008-06-14
* Disable some DAG combiner optimizations that may beDuncan Sands2008-06-13
* Crash less. The i64 restriction in BinomialCoefficient caused some problemsNick Lewycky2008-06-13
* Do not speculatively execute an instruction by hoisting it to its predecessor...Evan Cheng2008-06-12
* If queried as to whether an operation is legalDuncan Sands2008-06-12
* remove bogus commentGabor Greif2008-06-11
* op_iterator-ify dropAllReferencesGabor Greif2008-06-11
* Sometimes (rarely) nodes held in LegalizeTypesDuncan Sands2008-06-11
* Small doc fix.Duncan Sands2008-06-10
* Various tweaks related to apint codegen. No functionalityDuncan Sands2008-06-09
* Remove some DAG combiner assumptions about sizesDuncan Sands2008-06-09
* Add a simple, but efficient, generic scoped hash tableChris Lattner2008-06-09
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-08
* get rid of ExtractValueInst::init's Value argument, it is already passed to t...Gabor Greif2008-06-06
* make ExtractValueInst derived from UnaryInstructionGabor Greif2008-06-06
* Tighten up the abstraction slightly.Duncan Sands2008-06-06
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Refine stack slot interval weight computation.Evan Cheng2008-06-06
* Expose a public interface to this pass.Chris Lattner2008-06-05
* Add a helper for constructing new live ranges that ended from an instruction ...Owen Anderson2008-06-05
* * Make CallSite::hasArgument const and let it take a const parameter.Matthijs Kooijman2008-06-05
* Cast because I think I know what I'm doing. There are warnings about convertingBill Wendling2008-06-05