aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Reuse unused val#'s to avoid running out of memory in extreme cases.Evan Cheng2009-04-251-1/+5
* DenseMap.h needs <new> because it explicitly calls operator new/delete.Chris Lattner2009-04-251-0/+1
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-252-7/+18
* add support for detecting process features on win64, patch byChris Lattner2009-04-251-36/+50
* Refactor the code to grab the low and high parts of a valueDan Gohman2009-04-254-126/+38
* Return null instead of false, as appropriate.Dan Gohman2009-04-251-3/+3
* Add several more icmp simplifications. Transform signed comparisonsDan Gohman2009-04-252-82/+187
* Add a top-level comment about DAGCombiner's role in the compiler.Dan Gohman2009-04-251-0/+4
* Handle ands with 0 and shifts by 0 correctly. These aren'tDan Gohman2009-04-252-2/+32
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-252-1/+10
* Do not share a single unknown val# for all the live ranges merged into a phys...Evan Cheng2009-04-253-23/+32
* Fixed the gep example for i16 type indices.Sanjiv Gupta2009-04-251-1/+1
* Change LowerCallResult method so that CCValAssign::BCvt can be used withBob Wilson2009-04-251-16/+16
* Fix PR 4057, a crash doing float->char const folding.Dale Johannesen2009-04-242-3/+22
* Adjust a comment to reflect what the code does. Splitting a 64-bit argumentBob Wilson2009-04-241-1/+1
* Fix up some problems with getCopyToReg and getCopyFromReg nodes beingBob Wilson2009-04-241-8/+12
* Use a bigger hammer to coerce subversion into english.Gabor Greif2009-04-241-1/+1
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-244-30/+117
* Remove unnecessary references to f32 types. After specifying that f32Bob Wilson2009-04-241-4/+4
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-244-9/+23
* Fixed spaces and the getelementpointer example with i16 type indices.Sanjiv Gupta2009-04-241-3/+3
* Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is notRafael Espindola2009-04-244-37/+39
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-2425-1610/+2157
* fix a typo noticed by duncanChris Lattner2009-04-241-1/+1
* "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,Chris Lattner2009-04-242-0/+23
* PR2957Nate Begeman2009-04-2425-2157/+1610
* Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR,Dan Gohman2009-04-241-60/+118
* Allow i16 type indices to gep.Sanjiv Gupta2009-04-243-8/+7
* Factor out a bit of code that appears in several places into aDan Gohman2009-04-233-14/+16
* Handle Void types in ComputeValueVTs. This doesn't currently occur,Dan Gohman2009-04-231-0/+3
* Fix spurious indentation in a comment.Dan Gohman2009-04-231-1/+1
* Fix a documentation bug.David Greene2009-04-231-1/+1
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-236-60/+210
* Update comments.Evan Cheng2009-04-231-2/+2
* Fix an obvious type.Evan Cheng2009-04-231-1/+1
* Explicitly pass -tailcallopt=false to these tests so that theyDan Gohman2009-04-233-3/+3
* Testcase for 69795.Dale Johannesen2009-04-231-0/+15
* Fix an error in this test.Dan Gohman2009-04-231-1/+3
* Change SCEVExpander's expandCodeFor to provide more flexibilityDan Gohman2009-04-234-19/+48
* Banksel immediate constant will always immediately follow the GA/ES, so scan ...Sanjiv Gupta2009-04-231-18/+20
* Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some oddNick Lewycky2009-04-232-4/+49
* Testcase for PR3909.Owen Anderson2009-04-231-0/+30
* Testcase for PR2639.Owen Anderson2009-04-231-0/+38
* Testcase for PR2537.Owen Anderson2009-04-231-0/+21
* Fix typo.Owen Anderson2009-04-231-2/+1
* Testcase for PR3085.Owen Anderson2009-04-231-0/+1945
* Add testcase from PR3086.Owen Anderson2009-04-231-0/+28
* Add support for printing MO_ExternalSymbol operands inDan Gohman2009-04-231-2/+4
* Add more ulimit limits, to catch more kinds of runaway behavior.Dan Gohman2009-04-231-0/+2
* Use the testcase from PR2791.Owen Anderson2009-04-231-3/+3