aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-256-2/+22
* Handle sqrt in CannotBeNegativeZero. absf and abslDale Johannesen2009-09-252-3/+40
* Improve MachineMemOperand handling.Dan Gohman2009-09-2530-544/+744
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-2517-457/+461
* Finish scheduling itineraries for NEON.David Goodwin2009-09-254-382/+553
* Add readonly to some sin and cos calls; transformationsDale Johannesen2009-09-252-13/+13
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-2516-99/+34
* Make sure sin, cos, sqrt calls are marked readonlyDale Johannesen2009-09-251-3/+6
* reject attempts to use ()'s in patterns, these are reserved for filecheck.Chris Lattner2009-09-251-3/+15
* reimplement the regex matching strategy by building a singleChris Lattner2009-09-252-96/+59
* Generate FSQRT from calls to the sqrt function, whichDale Johannesen2009-09-251-0/+9
* special case Patterns that are a single fixed string. This is a microscopicChris Lattner2009-09-251-0/+16
* Revise C library functions description to be vaguer, per Chris.Dale Johannesen2009-09-251-5/+4
* This patch causes the --enable-debug-runtime configure flag and theJeffrey Yasskin2009-09-252-0/+12
* Add some comments to clarify things that I discovered this week.Bob Wilson2009-09-251-2/+6
* Make llvm-bcanalyzer percentages more readable.Daniel Dunbar2009-09-251-5/+7
* Strip trailing whitespace.Daniel Dunbar2009-09-251-60/+60
* pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.Bob Wilson2009-09-254-20/+54
* Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands2009-09-251-47/+49
* convert testcases to filecheck.Chris Lattner2009-09-252-18/+66
* filecheck should not match a \n with a .Chris Lattner2009-09-251-3/+1
* remove a large unreduced testcaseChris Lattner2009-09-251-85/+0
* turn a std::pair into a real class.Chris Lattner2009-09-251-23/+34
* Fix combiner-aa issue with bases which are different, but can alias.Nate Begeman2009-09-251-14/+34
* Update the description of MachineFrameInfo's OffsetAdjustment. The value ofBob Wilson2009-09-251-5/+8
* Don't try to use pre-indexed addressing with sthbrx/stwbrxDan Gohman2009-09-251-1/+2
* Add a version of dumpr() that has a SelectionDAG* argument.Dan Gohman2009-09-252-0/+6
* Start of revamping the register scavenging in PEI. ARM Thumb1 is the drivingJim Grosbach2009-09-244-59/+151
* Reenable sqrt IR generation test.Dale Johannesen2009-09-242-3/+16
* Delete space after function name, before (, reflow a comment andMike Stump2009-09-241-14/+6
* Fix spacing.Mike Stump2009-09-241-1/+1
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-245-15/+161
* unconditionally request MMIChris Lattner2009-09-241-5/+1
* wrap long lines.Chris Lattner2009-09-241-2/+4
* Use CanonicalizeInputFile to canonicalize the entire buffer containing theChris Lattner2009-09-241-57/+40
* change 'not' matching to use Pattern, move pattern parsing logic intoChris Lattner2009-09-241-32/+51
* refactor out the match string into its own Pattern class.Chris Lattner2009-09-241-33/+50
* Convert to FileCheck.Bob Wilson2009-09-241-4/+6
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-244-94/+15
* Add nounwind to this test.Dan Gohman2009-09-241-1/+1
* tidy up, fix a memory leak in Regex::isValidChris Lattner2009-09-242-14/+10
* Clarify that llvm attaches C language semantics toDale Johannesen2009-09-241-0/+7
* Constant propagating byval pointer is safe if function is readonly.Torok Edwin2009-09-243-5/+21
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-2416-34/+99
* Fix a hypothetical problem for targets with StackGrowsUp and a non-zeroBob Wilson2009-09-241-4/+5
* Move parent assertion check before metadata deletion.Devang Patel2009-09-241-1/+1
* Don't constant propagate byval pointers, since they are not really pointers, butTorok Edwin2009-09-243-1/+30
* Add count/not tools as executables.Daniel Dunbar2009-09-2410-30/+123
* unconditionally compute MMI even if the target doesn't support EH or Debug in...Chris Lattner2009-09-241-9/+6
* reapply r82348 with a fix, thanks Jeffrey.Chris Lattner2009-09-241-33/+24