aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfail this test since daniel turned off ipsccpChris Lattner2009-11-031-0/+1
* testcase for r85903Chris Lattner2009-11-031-0/+24
* fix a subtle bug I introduced when refactoring SCCP. TestcaseChris Lattner2009-11-031-1/+1
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-0359-6/+60
* Added a comment to a function that had noneKenneth Uildriks2009-11-031-0/+1
* Eliminate some temporaries.Benjamin Kramer2009-11-031-22/+11
* Run the functionattrs pass after the inliner, and not before.Duncan Sands2009-11-031-5/+4
* Speculatively redisable IPSCCP, I think its still breaking things.Daniel Dunbar2009-11-031-1/+2
* lit: Update Clang's test style to use XFAIL: and XTARGET: lines that matchDaniel Dunbar2009-11-031-24/+26
* Trim unnecessary include.Evan Cheng2009-11-031-1/+0
* For Thumb indirect branches, use "mov pc, reg" which does not switchBob Wilson2009-11-031-1/+1
* Fix a funky "declared with greater visibility than the type of its field"Jeffrey Yasskin2009-11-031-2/+2
* Fix PR5367. QPR_8 is the super regclass of DPR_8 and SPR_8.Evan Cheng2009-11-035-5/+73
* Clean up copyRegToReg.Evan Cheng2009-11-031-27/+13
* Add QPR_8 as a superreg class of SPR_8 and DPR_8.Evan Cheng2009-11-031-0/+7
* remove unneeded checks of isFreeCallChris Lattner2009-11-031-16/+0
* remove a check of isFreeCall: the argument to free is already nocapture so th...Chris Lattner2009-11-031-4/+0
* remove a isFreeCall check: it is a callinst that can write to memory already.Chris Lattner2009-11-031-3/+2
* Update CMake file.Ted Kremenek2009-11-031-1/+2
* Support updating 'llvm_add_target' lists as well.Ted Kremenek2009-11-031-1/+1
* Alphabetize.Ted Kremenek2009-11-031-1/+1
* turn IPSCCP back on now that the iterator invalidation bug is fixed.Chris Lattner2009-11-032-37/+50
* Add a couple more target nodesNate Begeman2009-11-031-0/+2
* Declare sin & cos as readonly so they match the code in SelectionDAGBuildNate Begeman2009-11-031-4/+4
* Turn neon reg-reg moves fixup code into separate pass. This should reduce the...Anton Korobeynikov2009-11-034-35/+152
* Temporary xfail until PR5367 will be resolvedAnton Korobeynikov2009-11-032-0/+2
* Revert r85049, it is causing PR5367Anton Korobeynikov2009-11-032-1/+3
* Revert previous change to a comment. The BlockAddresses go in theBob Wilson2009-11-031-6/+6
* fix a nasty iterator invalidation bug from my conversion fromChris Lattner2009-11-021-3/+2
* Revert 85799 for now. It might be breaking llvm-gcc driver.Evan Cheng2009-11-023-52/+21
* Put BlockAddresses into ARM constant pools.Bob Wilson2009-11-024-5/+19
* Fix ARMAsmParser::ParseMemoryOffsetReg() where the parameter OffsetRegNum shouldKevin Enderby2009-11-021-2/+2
* revert r8579[56], which are causing unhappiness in buildbot land.Chris Lattner2009-11-022-50/+37
* CMake: Report an error if there is an unknown .cpp file in a sourceOscar Fuentes2009-11-021-0/+15
* Set bit instead of calling pow() to compute 2 << nVictor Hernandez2009-11-021-5/+13
* typoChris Lattner2009-11-021-1/+1
* merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner2009-11-022-21/+26
* disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner2009-11-023-1/+5
* Fix schedule model for BFC.David Goodwin2009-11-022-2/+2
* Hyphenate some comments.Bob Wilson2009-11-021-3/+2
* Chain dependencies used to enforce memory order should have latency of 0 (exc...David Goodwin2009-11-021-14/+23
* Add support for BlockAddress values in ARM constant pools.Bob Wilson2009-11-024-20/+41
* Prune unnecessary include.Bob Wilson2009-11-021-1/+0
* Initilize the machine LICM CSE map upon the first time an instruction is hois...Evan Cheng2009-11-023-21/+52
* These are done / no longer care.Evan Cheng2009-11-021-21/+0
* Add an entry.Evan Cheng2009-11-021-0/+3
* now that ip sccp *really* subsumes ipcp, remove ipcp again.Chris Lattner2009-11-021-1/+0
* improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner2009-11-022-36/+63
* Remove an irrelevant and poorly reduced test case.Evan Cheng2009-11-021-414/+0
* don't mark the arguments of prototype overdefined, they will never be queried.Chris Lattner2009-11-021-3/+6