aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert 101520, which depended on 101503, which was reverted.Dan Gohman2010-04-161-0/+1
* Revert commit 101503 (johannes), in the hope of fixing the dragonegg build,Duncan Sands2010-04-161-4/+1
* Trim a #include.Dan Gohman2010-04-161-1/+0
* Use a ValueMap not a std::map for the reason indicatedDale Johannesen2010-04-161-1/+4
* reapply r101434Gabor Greif2010-04-163-47/+41
* Make callIsSmall accessible as a utility function.Dan Gohman2010-04-161-0/+4
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-162-1/+6
* Adding support for dag combiner to promote operations for profit. This requir...Evan Cheng2010-04-161-0/+7
* Add a check for posix_spawn.Eric Christopher2010-04-161-0/+3
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-163-41/+47
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-153-47/+41
* Make getPredecessorWithUniqueSuccessorForBB return the unique successorDan Gohman2010-04-151-1/+2
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-153-41/+47
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-153-47/+41
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-151-4/+4
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-1510-68/+70
* Fix TrackingVH to handle const Value subclasses.Dan Gohman2010-04-141-1/+1
* Remove a const here. This makes this function consistent with all theDan Gohman2010-04-141-2/+1
* Constify GetConstantStringInfo.Dan Gohman2010-04-141-1/+2
* Move a bunch of methods from CallSite to CallSiteBase, so that they canDan Gohman2010-04-141-41/+95
* Use FunTy instead of hard-coding Function.Dan Gohman2010-04-141-1/+1
* Oops, make these public.Dan Gohman2010-04-141-8/+8
* Move getType() and getCaller() into CallSiteBase so thatDan Gohman2010-04-141-8/+8
* Delete unneeeded arguments.Dan Gohman2010-04-141-1/+1
* Delete unused arguments.Dan Gohman2010-04-141-2/+1
* Factor out EH landing pad code into a separate function, and constifyDan Gohman2010-04-143-3/+4
* Fix a missing #include.Dan Gohman2010-04-141-0/+1
* Refine #includes.Dan Gohman2010-04-141-1/+2
* Split ISD::NodeType and a few related items out of SelectionDAGNodes.hDan Gohman2010-04-142-741/+764
* Delete an unused function.Dan Gohman2010-04-141-2/+0
* Trim #includes.Dan Gohman2010-04-141-1/+0
* Move the code for emitting livein copies out of SelectionDAGISel.Dan Gohman2010-04-141-0/+6
* Fix whitespace, comments.Dan Gohman2010-04-141-3/+3
* Add explicit keywords.Dan Gohman2010-04-141-2/+2
* Use C++, not C++-standard-library-internals-ese.Dan Gohman2010-04-141-33/+33
* Make SuccIterator's private parts private too.Dan Gohman2010-04-141-5/+6
* Make helper utility members private.Dan Gohman2010-04-141-3/+4
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-141-1/+1
* Fix -Asserts warnings.Daniel Dunbar2010-04-131-0/+2
* Quick fix for build errors caused by undefinedSean Callanan2010-04-131-1/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-132-1/+40
* Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman2010-04-131-6/+3
* Move MachineRegisterInfo's isLiveIn and isLiveOut out of line.Dan Gohman2010-04-131-12/+2
* Delete an unused member variable.Dan Gohman2010-04-131-1/+0
* SCCVN, we hardly knew ye!Owen Anderson2010-04-132-7/+0
* VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms ofDaniel Dunbar2010-04-131-0/+3
* IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con...Daniel Dunbar2010-04-131-2/+59
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-131-0/+15
* Bug fix: included System/Types.h instead ofSean Callanan2010-04-121-1/+1
* Enhance ScalarEvolution::isKnownPredicate with support forDan Gohman2010-04-111-0/+7