summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Constify.Devang Patel2011-08-12
* Use ArrayRef.Devang Patel2011-08-12
* add ifdef's to let people easily remove these dead api for testing.Chris Lattner2011-08-12
* add two missing function implsChris Lattner2011-08-12
* add new accessors to reflect new terminology in struct types.Chris Lattner2011-08-12
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically,Chris Lattner2011-08-12
* include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import...NAKAMURA Takumi2011-08-12
* CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi2011-08-12
* include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) c...NAKAMURA Takumi2011-08-12
* configure: Update since r136721.NAKAMURA Takumi2011-08-12
* A virtual destructor for the class with virtual methods!Nick Lewycky2011-08-12
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-11
* DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...NAKAMURA Takumi2011-08-11
* Typo.Chad Rosier2011-08-11
* Stay within 80 columns.Devang Patel2011-08-10
* Reapplying r136844.Andrew Trick2011-08-10
* Cleanup. Remove an extraneous GraphTraits specialization.Andrew Trick2011-08-10
* Distinguish between two copies of one inlined variable. Take 2.Devang Patel2011-08-10
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-10
* Cleanup. Make ScalarEvolution an explicit argument of theAndrew Trick2011-08-10
* Added a SimplifyIndVar utility to simplify induction variable usersAndrew Trick2011-08-10
* Cleanup. Added LoopBlocksDFS::perform for simple clients.Andrew Trick2011-08-10
* Preserve the name for this variant of IRBuilder::CreateCallPeter Collingbourne2011-08-10
* Cleanup. Avoid relying on specialization of std::distance.Andrew Trick2011-08-10
* Fix the LoopUnroller to handle nontrivial loops and partial unrolling.Andrew Trick2011-08-10
* Trim an unneeded header.Jakob Stoklund Olesen2011-08-09
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09
* Add missing file.Rafael Espindola2011-08-09
* Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen2011-08-09
* Provide method to print variable's extended name which includes inline location.Devang Patel2011-08-09
* Refer to the RegisterCoalescer pass by ID.Jakob Stoklund Olesen2011-08-09
* Hoist hasLoadFromStackSlot and hasStoreToStackSlot.Jakob Stoklund Olesen2011-08-08
* Pacify virtual dtor warnings and cmake buildbots.Benjamin Kramer2011-08-08
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-08
* Temporarily revert r135528 which distinguishes between two copies of oneChandler Carruth2011-08-05
* Fix a place that was clearly forgotten when the type legalizationDuncan Sands2011-08-04
* Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick2011-08-04
* An algorithm for incrementally updating LoopInfo within aAndrew Trick2011-08-03
* whitespaceAndrew Trick2011-08-03
* An interface for iterating over a loop's blocks in DFS order.Andrew Trick2011-08-03
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Add accessors for manipulating an MCInst's operands.Owen Anderson2011-08-03
* Add more constantness in BlockFrequencyInfo.Jakub Staszak2011-08-03
* New approach to r136737: insert the necessary fences for atomic ops in platfo...Eli Friedman2011-08-03
* Remove CreateUnwind from the IRBuillder.Bill Wendling2011-08-03
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-03
* Use cast<> instead of a C-style cast to get some free assertions.Jay Foad2011-08-03
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02