summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* move select validation logic into a shared place where the select ctor,Chris Lattner2008-12-29
* Forgot to commit this file.Owen Anderson2008-12-28
* implement simplify_type for PATypeHolder so that isa<FooType>(PATypeHolder)Chris Lattner2008-12-27
* Darwin likes for the EH frame to be non-local.Bill Wendling2008-12-24
* GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling2008-12-24
* Clean up the atomic opcodes in SelectionDAG.Dan Gohman2008-12-23
* Rename BuildSchedUnits to BuildSchedGraph, and refactor theDan Gohman2008-12-23
* Comment MO_FPImmediate and doxygenate surrounding comments.Dan Gohman2008-12-23
* Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman2008-12-22
* Add an assertion to the ScheduleDAGInstrs class to catch SUnitsDan Gohman2008-12-22
* Add an accesor for the isNormalMemory field in the SDep class.Dan Gohman2008-12-22
* Add an assertion to catch SUnits reallocations. And add a doxygenDan Gohman2008-12-22
* Clarify a comment.Dan Gohman2008-12-22
* Reword the comment for ConstantInt's getLimitedValue.Dan Gohman2008-12-20
* LiveInterval::removeKills and isKill don't need 'this' andDan Gohman2008-12-20
* Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng2008-12-19
* Add dyn_cast_or_null bindings for some additional classes missed in r61252.Gordon Henriksen2008-12-19
* C bindings for dyn_cast_or_null.Gordon Henriksen2008-12-19
* Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner2008-12-19
* Fix bug 3202.Rafael Espindola2008-12-19
* Resubmit support for the 'nocapture' attribute.Nick Lewycky2008-12-19
* Fix RegScavenger::forward() to work on basic blocks containing exactlyDan Gohman2008-12-19
* Delete the RegScavenging constructor that takes a MachineBasicBlockDan Gohman2008-12-19
* Added support for vector widening.Mon P Wang2008-12-18
* Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel2008-12-17
* This adds some missing functions to the C binding:Chris Lattner2008-12-17
* Fix the comments for getDepth and getHeight.Dan Gohman2008-12-17
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-17
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-16
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-16
* Add utility functions to search for DbgStopPointInst corresponding to anTorok Edwin2008-12-16
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-16
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-16
* Move addPred and removePred out-of-line.Dan Gohman2008-12-16
* Make addPred and removePred return void, since the return value is notDan Gohman2008-12-16
* Add a getSDep() access function to SUnitIterator to return theDan Gohman2008-12-16
* Reorder some SDep methods. No functionality change.Dan Gohman2008-12-16
* SDep's operator== should compare the Latency field too.Dan Gohman2008-12-16
* Fix a typo in a comment.Dan Gohman2008-12-15
* It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky2008-12-15
* Implement initial support for PHI translation in memdep. This means thatChris Lattner2008-12-15
* Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky2008-12-15
* Reapply r60997, this time without forgetting thatDuncan Sands2008-12-14
* Temporarily revert r60997. It was causing this failure:Bill Wendling2008-12-13
* LegalizeDAG is not supposed to introduce illegalDuncan Sands2008-12-13
* Add explicit this-> for some member function in templated base class.Cedric Venet2008-12-13
* Fix getFieldAs() to use the parameter instead of 6.Torok Edwin2008-12-13
* fix grammar, thanks Duncan!Torok Edwin2008-12-11
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-11
* introduce BasicBlock::getUniquePredecessor()Torok Edwin2008-12-11